Re: [dpdk-dev] [PATCH v3 0/4] Offload flags fixes

2021-05-03 Thread David Marchand
On Mon, May 3, 2021 at 5:24 PM Maxime Coquelin wrote: > On 5/3/21 3:26 PM, David Marchand wrote: > > 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

Re: [dpdk-dev] [PATCH v3 0/4] Offload flags fixes

2021-05-03 Thread Maxime Coquelin
Hi David, On 5/3/21 3:26 PM, David Marchand wrote: > 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

[dpdk-dev] [PATCH v3 0/4] Offload flags fixes

2021-05-03 Thread David Marchand
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 librar