commit | 9f407f1768d3e1a5ddd7bd49fa4d1f5a26e10ed2 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Mon Jul 23 09:23:07 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 23 20:44:12 2018 -0700 |
tree | ad23d347b78709aa4cfa1af62a9046dd760d32ec | |
parent | 32a4f5ecd7381f30ae3bb36dea77a150ba68af2e [diff] |
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>