Re: [patch net-next] sched: act_vlan: implement stats_update callback

2019-08-30 Thread David Miller
From: Jiri Pirko Date: Thu, 29 Aug 2019 15:38:42 +0200 > From: Jiri Pirko > > Implement this callback in order to get the offloaded stats added to the > kernel stats. > > Reported-by: Pengfei Liu > Signed-off-by: Jiri Pirko Applied.

[patch net-next] sched: act_vlan: implement stats_update callback

2019-08-29 Thread Jiri Pirko
From: Jiri Pirko Implement this callback in order to get the offloaded stats added to the kernel stats. Reported-by: Pengfei Liu Signed-off-by: Jiri Pirko --- net/sched/act_vlan.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/net/sched/act_vlan.c b/net/sched/act_vlan.c i