net_sched: use tcf_queue_work() in flower filter
authorCong Wang <[email protected]>
Fri, 27 Oct 2017 01:24:33 +0000 (18:24 -0700)
committerDavid S. Miller <[email protected]>
Sun, 29 Oct 2017 13:49:31 +0000 (22:49 +0900)
commit0552c8afa077889b4704ef5ee88b03063ad45023
tree4f625fca96b8ec9c6e73d007f07c2bbdd5ec4640
parent94cdb47566b799649e996e1fb9de2a503dada763
net_sched: use tcf_queue_work() in flower filter

Defer the tcf_exts_destroy() in RCU callback to
tc filter workqueue and get RTNL lock.

Reported-by: Chris Mi <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Jiri Pirko <[email protected]>
Cc: John Fastabend <[email protected]>
Cc: Jamal Hadi Salim <[email protected]>
Cc: "Paul E. McKenney" <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sched/cls_flower.c