[edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-04 Thread Fu Siyuan
This patch updates the MNP driver to recycle TX buffer asynchronously, instead of using a while loop wait after each transmit command. This patch also fixes a bug in SNP.GetStatus() interface to support the MNP update. The UNDI driver may return multiple transmitted buffers in a single GetStatus co

Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-04 Thread Wu, Jiaxin
u Thanks. Jiaxin -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Fu Siyuan Sent: Tuesday, January 5, 2016 11:37 AM To: edk2-devel@lists.01.org Cc: Ye, Ting; Wu, Jiaxin Subject: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle

Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-04 Thread Fu, Siyuan
Thank Jiaxin, I will update the content when commit the patch. Siyuan -Original Message- From: Wu, Jiaxin Sent: Tuesday, January 5, 2016 3:34 PM To: Fu, Siyuan ; edk2-devel@lists.01.org Cc: Ye, Ting Subject: RE: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer

Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-05 Thread Laszlo Ersek
On 01/05/16 04:37, Fu Siyuan wrote: > This patch updates the MNP driver to recycle TX buffer asynchronously, instead > of using a while loop wait after each transmit command. > This patch also fixes a bug in SNP.GetStatus() interface to support the MNP > update. The UNDI driver may return multiple

Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-05 Thread Fu, Siyuan
2016 7:26 PM To: Fu, Siyuan Cc: edk2-de...@ml01.01.org; Ye, Ting ; Wu, Jiaxin Subject: Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously. On 01/05/16 04:37, Fu Siyuan wrote: > This patch updates the MNP driver to recycle TX buffer asynchronously, >

Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-06 Thread Laszlo Ersek
iyuan > > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Tuesday, January 5, 2016 7:26 PM > To: Fu, Siyuan > Cc: edk2-de...@ml01.01.org; Ye, Ting ; Wu, Jiaxin > > Subject: Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX &

Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-07 Thread Gary Lin
seems to be implemented in > ShellPkg/Library/UefiShellTftpCommandLib. > > Is there a similar shell command for HTTP perhaps? > > ... Anyway I better read "23.7 HTTP Boot" now. > > Thanks! > Laszlo > > > > > Best Regards > > Siyuan

Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-07 Thread Laszlo Ersek
h TFTP. This seems to be implemented in >> ShellPkg/Library/UefiShellTftpCommandLib. >> >> Is there a similar shell command for HTTP perhaps? >> >> ... Anyway I better read "23.7 HTTP Boot" now. >> >> Thanks! >> Laszlo >> >>> &g

Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-13 Thread Laszlo Ersek
_ENABLE to the OVMF (IA32 / X64) build commands edk2.git.spec? Thanks! Laszlo > > ... Anyway I better read "23.7 HTTP Boot" now. > > Thanks! > Laszlo > >> >> Best Regards >> Siyuan >> >> -Original Message- >> From: Laszlo Erse

Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-13 Thread Gerd Hoffmann
On Mi, 2016-01-13 at 13:43 +0100, Laszlo Ersek wrote: > Gerd, can you please add -D HTTP_BOOT_ENABLE to the OVMF (IA32 / X64) > build commands edk2.git.spec? Done, build kicked. cheers, Gerd ___ edk2-devel mailing list edk2-devel@lists.01.org https://

Re: [edk2] [PATCH v2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2016-01-13 Thread Josh Triplett
On Wed, Jan 13, 2016 at 01:43:38PM +0100, Laszlo Ersek wrote: > I just noticed that the most recent release of BITS provides a > standalone HTTP client! > > http://biosbits.org/news/bits-2070/ > > Josh, a couple of points: > > - edk2 doesn't provide EFI_IP4_CONFIG_PROTOCOL any longer; it provide