Re: [edk2] [Patch 2/2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2015-12-17 Thread Ye, Ting
15, 2015 3:59 PM To: edk2-de...@ml01.01.org Cc: Ye, Ting; Tian, Feng; Wu, Jiaxin Subject: [edk2] [Patch 2/2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously. This patch updates the MNP driver to recycle TX buffer asynchronously, instead of using a while loop wait after each

[edk2] [Patch 2/2] MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.

2015-12-14 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. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan --- MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c |