Nothing earth-shattering in this series. This is a followup after reviewing patches from Kevin: we can move netdev-dpdk related configuration in this code and remove unneeded stubs in the "dpdk" api in OVS (less code is always better :-)).
-- David Marchand David Marchand (3): netdev-dpdk: Cleanup code when DPDK is disabled. netdev-dpdk: Move DPDK netdev related configuration. netdev-dpdk: Cleanup mempool selection code. lib/dp-packet.c | 6 +-- lib/dp-packet.h | 4 +- lib/dpdk-stub.c | 24 --------- lib/dpdk.c | 101 -------------------------------------- lib/dpdk.h | 4 -- lib/netdev-dpdk.c | 121 +++++++++++++++++++++++++++++++++++++++------- lib/netdev-dpdk.h | 5 -- 7 files changed, 105 insertions(+), 160 deletions(-) -- 2.37.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
