]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - include/net/sch_generic.h
net: sched: introduce chain templates
authorJiri Pirko <jiri@mellanox.com>
Mon, 23 Jul 2018 07:23:07 +0000 (09:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2018 03:44:12 +0000 (20:44 -0700)
commit9f407f1768d3e1a5ddd7bd49fa4d1f5a26e10ed2
treead23d347b78709aa4cfa1af62a9046dd760d32ec
parent32a4f5ecd7381f30ae3bb36dea77a150ba68af2e
net: sched: introduce chain templates

Allow user to set a template for newly created chains. Template lock
down the chain for particular classifier type/options combinations.
The classifier needs to support templates, otherwise kernel would
reply with error.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sch_generic.h
net/sched/cls_api.c