diff options
author | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-05-05 09:01:08 +0800 |
---|---|---|
committer | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-05-09 14:32:16 +0800 |
commit | d547b32dccbef8bd4fedda648db270ad4cbf3857 (patch) | |
tree | 4ca6f6ffa2af8acc72d29a1a8d6b50cf3d495062 /EmbeddedPkg/EmbeddedPkg.dec | |
parent | b61fda11295b09340c43278fe9425eb71081ac2a (diff) | |
download | edk2-d547b32dccbef8bd4fedda648db270ad4cbf3857.zip edk2-d547b32dccbef8bd4fedda648db270ad4cbf3857.tar.gz edk2-d547b32dccbef8bd4fedda648db270ad4cbf3857.tar.bz2 |
Nt32Pkg/SnpNt32Dxe: Fix hang issue when multiple network interfaces existed
Currently all the network interfaces share the one recycled transmit buffer
array, which is used to store the recycled buffer address. However, those
recycled buffers are allocated by the different MNP interface if the multiple
network interfaces existed. Then, SNP GetStatus may return one recycled transmit
buffer address to the another MNP interface, which may result in the MNP driver
hang after 'reconnect -r' operation.
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Diffstat (limited to 'EmbeddedPkg/EmbeddedPkg.dec')
0 files changed, 0 insertions, 0 deletions