Re: [PATCH net-next] sched: act_sample: Implement stats_update callback

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 12:33:20 +0200 you wrote: > From: Ido Schimmel > > Implement this callback in order to get the offloaded stats added to the > kernel stats. > > Signed-off-by: Ido Schimmel > Reviewed-by: Petr Machata

[PATCH net-next] sched: act_sample: Implement stats_update callback

2021-03-10 Thread Ido Schimmel
From: Ido Schimmel Implement this callback in order to get the offloaded stats added to the kernel stats. Signed-off-by: Ido Schimmel Reviewed-by: Petr Machata Reviewed-by: Jiri Pirko --- net/sched/act_sample.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/net/sched/act_sa