diff options
| author | Eelco Chaudron <[email protected]> | 2018-09-21 07:13:54 -0400 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-09-24 12:18:42 -0700 |
| commit | 5e111210a44301304f9054e995bf33f69b6de76f (patch) | |
| tree | 18f34a793e405cdd4d06f43c47c215875089d8ad /include/uapi/linux | |
| parent | 7ff2ea0bbfb17c54617608b5ff59460afa23f641 (diff) | |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/gen_stats.h | 1 |
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) |