diff options
author | Haiyang Zhang <haiyangz@microsoft.com> | 2018-03-22 12:01:13 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-25 17:07:40 -0400 |
commit | 5c71dadbb45970a8f0544a27ae8f1cbd9750e516 (patch) | |
tree | 9508c9742c17828cd5ffeb058914d8e527657dc7 /drivers/net/hyperv/hyperv_net.h | |
parent | 74b4bed972acf967a65d2aaf29c13b429c8cb927 (diff) | |
download | blackbird-op-linux-5c71dadbb45970a8f0544a27ae8f1cbd9750e516.tar.gz blackbird-op-linux-5c71dadbb45970a8f0544a27ae8f1cbd9750e516.zip |
hv_netvsc: Fix the return status in RX path
As defined in hyperv_net.h, the NVSP_STAT_SUCCESS is one not zero.
Some functions returns 0 when it actually means NVSP_STAT_SUCCESS.
This patch fixes them.
In netvsc_receive(), it puts the last RNDIS packet's receive status
for all packets in a vmxferpage which may contain multiple RNDIS
packets.
This patch puts NVSP_STAT_FAIL in the receive completion if one of
the packets in a vmxferpage fails.
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
0 files changed, 0 insertions, 0 deletions