mbox series

[ovs-dev,0/4] netdev datapath offload frag matching

Message ID 20210103115523.4381-1-elibr@nvidia.com
Headers show
Series netdev datapath offload frag matching | expand

Message

Eli Britstein Jan. 3, 2021, 11:55 a.m. UTC
Netdev datapath ignored fragmentation matching so far. [1] introduced
an API for that in dpdk. Use it to apply frag matching.

[1] http://mails.dpdk.org/archives/dev/2020-October/186177.html

Travis:
v1: https://travis-ci.org/github/elibritstein/OVS/builds/752634689

GitHub Actions:
v1: https://github.com/elibritstein/OVS/actions/runs/459082657

Eli Britstein (4):
  netdev-offload-dpdk: Add last attribute to patterns
  netdev-offload-dpdk: Support IPv4 fragmentation types
  netdev-offload-dpdk: Support IPv6 fragmentation types
  netdev-offload-dpdk: Don't ignore frags as they are handled

 NEWS                      |   2 +
 lib/netdev-offload-dpdk.c | 270 ++++++++++++++++++++++++++++----------
 2 files changed, 201 insertions(+), 71 deletions(-)