summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/pkt_cls.h
diff options
context:
space:
mode:
authorYotam Gigi2016-07-21 12:03:12 +0200
committerDavid S. Miller2016-07-25 08:11:59 +0200
commitb87f7936a93246804cf70e7e2e0568799c948bb1 (patch)
tree9cc6fdbd50cb59f39c24997f7f4578a879d8b5bd /include/uapi/linux/pkt_cls.h
parentnet/sched: introduce Match-all classifier (diff)
downloadkernel-qcow2-linux-b87f7936a93246804cf70e7e2e0568799c948bb1.tar.gz
kernel-qcow2-linux-b87f7936a93246804cf70e7e2e0568799c948bb1.tar.xz
kernel-qcow2-linux-b87f7936a93246804cf70e7e2e0568799c948bb1.zip
net/sched: Add match-all classifier hw offloading.
Following the work that have been done on offloading classifiers like u32 and flower, now the match-all classifier hw offloading is possible. if the interface supports tc offloading. To control the offloading, two tc flags have been introduced: skip_sw and skip_hw. Typical usage: tc filter add dev eth25 parent ffff: \ matchall skip_sw \ action mirred egress mirror \ dev eth27 Signed-off-by: Yotam Gigi <yotamg@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/pkt_cls.h')
-rw-r--r--include/uapi/linux/pkt_cls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h
index a32494887e01..d1c1ccaba787 100644
--- a/include/uapi/linux/pkt_cls.h
+++ b/include/uapi/linux/pkt_cls.h
@@ -439,6 +439,7 @@ enum {
TCA_MATCHALL_UNSPEC,
TCA_MATCHALL_CLASSID,
TCA_MATCHALL_ACT,
+ TCA_MATCHALL_FLAGS,
__TCA_MATCHALL_MAX,
};