Re: [net-next PATCH v3 16/17] net: Remove deprecated tunnel specific UDP offload functions

2016-06-16 Thread Hannes Frederic Sowa
On 16.06.2016 21:23, Alexander Duyck wrote: > Now that we have all the drivers using udp_tunnel_get_rx_ports, > ndo_add_udp_enc_rx_port, and ndo_del_udp_enc_rx_port we can drop the > function calls that were specific to VXLAN and GENEVE. > > Signed-off-by: Alexander Duyck Acked-by: Hannes Freder

[net-next PATCH v3 16/17] net: Remove deprecated tunnel specific UDP offload functions

2016-06-16 Thread Alexander Duyck
Now that we have all the drivers using udp_tunnel_get_rx_ports, ndo_add_udp_enc_rx_port, and ndo_del_udp_enc_rx_port we can drop the function calls that were specific to VXLAN and GENEVE. Signed-off-by: Alexander Duyck --- include/linux/netdevice.h | 38 -- include/net/gene