A recent patch introduced the function netif_is_vxlan() to verify the tunnel type of a given netdev as vxlan.
Add a similar function to detect geneve netdevs and make use of this function in the NFP driver. Also make use of the vxlan helper where applicable. John Hurley (3): net: add netif_is_geneve() nfp: flower: use geneve and vxlan helpers nfp: flower: include geneve as supported offload tunnel type drivers/net/ethernet/netronome/nfp/flower/action.c | 8 +++----- drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c | 2 ++ include/net/geneve.h | 6 ++++++ 3 files changed, 11 insertions(+), 5 deletions(-) -- 2.7.4