Re: [PATCH net-next 1/2] net/sched: act_tunnel_key: Allow key-less tunnels

2018-11-30 Thread kbuild test robot
Hi Adi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Or-Gerlitz/net-sched-act_tunnel_key-support-key-less-tunnels/20181130-194722 config: x86_64-randconfig-x006-201847 (attached as .config) c

[PATCH net-next 1/2] net/sched: act_tunnel_key: Allow key-less tunnels

2018-11-28 Thread Or Gerlitz
From: Adi Nissim Allow setting a tunnel without a tunnel key. This is required for tunneling protocols, such as GRE, that define the key as an optional field. Signed-off-by: Adi Nissim Acked-by: Or Gerlitz Reviewed-by: Oz Shlomo Acked-by: Jiri Pirko --- net/sched/act_tunnel_key.c | 19 +