Re: [PATCH v3] staging: octeon: Convert create_singlethread_workqueue()

2016-02-28 Thread Tejun Heo
Hello, On Sat, Feb 27, 2016 at 11:21:47PM +0530, Bhaktipriya Shridhar wrote: > With conccurency managed workqueues, use of dedicated workqueues can > be replaced by system_wq. Drop cvm_oct_poll_queue by using system_wq. > > There are multiple work items per cvm_oct_poll_queue (viz. >

[PATCH v3] staging: octeon: Convert create_singlethread_workqueue()

2016-02-27 Thread Bhaktipriya Shridhar
With conccurency managed workqueues, use of dedicated workqueues can be replaced by system_wq. Drop cvm_oct_poll_queue by using system_wq. There are multiple work items per cvm_oct_poll_queue (viz. cvm_oct_rx_refill_work, port_periodic_work) and different cvm_oct_poll_queues need not be be