]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
net/sched: flower: Support hardware miss to tc action
authorPaul Blakey <paulb@nvidia.com>
Fri, 17 Feb 2023 22:36:16 +0000 (00:36 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 21 Feb 2023 00:46:10 +0000 (16:46 -0800)
commit606c7c43d08c4daf954ec8d58ae6dd39292fb457
tree81a89d33194b6ce79b5d31898995f7ec20488951
parent08a0063df3aed8d76a4034279117db12dbc1050f
net/sched: flower: Support hardware miss to tc action

To support hardware miss to tc action in actions on the flower
classifier, implement the required getting of filter actions,
and setup filter exts (actions) miss by giving it the filter's
handle and actions.

Signed-off-by: Paul Blakey <paulb@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/cls_flower.c