mbox

[v2,0/4] Offload flags fixes

Message ID 20210429080438.15032-1-david.marchand@redhat.com (mailing list archive)
Headers

Message

David Marchand April 29, 2021, 8:04 a.m. UTC
  The important part is the last patch on vhost handling of offloading
requests coming from a virtio guest interface.

The rest are small fixes that I accumulated while reviewing the mbuf
offload flags.

On this last patch, it has the potential of breaking existing
applications using the vhost library (OVS being impacted).
I did not mark it for backport.

Changes since v1:
- dropped patch on net/tap,
- added missing bits in example/vhost,
- relaxed checks on VIRTIO_NET_HDR_GSO_ECN and VIRTIO_NET_HDR_GSO_UDP,