commit | d764a122cc7af7ab1c40c08745f0fcd33cc2f7db | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Fri Jul 21 12:49:28 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 24 13:52:59 2017 -0700 |
tree | 97ec50d56f42f47e6d46e670243c9b0c683a7443 | |
parent | 5b861f6baa3a22a48d7a4ad0ce38a223d36c978a [diff] |
net: add new netdevice feature for offload of RX port for UDP tunnels This adds a new netdevice feature, so that the offloading of RX port for UDP tunnels can be disabled by the administrator on some netdevices, using the "rx-udp_tunnel-port-offload" feature in ethtool. This feature is set for all devices that provide ndo_udp_tunnel_add. Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Signed-off-by: David S. Miller <davem@davemloft.net>