Re: [PATCH net-next v2 4/9] geneve: Make dst-port configurable.

2015-08-20 Thread Thomas Graf
On 08/17/15 at 02:11pm, Pravin B Shelar wrote: > @@ -403,6 +416,7 @@ static size_t geneve_get_size(const struct net_device > *dev) > nla_total_size(sizeof(struct in_addr)) + /* IFLA_GENEVE_REMOTE > */ > nla_total_size(sizeof(__u8)) + /* IFLA_GENEVE_TTL */ >

Re: [PATCH net-next v2 4/9] geneve: Make dst-port configurable.

2015-08-18 Thread Jesse Gross
On Mon, Aug 17, 2015 at 2:11 PM, Pravin B Shelar wrote: > Add netlink interface to configure Geneve UDP port number. > So that user can configure it for a Gevene device. > > Signed-off-by: Pravin B Shelar Reviewed-by: Jesse Gross -- To unsubscribe from this list: send the line "unsubscribe netd

[PATCH net-next v2 4/9] geneve: Make dst-port configurable.

2015-08-17 Thread Pravin B Shelar
Add netlink interface to configure Geneve UDP port number. So that user can configure it for a Gevene device. Signed-off-by: Pravin B Shelar --- drivers/net/geneve.c | 25 + include/uapi/linux/if_link.h | 1 + 2 files changed, 22 insertions(+), 4 deletions(-) di