Merge branch 'nfp-add-and-use-tunnel-netdev-helpers'
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Nov 2018 07:00:24 +0000 (23:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Nov 2018 07:00:24 +0000 (23:00 -0800)
commitbe08989c4d900d5388be1a7d002cd7c2942d69cd
treeaca63716df3fdd8a81fac9ae6c7985cedf870b91
parentcea0604d3f94ef41878d6e484ffeb67a8129ab5a
parente963e1097ad3c9f2062e10356af8c89de245c6b2
Merge branch 'nfp-add-and-use-tunnel-netdev-helpers'

John Hurley says:

====================
nfp: add and use tunnel netdev helpers

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>