From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org 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 C87512118C509 for ; Wed, 7 Nov 2018 01:54:46 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Nov 2018 01:54:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,475,1534834800"; d="scan'208";a="83981928" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga007.fm.intel.com with ESMTP; 07 Nov 2018 01:54:45 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 7 Nov 2018 01:54:45 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 7 Nov 2018 01:54:44 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.117]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.102]) with mapi id 14.03.0415.000; Wed, 7 Nov 2018 17:54:43 +0800 From: "Ni, Ruiyu" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Wu, Hao A" , "Wang, Jian J" , "Yao, Jiewen" , Leif Lindholm , Ard Biesheuvel Thread-Topic: [PATCH 0/2] Revert "EhciDxe/XhciDxe: Use common buffer for AsyncInterruptTransfer" Thread-Index: AQHUdd3W+c4D/zW+2kOXItKEMmhm1aVEFGww Date: Wed, 7 Nov 2018 09:54:42 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BEF4F78@SHSMSX104.ccr.corp.intel.com> References: <1541514867-173440-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1541514867-173440-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] Revert "EhciDxe/XhciDxe: Use common buffer for AsyncInterruptTransfer" X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2018 09:54:47 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Zeng, Star > Sent: Tuesday, November 6, 2018 10:34 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Ni, Ruiyu ; Wu, > Hao A ; Wang, Jian J ; Yao, > Jiewen ; Leif Lindholm ; > Ard Biesheuvel > Subject: [PATCH 0/2] Revert "EhciDxe/XhciDxe: Use common buffer for > AsyncInterruptTransfer" >=20 > There is concern at the thread > https://lists.01.org/pipermail/edk2-devel/2018-November/031951.html. > And the time point is a little sensitive as it is near edk2-stable201811. >=20 > Cc: Ruiyu Ni > Cc: Hao Wu > Cc: Jian J Wang > Cc: Jiewen Yao > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng >=20 > Star Zeng (2): > Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer" > Revert "XhciDxe: Use common buffer for AsyncInterruptTransfer" >=20 > MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c | 3 - > MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c | 78 ++++++++++++++++- > MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.c | 38 +-------- > MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.h | 33 ++++---- > MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c | 1 - > MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 138 > ++++++++++++++++++++----------- > MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.h | 27 +++--- > 7 files changed, 198 insertions(+), 120 deletions(-) >=20 > -- > 2.7.0.windows.1