diff options
| author | David S. Miller <davem@davemloft.net> | 2018-09-24 12:18:43 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-09-24 12:18:43 -0700 |
| commit | ea49c6f0bacaa4cf8980258584059de35ad54b8f (patch) | |
| tree | 2cdc35f1b72aee9952d534730056314c8486eb90 /include/uapi | |
| parent | 7ff2ea0bbfb17c54617608b5ff59460afa23f641 (diff) | |
| parent | 28169abadb08333eb607621faa3a1dd7109e0d45 (diff) | |
| download | cachepc-linux-ea49c6f0bacaa4cf8980258584059de35ad54b8f.tar.gz cachepc-linux-ea49c6f0bacaa4cf8980258584059de35ad54b8f.zip | |
Merge branch 'net-sched-Add-hardware-specific-counters-to-TC-actions'
Eelco Chaudron says:
====================
net/sched: Add hardware specific counters to TC actions
Add hardware specific counters to TC actions which will be exported
through the netlink API. This makes troubleshooting TC flower offload
easier, as it possible to differentiate the packets being offloaded.
v2 - Rebased on latest net-next
====================
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
| -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) |
