OSDN Git Service

net/sched: cls_flower: Provide a filter to replace/destroy hardware filter functions
authorHadar Hen Zion <hadarh@mellanox.com>
Thu, 1 Dec 2016 12:06:35 +0000 (14:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2016 18:28:36 +0000 (13:28 -0500)
commit3036dab670bae38f2ece608e69232f5b20aa6015
treefd9a23a78872aa20179ea84236270b4b8ea6c1a5
parent796852197c7a1a3a69ee5184d68bf16885bef65b
net/sched: cls_flower: Provide a filter to replace/destroy hardware filter functions

Instead of providing many arguments to fl_hw_{replace/destroy}_filter
functions, just provide cls_fl_filter struct that includes all the relevant
args.

This patches doesn't add any new functionality.

Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_flower.c