From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 13B3A8210A for ; Sun, 12 Feb 2017 23:45:29 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2017 23:45:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,155,1484035200"; d="scan'208";a="63990508" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 12 Feb 2017 23:45:28 -0800 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 12 Feb 2017 23:45:28 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 12 Feb 2017 23:45:28 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.132]) with mapi id 14.03.0248.002; Mon, 13 Feb 2017 15:45:26 +0800 From: "Wu, Jiaxin" To: hegdenag , "edk2-devel@lists.01.org" CC: "Ye, Ting" , "Zhang, Lubo" , "Fu, Siyuan" , "sriram-s@hpe.com" Thread-Topic: [PATCH v2 0/2] NetworkPkg/iScsiDxe: Update iScsiStart Policy Thread-Index: AQHShcmmeunj4v9gikueYMgK8kuJQ6FmjorQ Date: Mon, 13 Feb 2017 07:45:25 +0000 Message-ID: <895558F6EA4E3B41AC93A00D163B72741629A85D@SHSMSX103.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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODJkMWE3MGQtYmIzZS00NDEzLThiOGQtODk1YWUwYjBmZjU1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZ4aDA0RU5NcExPS3pMUm1WWGM1ekdOQmFER2d3bzAwUzhoNWVlV05ybG89In0= x-ctpclassification: CTP_IC 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 07:45:29 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Wu Jiaxin > -----Original Message----- > From: hegdenag [mailto:nagaraj-p.hegde@hpe.com] > 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 >=20 > v2: Updated list of reviewers. >=20 > Today, iSCSI driver checks whether there are AIP instances > installed by iSCSI HBA adapter and if yes, the iSCSI driver > will return EFI_ABORTED in its driver binding Start. > We can not guarantee the existence of AIP instances always during > iSCSI DBStart. Hence, we might end up doing a iScsiStart even if > the intent of the customer was to use only iSCSI on HBA. > The series of patch will define a new PCD value for the PCD > PcdIScsiAIPNetworkBootPolicy, "Always use iSCSI HBA and ignore > UEFI iSCSI", update iScsiStart to check this PCD value and return > EFI_ABORT in this case even before checking for AIP instances. >=20 > hegdenag (2): > NetworkPkg/iSCSIDxe: Update the condition for IScsiStart Abort > NetworkPkg/NetworkPkg.dec: Update comments for the PCD >=20 > NetworkPkg/IScsiDxe/IScsiDriver.c | 8 +++++++- > NetworkPkg/IScsiDxe/IScsiDriver.h | 19 +++++++++++-------- > NetworkPkg/NetworkPkg.dec | 5 +++-- > 3 files changed, 21 insertions(+), 11 deletions(-) >=20 > -- > 2.8.3.windows.1