From: Jianfeng Tan <jianfeng....@linux.alibaba.com> Date: Sat, 29 Sep 2018 15:41:27 +0000
> 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") > > Cc: sta...@vger.kernel.org > Signed-off-by: Jianfeng Tan <jianfeng....@linux.alibaba.com> Applied and queued up for -stable.