Re: [dpdk-dev] [PATCH] net/vhost: restore pseudo TSO support

2021-05-18 Thread Xia, Chenbo
> -Original Message- > From: David Marchand > Sent: Tuesday, May 18, 2021 3:07 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Yigit, Ferruh ; Maxime > Coquelin ; Xia, Chenbo > Subject: [PATCH] net/vhost: restore pseudo TSO support > > The net/vhost pmd does not comply with the ethdev o

Re: [dpdk-dev] [PATCH] net/vhost: restore pseudo TSO support

2021-05-18 Thread Maxime Coquelin
Hi David, On 5/18/21 9:07 AM, David Marchand wrote: > 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. > > C

[dpdk-dev] [PATCH] net/vhost: restore pseudo TSO support

2021-05-18 Thread David Marchand
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 impro