Re: [edk2-devel] [PATCH V3 0/4] Reserve shared memory for DMA operation

2022-12-17 Thread Yao, Jiewen
Merged https://github.com/tianocore/edk2/pull/3784 > -Original Message- > From: Tom Lendacky > Sent: Saturday, December 17, 2022 10:18 PM > To: Yao, Jiewen ; Xu, Min M ; > devel@edk2.groups.io > Cc: Aktas, Erdem ; James Bottomley > ; Gerd Hoffmann ; Kinney, > Michael D ; Gao, Liming > >

Re: [edk2-devel] [PATCH V3 0/4] Reserve shared memory for DMA operation

2022-12-17 Thread Lendacky, Thomas via groups.io
On 12/16/22 21:11, Yao, Jiewen wrote: Hi Tom Any further discussion? I would like to merge if no other feedback. No other feedback from me. For the series: Reviewed-by: Tom Lendacky -Original Message- From: Xu, Min M Sent: Thursday, December 15, 2022 1:18 PM To: devel@edk2.group

Re: [edk2-devel] [PATCH V3 0/4] Reserve shared memory for DMA operation

2022-12-16 Thread Yao, Jiewen
Hi Tom Any further discussion? I would like to merge if no other feedback. > -Original Message- > From: Xu, Min M > Sent: Thursday, December 15, 2022 1:18 PM > To: devel@edk2.groups.io > Cc: Xu, Min M ; Aktas, Erdem > ; James Bottomley ; Yao, > Jiewen ; Gerd Hoffmann ; > Kinney, Michael

[edk2-devel] [PATCH V3 0/4] Reserve shared memory for DMA operation

2022-12-14 Thread Min Xu
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4171 This patch-set introduces the feature of reserving shared memory for DMA operation. Its intention is to reduce the allocation and conversion of private/shared memory, so that boot performance can be improved significantly. Detailed informatio