Hi Bart,
On 2/13/19, 4:57 PM, "Bart Van Assche" <[email protected]> wrote:
External Email
----------------------------------------------------------------------
On Wed, 2019-02-13 at 10:53 -0800, Himanshu Madhani wrote:
> + ha->free_fcport = create_workqueue("free_fcport");
> + if (!ha->free_fcport) {
> + ql_log(ql_log_info, base_vha, 0xee00,
> + "Failed to allocate workqueue ha->free_fcport\n");
> + }
Above this code either an explanation should be added why the system
work queues are not appropriate or this code should be modified such
that it uses one of the system workqueues.
Will look into using system work queue and repost later.
Bart.
Thanks,
Himanshu