From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D5EE381FBB for ; Mon, 13 Feb 2017 18:56:50 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2017 18:56:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,159,1484035200"; d="scan'208";a="1126229633" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 13 Feb 2017 18:56:50 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 13 Feb 2017 18:56:50 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 13 Feb 2017 18:56:50 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0248.002; Tue, 14 Feb 2017 10:56:48 +0800 From: "Ye, Ting" To: hegdenag , "edk2-devel@lists.01.org" CC: "Wu, Jiaxin" , "Zhang, Lubo" , "Fu, Siyuan" , "sriram-s@hpe.com" Thread-Topic: [PATCH v2 0/2] NetworkPkg/iScsiDxe: Update iScsiStart Policy Thread-Index: AQHShcmmJBIXggio9kK3S/v6jT5ZKqFn0EEQ Date: Tue, 14 Feb 2017 02:56:47 +0000 Message-ID: References: <20170213072018.14272-1-nagaraj-p.hegde@hpe.com> In-Reply-To: <20170213072018.14272-1-nagaraj-p.hegde@hpe.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/2] NetworkPkg/iScsiDxe: Update iScsiStart Policy X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 02:56:51 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Ye Ting =20 -----Original Message----- From: hegdenag [mailto:nagaraj-p.hegde@hpe.com]=20 Sent: Monday, February 13, 2017 3:20 PM To: edk2-devel@lists.01.org Cc: Wu, Jiaxin ; Ye, Ting ; Zhang, = Lubo ; Fu, Siyuan ; sriram-s@hpe= .com Subject: [PATCH v2 0/2] NetworkPkg/iScsiDxe: Update iScsiStart Policy v2: Updated list of reviewers. Today, iSCSI driver checks whether there are AIP instances installed by iSC= SI HBA adapter and if yes, the iSCSI driver will return EFI_ABORTED in its = driver binding Start.=20 We can not guarantee the existence of AIP instances always during iSCSI DBS= tart. Hence, we might end up doing a iScsiStart even if the intent of the c= ustomer was to use only iSCSI on HBA. The series of patch will define a new PCD value for the PCD PcdIScsiAIPNetw= orkBootPolicy, "Always use iSCSI HBA and ignore UEFI iSCSI", update iScsiSt= art to check this PCD value and return EFI_ABORT in this case even before c= hecking for AIP instances. hegdenag (2): NetworkPkg/iSCSIDxe: Update the condition for IScsiStart Abort NetworkPkg/NetworkPkg.dec: Update comments for the PCD NetworkPkg/IScsiDxe/IScsiDriver.c | 8 +++++++- NetworkPkg/IScsiDxe/IScsi= Driver.h | 19 +++++++++++-------- NetworkPkg/NetworkPkg.dec | 5 +++-- 3 files changed, 21 insertions(+), 11 deletions(-) -- 2.8.3.windows.1