Re: [PATCH net-next] ip-tunnel: Use API to access tunnel metadata options.

2015-08-31 Thread David Miller
From: Pravin B Shelar Date: Sun, 30 Aug 2015 18:09:38 -0700 > Currently tun-info options pointer is used in few cases to > pass options around. But tunnel options can be accessed using > ip_tunnel_info_opts() API without using the pointer. Following > patch removes the redundant pointer and consi

Re: [PATCH net-next] ip-tunnel: Use API to access tunnel metadata options.

2015-08-31 Thread Jesse Gross
On Sun, Aug 30, 2015 at 6:09 PM, Pravin B Shelar wrote: > Currently tun-info options pointer is used in few cases to > pass options around. But tunnel options can be accessed using > ip_tunnel_info_opts() API without using the pointer. Following > patch removes the redundant pointer and consistent

Re: [PATCH net-next] ip-tunnel: Use API to access tunnel metadata options.

2015-08-31 Thread Thomas Graf
On 08/30/15 at 06:09pm, Pravin B Shelar wrote: > Currently tun-info options pointer is used in few cases to > pass options around. But tunnel options can be accessed using > ip_tunnel_info_opts() API without using the pointer. Following > patch removes the redundant pointer and consistently make us

[PATCH net-next] ip-tunnel: Use API to access tunnel metadata options.

2015-08-30 Thread Pravin B Shelar
Currently tun-info options pointer is used in few cases to pass options around. But tunnel options can be accessed using ip_tunnel_info_opts() API without using the pointer. Following patch removes the redundant pointer and consistently make use of API. Signed-off-by: Pravin B Shelar --- drivers