On Wed, 2017-07-19 at 11:51 -0700, Himanshu Madhani wrote: > From: Duane Grigsby <duane.grigsby@xxxxxxxxxx> Hello Himanshu and Duane, Too many drivers create workqueues for all kinds of purposes. Why is it necessary to execute qla_nvme_io_work() on the context of a new workqueue? If any of the existing system workqueues can be used please modify the patch accordingly. Otherwise please explain why it is necessary to introduce a new workqueue. Bart.