From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 EFF8B21C9E7C9 for ; Tue, 4 Jul 2017 20:04:12 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 04 Jul 2017 20:05:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,310,1496127600"; d="scan'208";a="1168123536" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 04 Jul 2017 20:05:49 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 4 Jul 2017 20:05:49 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 4 Jul 2017 20:05:48 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.151]) by shsmsx102.ccr.corp.intel.com ([169.254.2.146]) with mapi id 14.03.0319.002; Wed, 5 Jul 2017 11:05:45 +0800 From: "Wu, Hao A" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v2 0/4] MdeModulePkg/XhciDxe: Check timeout URB again after stopping endpoint Thread-Index: AQHS9IVOeaQeyYSBKEasmHK0PAnWIKJEjfHQ Date: Wed, 5 Jul 2017 03:05:44 +0000 Message-ID: References: <20170704052030.226408-1-ruiyu.ni@intel.com> In-Reply-To: <20170704052030.226408-1-ruiyu.ni@intel.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/4] MdeModulePkg/XhciDxe: Check timeout URB again after stopping endpoint 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: Wed, 05 Jul 2017 03:04:13 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable The patch series is good to me. Reviewed-by: Hao Wu Best Regards, Hao Wu > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ru= iyu > Ni > Sent: Tuesday, July 04, 2017 1:20 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v2 0/4] MdeModulePkg/XhciDxe: Check timeout URB > again after stopping endpoint >=20 >=20 > This fixes BULK data loss when transfer is detected as timeout but > finished just before stopping endpoint. >=20 > Ruiyu Ni (4): > MdeModulePkg/XhciDxe: Refine IsTransferRingTrb and IsAsyncIntTrb > MdeModulePkg/XhciDxe: Dump the CMD/EVENT/INT/BULK ring information > MdeModulePkg/XhciDxe: Separate common logic to XhcTransfer > MdeModulePkg/XhciDxe: Check timeout URB again after stopping endpoint >=20 > MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c | 304 ++++++++++++++-----------= ----- > - > MdeModulePkg/Bus/Pci/XhciDxe/Xhci.h | 3 +- > MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 187 +++++++++++++------ > MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.h | 8 +- > 4 files changed, 274 insertions(+), 228 deletions(-) >=20 > -- > 2.12.2.windows.2 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel