Re: [ovs-dev] [PATCH v7 8/8] system-dpdk: Run traffic tests.

2023-10-27 Thread Eelco Chaudron
On 27 Oct 2023, at 14:55, David Marchand wrote: > On Fri, Oct 27, 2023 at 1:45 PM Eelco Chaudron wrote: >> On 23 Oct 2023, at 10:18, David Marchand wrote: >> >>> Integrate system-traffic.at tests as part of check-dpdk. >>> >>> Some tests that can't work with the userspace datapath are skipped b

Re: [ovs-dev] [PATCH v7 8/8] system-dpdk: Run traffic tests.

2023-10-27 Thread David Marchand
On Fri, Oct 27, 2023 at 1:45 PM Eelco Chaudron wrote: > On 23 Oct 2023, at 10:18, David Marchand wrote: > > > Integrate system-traffic.at tests as part of check-dpdk. > > > > Some tests that can't work with the userspace datapath are skipped by > > overriding some OVS_CHECK_* macros. > > > > ADD_V

Re: [ovs-dev] [PATCH v7 8/8] system-dpdk: Run traffic tests.

2023-10-27 Thread Eelco Chaudron
On 23 Oct 2023, at 10:18, David Marchand wrote: > Integrate system-traffic.at tests as part of check-dpdk. > > Some tests that can't work with the userspace datapath are skipped by > overriding some OVS_CHECK_* macros. > > ADD_VETH is implemented using the net/af_xdp DPDK driver. > > Signed-off

[ovs-dev] [PATCH v7 8/8] system-dpdk: Run traffic tests.

2023-10-23 Thread David Marchand
Integrate system-traffic.at tests as part of check-dpdk. Some tests that can't work with the userspace datapath are skipped by overriding some OVS_CHECK_* macros. ADD_VETH is implemented using the net/af_xdp DPDK driver. Signed-off-by: David Marchand --- Changes since v6: - fixed some checkpatc