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

2021-01-13 Thread Harald Welte
Thanks for the patch. Can you please point me to any open source user space program that can be used to validate/verify this feature? -- Sent from a mobile device. Please excuse my brevity.

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

2020-12-11 Thread Pravin Shelar
On Fri, Dec 11, 2020 at 6:15 AM Jonas Bonn wrote: > > Hi Pravin, > > On 11/12/2020 07:56, 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 eB

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

2020-12-11 Thread Jonas Bonn
Hi Pravin, On 11/12/2020 07:56, 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. This is a big patch that would

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

2020-12-11 Thread kernel test robot
Hi Pravin, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Pravin-B-Shelar/GTP-add-support-for-flow-based-tunneling-API/20201211-150317 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next

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

2020-12-11 Thread kernel test robot
Hi Pravin, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Pravin-B-Shelar/GTP-add-support-for-flow-based-tunneling-API/20201211-150317 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next

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

2020-12-10 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 --- drivers/net/gtp.c | 541 +++