Re: [PATCH net-next v3] GTP: add support for flow based tunneling API

2020-12-15 Thread Jakub Kicinski
On Sun, 13 Dec 2020 11:29:43 -0800 Pravin B Shelar wrote: > Following patch add support for flow based tunneling API > to send and recv GTP tunnel packet over tunnel metadata API. > This would allow this device integration with OVS or eBPF using > flow based tunneling APIs. > > Signed-off-by: Prav

[PATCH net-next v3] GTP: add support for flow based tunneling API

2020-12-13 Thread Pravin B Shelar
Following patch add support for flow based tunneling API to send and recv GTP tunnel packet over tunnel metadata API. This would allow this device integration with OVS or eBPF using flow based tunneling APIs. Signed-off-by: Pravin B Shelar --- v2-v3: - Fixed coding style - changed IFLA_GTP_FD1