From: Jianfeng Tan <[email protected]>
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: [email protected]
> Signed-off-by: Jianfeng Tan <[email protected]>
Applied and queued up for -stable.