From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 8B81482118 for ; Mon, 13 Feb 2017 02:28:55 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2017 02:28:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,156,1484035200"; d="scan'208";a="64043022" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 13 Feb 2017 02:28:54 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 13 Feb 2017 02:28:54 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.177]) with mapi id 14.03.0248.002; Mon, 13 Feb 2017 18:28:52 +0800 From: "Zhang, Lubo" To: hegdenag , "edk2-devel@lists.01.org" CC: "Wu, Jiaxin" , "Ye, Ting" , "Fu, Siyuan" , "sriram-s@hpe.com" Thread-Topic: [PATCH v2 0/2] NetworkPkg/iScsiDxe: Update iScsiStart Policy Thread-Index: AQHShcmmdNkDshZA+ECgAQKly9KL06FmvAaA Date: Mon, 13 Feb 2017 10:28:51 +0000 Message-ID: <7619447B08B8F74DA4FF2A813B79803B39AF814F@shsmsx102.ccr.corp.intel.com> References: <20170213072018.14272-1-nagaraj-p.hegde@hpe.com> In-Reply-To: <20170213072018.14272-1-nagaraj-p.hegde@hpe.com> Accept-Language: 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: Mon, 13 Feb 2017 10:28:55 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Zhang Lubo -----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