> -----Original Message----- > From: David Marchand <david.march...@redhat.com> > Sent: Tuesday, May 18, 2021 3:07 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Yigit, Ferruh <ferruh.yi...@intel.com>; Maxime > Coquelin <maxime.coque...@redhat.com>; Xia, Chenbo <chenbo....@intel.com> > Subject: [PATCH] net/vhost: restore pseudo TSO support > > The net/vhost pmd does not comply with the ethdev offload API as it does > not report rx/tx offload capabilities wrt TSO and checksum offloading. > On the other hand, the net/vhost pmd lets guest negotiates TSO and > checksum offloading. > > Changing the behavior for rx/tx offload flags handling won't > improve/fix this situation and will break applications that might have > been relying on implicit support of TSO in this driver. > > Revert this behavior change until we have a complete fix. > > Fixes: ca7036b4af3a ("vhost: fix offload flags in Rx path") > > Signed-off-by: David Marchand <david.march...@redhat.com> > --- > 2.23.0
Applied to next-virtio/main. Thanks.