Re: [PATCH] iplink_rmnet: Allow passing IFLA_RMNET_FLAGS

2021-03-15 Thread Bjorn Andersson
On Mon 15 Mar 09:23 CDT 2021, Daniele Palmas wrote: > Hi Bjorn, > > Il giorno sab 13 mar 2021 alle ore 01:02 Bjorn Andersson > ha scritto: > > > > Parse and pass IFLA_RMNET_FLAGS to the kernel, to allow changing the > > flags from the default of ingress-aggregate only. > > > > Signed-off-by: Bjo

Re: [PATCH] iplink_rmnet: Allow passing IFLA_RMNET_FLAGS

2021-03-15 Thread Daniele Palmas
Hi Bjorn, Il giorno sab 13 mar 2021 alle ore 01:02 Bjorn Andersson ha scritto: > > Parse and pass IFLA_RMNET_FLAGS to the kernel, to allow changing the > flags from the default of ingress-aggregate only. > > Signed-off-by: Bjorn Andersson > --- > ip/iplink_rmnet.c | 42 +

[PATCH] iplink_rmnet: Allow passing IFLA_RMNET_FLAGS

2021-03-12 Thread Bjorn Andersson
Parse and pass IFLA_RMNET_FLAGS to the kernel, to allow changing the flags from the default of ingress-aggregate only. Signed-off-by: Bjorn Andersson --- ip/iplink_rmnet.c | 42 ++ 1 file changed, 42 insertions(+) diff --git a/ip/iplink_rmnet.c b/ip/iplin