mbox series

[ovs-dev,v3,0/2] add TC offload support for geneve with options

Message ID 1536173557-23165-1-git-send-email-pieter.jansenvanvuuren@netronome.com
Headers show
Series add TC offload support for geneve with options | expand

Message

Pieter Jansen van Vuuren Sept. 5, 2018, 6:52 p.m. UTC
This series adds match and action support for TC offload of
geneve tunnel with options.

Pieter Jansen van Vuuren (2):
  lib/tc: add geneve with option encap action offload
  lib/tc: add geneve with option match offload

 include/linux/pkt_cls.h              |  25 ++++
 include/linux/tc_act/tc_tunnel_key.h |  23 +++
 lib/netdev-tc-offloads.c             |  44 ++++++
 lib/tc.c                             | 210 ++++++++++++++++++++++++++-
 lib/tc.h                             |   3 +
 5 files changed, 299 insertions(+), 6 deletions(-)