Re: [ovs-dev] [PATCH v2 3/3] system-dpdk: add negotiation check for userspace-tso

2020-05-20 Thread Flavio Leitner
On Sat, May 16, 2020 at 11:23:53AM +0530, Gowrishankar Muthukrishnan wrote: > This patch adds minimal check for userspace-tso in system-dpdk > tests, starting with verification on virtio negotiation. > > Signed-off-by: Gowrishankar Muthukrishnan > --- > v2: > - removed tso check in existing

Re: [ovs-dev] [PATCH v2 3/3] system-dpdk: add negotiation check for userspace-tso

2020-05-16 Thread Gowrishankar Muthukrishnan
> > +dnl > -- > +dnl validate tso negotiation (without userspace-tso) > +AT_SETUP([OVS-DPDK - validate tso negotiation (with userspace-tso)]) > Minor Typo here which I realized after sending the patch. AT_SETUP should log

[ovs-dev] [PATCH v2 3/3] system-dpdk: add negotiation check for userspace-tso

2020-05-15 Thread Gowrishankar Muthukrishnan
This patch adds minimal check for userspace-tso in system-dpdk tests, starting with verification on virtio negotiation. Signed-off-by: Gowrishankar Muthukrishnan --- v2: - removed tso check in existing tests (added in v1) - improved validations in host and guest end - added tests for non-tso