V1: Add hardware offload support for GRE flows (experimental). Available only if DPDK experimantal APIs enabled during the build. V2: Rebase version v3: Fixed rebase compilation
v4: *Rebase version *Fixed bug found by [email protected], vport is always null *The feature will work only after applying the following patches in dpdk: http://mails.dpdk.org/archives/dev/2021-September/219590.html and http://mails.dpdk.org/archives/dev/2021-September/219591.html Those patches got marged to the next-version of dpdk on 19 Oct 2021. *CI result : https://github.com/nanteby/ovs/actions/runs/1362805166 Nir Anteby (4): netdev-offload-dpdk: Refactor get_vport_netdev() netdev-dpdk: Add flow_api support for netdev gre vports netdev-offload-dpdk: Support tnl_pop for gre tunnel netdev-offload-dpdk: Add support for matching on gre fields NEWS | 2 + lib/netdev-dpdk.c | 7 ++- lib/netdev-offload-dpdk.c | 144 +++++++++++++++++++++++++++++++++++++++------- 3 files changed, 130 insertions(+), 23 deletions(-) -- 1.8.3.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
