Re: [Patch net-next] net_sched: switch to rcu_work

2018-05-24 Thread David Miller
From: Cong Wang Date: Wed, 23 May 2018 15:26:53 -0700 > Commit 05f0fe6b74db ("RCU, workqueue: Implement rcu_work") introduces > new API's for dispatching work in a RCU callback. Now we can just > switch to the new API's for tc filters. This could get rid of a lot > of

[Patch net-next] net_sched: switch to rcu_work

2018-05-23 Thread Cong Wang
Commit 05f0fe6b74db ("RCU, workqueue: Implement rcu_work") introduces new API's for dispatching work in a RCU callback. Now we can just switch to the new API's for tc filters. This could get rid of a lot of code. Cc: Tejun Heo Cc: "Paul E. McKenney"