Re: [dpdk-dev] [PATCH] net/virtio: include host features supported in guest

2020-05-15 Thread Gowrishankar Muthukrishnan
Posted additional testing info with and without this patch in : https://patchwork.ozlabs.org/project/openvswitch/patch/0c4c167ad644d3dda51b992e51ec1c27b8492457.1589605823.git.gmuth...@redhat.com/ Thanks, Gowrishankar On Fri, May 15, 2020 at 10:05 PM Gowrishankar Muthukrishnan < gmuth...@redhat.co

Re: [dpdk-dev] [PATCH] net/virtio: include host features supported in guest

2020-05-15 Thread Gowrishankar Muthukrishnan
On Thu, May 14, 2020 at 5:48 PM Maxime Coquelin wrote: > Hi, > > On 5/14/20 1:56 PM, Gowrishankar Muthukrishnan wrote: > > Virtio pmd driver can not benefit from tso and csum offload > > as they are not included in negotiation check with host. Add > > them in virtio dev init and let negotiation d

Re: [dpdk-dev] [PATCH] net/virtio: include host features supported in guest

2020-05-14 Thread Maxime Coquelin
Hi, On 5/14/20 1:56 PM, Gowrishankar Muthukrishnan wrote: > Virtio pmd driver can not benefit from tso and csum offload > as they are not included in negotiation check with host. Add > them in virtio dev init and let negotiation decide the fate. > > Signed-off-by: Gowrishankar Muthukrishnan I

[dpdk-dev] [PATCH] net/virtio: include host features supported in guest

2020-05-14 Thread Gowrishankar Muthukrishnan
Virtio pmd driver can not benefit from tso and csum offload as they are not included in negotiation check with host. Add them in virtio dev init and let negotiation decide the fate. Signed-off-by: Gowrishankar Muthukrishnan -- This patch has been tested with TSO tests in OVS-DPDK: https://patch