v1: This series is the beginning of supporting OVS hw offloaded flows. It is based on DPDK 18.11 API.
Ophir Munk (5): netdev-dpdk: Add port output hw offload action netdev-dpdk: Add vlan push/pop hw offload netdev-dpdk: Add count hw offload action netdev-dpdk: Add netdev function: flow_stats_get() dpif-netdev: Read hw stats during flow_dump_next() call lib/dpif-netdev.c | 49 ++++++++++++-- lib/netdev-dpdk.c | 178 +++++++++++++++++++++++++++++++++++++++++++++----- lib/netdev-provider.h | 7 ++ lib/netdev.c | 11 ++++ lib/netdev.h | 2 + 5 files changed, 227 insertions(+), 20 deletions(-) -- 1.8.3.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
