]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - include/net/pkt_cls.h
net: sched: gred: support reporting stats from offloads
authorJakub Kicinski <jakub.kicinski@netronome.com>
Mon, 19 Nov 2018 23:21:43 +0000 (15:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Nov 2018 02:53:46 +0000 (18:53 -0800)
commite49efd5288bd6670cc05860fe04ef611c3887399
treeb080eea5df364d9616d79ec4acda64707acfdd1c
parent890d8d23ec3c9eca847be0593c0cf5f650b97271
net: sched: gred: support reporting stats from offloads

Allow drivers which offload GRED to report back statistics.  Since
A lot of GRED stats is fairly ad hoc in nature pass to drivers the
standard struct gnet_stats_basic/gnet_stats_queue pairs, and
untangle the values in the core.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: John Hurley <john.hurley@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_cls.h
net/sched/sch_gred.c