Re: [PATCH net] gtp: add GTPA_LINK info to msg sent to userspace

2020-08-25 Thread David Miller
From: Nicolas Dichtel Date: Tue, 25 Aug 2020 14:59:40 +0200 > During a dump, this attribute is essential, it enables the userspace to > know on which interface the context is linked to. > > Fixes: 459aa660eb1d ("gtp: add initial driver for datapath of GPRS Tunneling > Protocol (GTP-U)") > Signe

[PATCH net] gtp: add GTPA_LINK info to msg sent to userspace

2020-08-25 Thread Nicolas Dichtel
During a dump, this attribute is essential, it enables the userspace to know on which interface the context is linked to. Fixes: 459aa660eb1d ("gtp: add initial driver for datapath of GPRS Tunneling Protocol (GTP-U)") Signed-off-by: Nicolas Dichtel Tested-by: Gabriel Ganne --- I target this to