Re: [PATCH net-next 0/3] nfp: add and use tunnel netdev helpers

2018-11-07 Thread David Miller
From: John Hurley Date: Wed, 7 Nov 2018 18:32:47 + > 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

[PATCH net-next 0/3] nfp: add and use tunnel netdev helpers

2018-11-07 Thread John Hurley
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