From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 A02922117CEBE for ; Tue, 6 Nov 2018 06:34:32 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2018 06:34:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,472,1534834800"; d="scan'208";a="94069923" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by FMSMGA003.fm.intel.com with ESMTP; 06 Nov 2018 06:34:30 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Ruiyu Ni , Hao Wu , Jian J Wang , Jiewen Yao , Leif Lindholm , Ard Biesheuvel Date: Tue, 6 Nov 2018 22:34:24 +0800 Message-Id: <1541514867-173440-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [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: Tue, 06 Nov 2018 14:34:32 -0000 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. 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 Star Zeng (2): Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer" Revert "XhciDxe: Use common buffer for AsyncInterruptTransfer" 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(-) -- 2.7.0.windows.1