summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/gen_stats.h
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2018-09-21 07:13:54 -0400
committerDavid S. Miller <davem@davemloft.net>2018-09-24 12:18:42 -0700
commit5e111210a44301304f9054e995bf33f69b6de76f (patch)
tree18f34a793e405cdd4d06f43c47c215875089d8ad /include/uapi/linux/gen_stats.h
parent7ff2ea0bbfb17c54617608b5ff59460afa23f641 (diff)
downloadlinux-stable-5e111210a44301304f9054e995bf33f69b6de76f.tar.gz
linux-stable-5e111210a44301304f9054e995bf33f69b6de76f.tar.bz2
linux-stable-5e111210a44301304f9054e995bf33f69b6de76f.zip
net/core: Add new basic hardware counter
Add a new hardware specific basic counter, TCA_STATS_BASIC_HW. This can be used to count packets/bytes processed by hardware offload. Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/gen_stats.h')
-rw-r--r--include/uapi/linux/gen_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/gen_stats.h b/include/uapi/linux/gen_stats.h
index 24a861c0d29d..065408e16a80 100644
--- a/include/uapi/linux/gen_stats.h
+++ b/include/uapi/linux/gen_stats.h
@@ -12,6 +12,7 @@ enum {
TCA_STATS_APP,
TCA_STATS_RATE_EST64,
TCA_STATS_PAD,
+ TCA_STATS_BASIC_HW,
__TCA_STATS_MAX,
};
#define TCA_STATS_MAX (__TCA_STATS_MAX - 1)