Branch: refs/heads/UDK2015
  Home:   https://github.com/tianocore/edk2
  Commit: f24b415887c88e342aa5386e0a3e7db1e8ac340a
      
https://github.com/tianocore/edk2/commit/f24b415887c88e342aa5386e0a3e7db1e8ac340a
  Author: Fu Siyuan <[email protected]>
  Date:   2016-02-22 (Mon, 22 Feb 2016)

  Changed paths:
    M MdeModulePkg/Universal/Network/SnpDxe/Get_status.c
    M MdeModulePkg/Universal/Network/SnpDxe/Snp.c
    M MdeModulePkg/Universal/Network/SnpDxe/Snp.h

  Log Message:
  -----------
  MdeModulePkg: update SNP.GetStatus to handle multiple recycled TX buffer.

This patch fixes a bug in SNP.GetStatus() interface. The UNDI driver may return
multiple transmitted buffers in a single GetStatus command, while SNP.GetStatus
could only return one pointer each time, the rest of them are lost. This patch
fixes this issue by store these recycled pointer in a temporary buffer in SNP
driver.

(Sync patch r19623 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <[email protected]>
Reviewed-by: Jiaxin Wu <[email protected]>
Reviewed-by: Ye Ting <[email protected]>


  Commit: 9b0c2eceebbe81300bcc9a0df142ad7c2da1e2f4
      
https://github.com/tianocore/edk2/commit/9b0c2eceebbe81300bcc9a0df142ad7c2da1e2f4
  Author: Fu Siyuan <[email protected]>
  Date:   2016-02-22 (Mon, 22 Feb 2016)

  Changed paths:
    M MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c
    M MdeModulePkg/Universal/Network/MnpDxe/MnpDriver.h
    M MdeModulePkg/Universal/Network/MnpDxe/MnpImpl.h
    M MdeModulePkg/Universal/Network/MnpDxe/MnpIo.c
    M MdeModulePkg/Universal/Network/MnpDxe/MnpMain.c

  Log Message:
  -----------
  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.

(Sync patch r19624 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <[email protected]>
Reviewed-by: Jiaxin Wu <[email protected]>
Reviewed-by: Ye Ting <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/2d06a29d4e80...9b0c2eceebbe
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to