]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
net/sched: Add hardware specific counters to TC actions
authorEelco Chaudron <echaudro@redhat.com>
Fri, 21 Sep 2018 11:14:02 +0000 (07:14 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Sep 2018 19:18:42 +0000 (12:18 -0700)
commit28169abadb08333eb607621faa3a1dd7109e0d45
tree2cdc35f1b72aee9952d534730056314c8486eb90
parent5e111210a44301304f9054e995bf33f69b6de76f
net/sched: Add hardware specific counters to TC actions

Add additional counters that will store the bytes/packets processed by
hardware. These will be exported through the netlink interface for
displaying by the iproute2 tc tool

Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/act_api.h
include/net/pkt_cls.h
net/sched/act_api.c
net/sched/act_gact.c
net/sched/act_mirred.c