Re: [edk2] [Patch] NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.

2015-12-14 Thread Zhang, Lubo
Looks good to me. Reviewed-by: Zhang Lubo -Original Message- From: Fu, Siyuan Sent: Friday, December 11, 2015 10:17 AM To: edk2-de...@ml01.01.org Cc: Zhang, Lubo; Wu, Jiaxin Subject: [Patch] NetworkPkg: Remove a CopyMem to speed up the HTTP boot download. This patch updates the HTTP

Re: [edk2] [Patch] NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.

2015-12-13 Thread Wu, Jiaxin
Looks good. Reviewed-by: Jiaxin Wu -Original Message- From: Fu, Siyuan Sent: Friday, December 11, 2015 10:17 AM To: edk2-de...@ml01.01.org Cc: Zhang, Lubo; Wu, Jiaxin Subject: [Patch] NetworkPkg: Remove a CopyMem to speed up the HTTP boot download. This patch updates the HTTP boot dr

[edk2] [Patch] NetworkPkg: Remove a CopyMem to speed up the HTTP boot download.

2015-12-10 Thread Fu Siyuan
This patch updates the HTTP boot driver to use the caller provided buffer directly in identity transfer-coding mode, this could save one time CopyMem operation to benefit the download performance. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan --- NetworkPkg/Htt