From: Steven Luong Date: Tue, 17 Mar 2020 16:01:30 +0000 (-0700) Subject: virtio: vhost gso checksum error when both indirect and mrg_rxbuf are off X-Git-Tag: v20.09-rc0~360 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=b232d192f2f77114e26cf7f99b57bcd6140872d0;hp=b232d192f2f77114e26cf7f99b57bcd6140872d0;p=vpp.git virtio: vhost gso checksum error when both indirect and mrg_rxbuf are off Turn on gso, turn off both indirect and mrg_rxbuf caused traffic received and sent with checksum error. The problem is we are not mapping the hdr correctly in the shared memory address. Type: fix Signed-off-by: Steven Luong Change-Id: I7ef3bc2755544167b0e624365988111b17399e89 ---