diff options
author | Steven Luong <sluong@cisco.com> | 2020-01-30 15:18:45 -0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-02-03 12:33:28 +0000 |
commit | 564e1672917e205d7ae79525bb937df18f8d764b (patch) | |
tree | 713033080114e6d487294731d15a29f9b46092c9 /test/scripts | |
parent | 174959cd968fc491d5ad81d30d964ec7d95c6f8d (diff) |
virtio: vhost gso is broken in some topology
Recent modification added a call to vnet_gso_header_offset_parser in the
beginning of vhost_user_handle_tx_offload. The former routine may set tcp or
udp->checksum to 0. While it is appropriate to set it to 0 for the GSO packet,
it is broken and causes checksum error if the aformentiooned routine is called
by a non-GSO packet. The fix is to not call vhost_user_handle_tx_offload
if the buffer does not indicate checksum offload is needed.
Type: fix
Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I6e699d7a40b7887ff149cd8f77e8f0fa9374ef19
Diffstat (limited to 'test/scripts')
0 files changed, 0 insertions, 0 deletions