mbox series

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

Message ID 1535893634-12076-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. 2, 2018, 1:07 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                             | 207 ++++++++++++++++++++++++++-
 lib/tc.h                             |   3 +
 5 files changed, 296 insertions(+), 6 deletions(-)

Comments

Simon Horman Sept. 3, 2018, 5:46 p.m. UTC | #1
On Sun, Sep 02, 2018 at 02:07:12PM +0100, Pieter Jansen van Vuuren wrote:
> This series adds match and action support for TC offload of
> geneve tunnel with options.

Thanks Pieter,

this looks good to me. I would like to wait a few days to give
other's a chance to review this patch before applying.