]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.
authorFu Siyuan <siyuan.fu@intel.com>
Fri, 8 Jan 2016 02:38:34 +0000 (02:38 +0000)
committersfu5 <sfu5@Edk2>
Fri, 8 Jan 2016 02:38:34 +0000 (02:38 +0000)
commit0507449955c5c629cec196b62986afbb91203ed9
tree5ee5e32c22b0aa0a1962b52f5002c10b7ad42182
parent7b4b93a24790a3a802138d75167a8e55f3181d70
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 transmit command.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19624 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c
MdeModulePkg/Universal/Network/MnpDxe/MnpDriver.h
MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h
MdeModulePkg/Universal/Network/MnpDxe/MnpIo.c
MdeModulePkg/Universal/Network/MnpDxe/MnpMain.c