commit | be08989c4d900d5388be1a7d002cd7c2942d69cd | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Nov 07 23:00:24 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 07 23:00:24 2018 -0800 |
tree | aca63716df3fdd8a81fac9ae6c7985cedf870b91 | |
parent | cea0604d3f94ef41878d6e484ffeb67a8129ab5a [diff] | |
parent | e963e1097ad3c9f2062e10356af8c89de245c6b2 [diff] |
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>