tc: introduce Flower classifier
authorJiri Pirko <jiri@resnulli.us>
Tue, 12 May 2015 12:56:21 +0000 (14:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2015 19:19:48 +0000 (15:19 -0400)
commit77b9900ef53ae047e36a37d13a2aa33bb2d60641
treec3923d418d9323bfb7cf123eb57bea2f7c63cbdd
parent59346afe7a5548ab3e9730aeff33993faa76abbe
tc: introduce Flower classifier

This patch introduces a flow-based filter. So far, the very essential
packet fields are supported.

This patch is only the first step. There is a lot of potential performance
improvements possible to implement. Also a lot of features are missing
now. They will be addressed in follow-up patches.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/pkt_cls.h
net/sched/Kconfig
net/sched/Makefile
net/sched/cls_flower.c [new file with mode: 0644]