Re: [PATCH net-next 1/6] net: add new netdevice feature for tunnel offloading

2017-07-04 Thread Sabrina Dubroca
2017-06-30, 17:50:01 +0200, Jiri Benc wrote: > On Fri, 30 Jun 2017 15:19:45 +0200, Sabrina Dubroca wrote: > > This adds a new netdevice feature, so that tunnel offloading can be > > disabled by the administrator on some netdevices, using the > > "tunnel-offload" ethtool feature. > > > > This featu

Re: [PATCH net-next 1/6] net: add new netdevice feature for tunnel offloading

2017-06-30 Thread Jiri Benc
On Fri, 30 Jun 2017 15:19:45 +0200, Sabrina Dubroca wrote: > This adds a new netdevice feature, so that tunnel offloading can be > disabled by the administrator on some netdevices, using the > "tunnel-offload" ethtool feature. > > This feature is set for all devices that provide ndo_udp_tunnel_add

[PATCH net-next 1/6] net: add new netdevice feature for tunnel offloading

2017-06-30 Thread Sabrina Dubroca
This adds a new netdevice feature, so that tunnel offloading can be disabled by the administrator on some netdevices, using the "tunnel-offload" ethtool feature. This feature is set for all devices that provide ndo_udp_tunnel_add. Signed-off-by: Sabrina Dubroca --- include/linux/netdev_features