From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 600232095DE60 for ; Fri, 18 Aug 2017 07:17:53 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Aug 2017 07:20:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,393,1498546800"; d="scan'208";a="1184270279" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 18 Aug 2017 07:20:21 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 18 Aug 2017 07:20:20 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 18 Aug 2017 07:20:20 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.183]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.25]) with mapi id 14.03.0319.002; Fri, 18 Aug 2017 22:20:15 +0800 From: "Zeng, Star" To: Laszlo Ersek , edk2-devel-01 CC: "Dong, Eric" , "Tian, Feng" , Hannes Reinecke , Paolo Bonzini , "Zeng, Star" Thread-Topic: [PATCH 0/3] MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs Thread-Index: AQHTF9NmY5/BB9yFPk6GIkbVOsRJxKKKKnbw Date: Fri, 18 Aug 2017 14:20:15 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B91B665@shsmsx102.ccr.corp.intel.com> References: <20170818033757.16153-1-lersek@redhat.com> In-Reply-To: <20170818033757.16153-1-lersek@redhat.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/3] MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2017 14:17:53 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng -----Original Message----- From: Laszlo Ersek [mailto:lersek@redhat.com]=20 Sent: Friday, August 18, 2017 11:38 AM To: edk2-devel-01 Cc: Dong, Eric ; Tian, Feng ; Han= nes Reinecke ; Paolo Bonzini ; Zeng, St= ar Subject: [PATCH 0/3] MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for none= xistent LUNs The commit messages say it all. Repo: https://github.com/lersek/edk2.git Branch: nonexistent_luns Cc: Eric Dong Cc: Feng Tian Cc: Hannes Reinecke Cc: Paolo Bonzini Cc: Star Zeng Thanks Laszlo Laszlo Ersek (3): MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 1 MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statement MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c | 41 +++++++++++++------- 1 file changed, 27 insertions(+), 14 deletions(-) --=20 2.14.1.3.gb7cf6e02401b