]> git.baikalelectronics.ru Git - 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)
commite5b04aefb6ea2b9a9ec45c45163dad90b6d834b5
tree2cdc35f1b72aee9952d534730056314c8486eb90
parent2b2edd0f3fa212ac58326540eea741d1af3282ba
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