diff options
author | Jianfeng Tan <jianfeng.tan@linux.alibaba.com> | 2018-09-29 18:41:27 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-05 08:23:15 +0300 |
commit | 9d2f67e43b73e8af7438be219b66a5de0cfa8bd9 (patch) | |
tree | 015f9d003d764dbb4aea0fde8d2ea6c01eafd577 /drivers/net | |
parent | ca8931948344c485569b04821d1f6bcebccd376b (diff) | |
download | linux-9d2f67e43b73e8af7438be219b66a5de0cfa8bd9.tar.xz |
net/packet: fix packet drop as of virtio gso
When we use raw socket as the vhost backend, a packet from virito with
gso offloading information, cannot be sent out in later validaton at
xmit path, as we did not set correct skb->protocol which is further used
for looking up the gso function.
To fix this, we set this field according to virito hdr information.
Fixes: e858fae2b0b8f4 ("virtio_net: use common code for virtio_net_hdr and skb GSO conversion")
Signed-off-by: Jianfeng Tan <jianfeng.tan@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions