Hello Ian, This series applies on a dpdk-latest branch rebased on current master [1]. It builds and passes checks in GHA, see [2].
Fyi, the lcore API is marked stable, I'll repost my patch for OVS as a followup of this series. v21.11-rc2 was tagged last night. There will be no other API change for v21.11 (famous last words..). 1: https://github.com/david-marchand/ovs/commits/dpdk-latest 2: https://github.com/david-marchand/ovs/actions/runs/1439021926 -- David Marchand Changes since v2: - restored patch1, David Marchand (5): netdev-dpdk: Remove access to DPDK internals. netdev-dpdk: Remove unused attribute from rte_flow rule. netdev-dpdk: Fix mbuf macros namespace with 21.11-rc1. netdev-dpdk: Fix vhost namespace with 21.11-rc2. github: Fix experimental build check. .github/workflows/build-and-test.yml | 2 +- lib/dp-packet.h | 26 ++++--- lib/netdev-dpdk.c | 111 ++++++++++++++------------- 3 files changed, 73 insertions(+), 66 deletions(-) -- 2.23.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
