]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfe39c57475d02b568572366894124c1ccda2376f
treeaca63716df3fdd8a81fac9ae6c7985cedf870b91
parent722d3e2187b3a30709b138539d20079e82a5c037
parentd03c76d2685cfe5f6db1bf7b8d36c3be0e511cb2
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>