On Tue, Nov 21, 2023 at 10:02:35AM +0100, David Marchand wrote: > On Mon, Nov 20, 2023 at 4:58 PM David Marchand > <[email protected]> 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-by: David Marchand <[email protected]> > > Acked-by: Eelco Chaudron <[email protected]> > > I ran this series 10 times with no failure in GHA. > https://github.com/david-marchand/ovs/actions/runs/6882128624 (you may > browse through the 10 attempts through the "Latest #10" button in this > page though you need to be logged in) > > Intel CI seems happy this time for every patch. > > The robot also reported no issue when testing per patch. > > SHIP IT!
Thanks David, applied. - system-dpdk: Run traffic tests. https://github.com/openvswitch/ovs/commit/4e90baca89f0 - system-dpdk: Rework cleanup for vhost-user client tests. https://github.com/openvswitch/ovs/commit/1d0ff364b069 - system-dpdk: Refactor tests using vhost-user ports. https://github.com/openvswitch/ovs/commit/1c37d869c2a7 - system-dpdk: Fix race in some vhost-user client MTU test. https://github.com/openvswitch/ovs/commit/d0a6cf57ddee - system-dpdk: Remove tap interfaces from vport MTU tests. https://github.com/openvswitch/ovs/commit/64c1d16c6aee - netdev-afxdp: Postpone libbpf logging helper registration. https://github.com/openvswitch/ovs/commit/b561bbdc27a5 - system-dpdk: Refactor OVS daemons helpers. https://github.com/openvswitch/ovs/commit/818217eafee8 - tests: Define a macro to skip tc relying tests. https://github.com/openvswitch/ovs/commit/e6dd50d61549 - ci: Run DPDK tests in GitHub Actions. https://github.com/openvswitch/ovs/commit/ab3eca6122ad - system-dpdk: Don't require hugetlbfs. https://github.com/openvswitch/ovs/commit/c488f28a0eaf - system-dpdk: Introduce helpers for testpmd. https://github.com/openvswitch/ovs/commit/209667c0eef6 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
