Files
kernel_google_b1c1/include/uapi/linux
Yotam Gigi b87f7936a9 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>
2016-07-24 23:11:59 -07:00
..
2016-06-27 04:10:41 -04:00
2016-06-08 11:36:02 -07:00
2016-06-30 13:10:49 +02:00
2016-06-18 10:32:28 -07:00
2016-07-15 14:54:27 +09:00
2016-05-20 17:58:30 -07:00