2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

lib/tc: add geneve with option match offload

Add TC offload support for classifying geneve tunnels with options.

Signed-off-by: Pieter Jansen van Vuuren <pieter.jansenvanvuuren@netronome.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
This commit is contained in:
Pieter Jansen van Vuuren
2018-09-18 09:36:20 +01:00
committed by Simon Horman
parent 202469aa9e
commit a468645c6d
4 changed files with 286 additions and 2 deletions

View File

@@ -123,6 +123,7 @@ struct tc_flower_key {
ovs_be16 tp_src;
ovs_be16 tp_dst;
ovs_be64 id;
struct tun_metadata metadata;
} tunnel;
};