Re: [PATCH] xen: xen-pciback: Remove create_workqueue

2016-05-31 Thread David Vrabel
On 27/05/16 17:32, Konrad Rzeszutek Wilk wrote: > On Fri, May 27, 2016 at 12:08:22PM -0400, Tejun Heo wrote: >> Hello, >> >> On Fri, May 27, 2016 at 12:01:14PM -0400, Konrad Rzeszutek Wilk wrote: >>> On Fri, May 27, 2016 at 09:24:11PM +0530, Bhaktipriya Shridhar wrote: With concurrency managed

Re: [PATCH] xen: xen-pciback: Remove create_workqueue

2016-05-27 Thread Konrad Rzeszutek Wilk
On Fri, May 27, 2016 at 12:08:22PM -0400, Tejun Heo wrote: > Hello, > > On Fri, May 27, 2016 at 12:01:14PM -0400, Konrad Rzeszutek Wilk wrote: > > On Fri, May 27, 2016 at 09:24:11PM +0530, Bhaktipriya Shridhar wrote: > > > With concurrency managed workqueues, use of dedicated workqueues can be > >

Re: [PATCH] xen: xen-pciback: Remove create_workqueue

2016-05-27 Thread Tejun Heo
Hello, On Fri, May 27, 2016 at 12:01:14PM -0400, Konrad Rzeszutek Wilk wrote: > On Fri, May 27, 2016 at 09:24:11PM +0530, Bhaktipriya Shridhar wrote: > > With concurrency managed workqueues, use of dedicated workqueues can be > > replaced by using system_wq. Drop host->intr_wq by using

Re: [PATCH] xen: xen-pciback: Remove create_workqueue

2016-05-27 Thread Konrad Rzeszutek Wilk
On Fri, May 27, 2016 at 09:24:11PM +0530, Bhaktipriya Shridhar wrote: > With concurrency managed workqueues, use of dedicated workqueues can be > replaced by using system_wq. Drop host->intr_wq by using > system_wq. > > Since there is only a single work item, increase of concurrency level by > swi