linux/drivers/infiniband/hw/i40iw
Bhaktipriya Shridhar 5e9ff9b0bf i40iw_cm: Remove deprecated create_singlethread_workqueue
alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces
deprecated create_singlethread_workqueue(). This is the identity
conversion.

The workqueue "event_wq" is involved in event handling and queues
i40iw_cm_event_handler.

The workqueue "disconn_wq" is involved in closing connection and queues
i40iw_disconnect_worker.

Both workqueues have been identity converted.

WQ_MEM_RECLAIM has been set to ensure forward progress under memory
pressure.

Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2016-10-07 16:54:28 -04:00
..
i40iw_cm.c i40iw_cm: Remove deprecated create_singlethread_workqueue 2016-10-07 16:54:28 -04:00
i40iw_cm.h RDMA/i40iw: Remove unused code and fix warning 2016-04-28 16:32:54 -04:00
i40iw_ctrl.c RDMA/i40iw: Fix SD calculation for initial HMC creation 2016-04-28 16:32:54 -04:00
i40iw_d.h i40iw: Remove unnecessary check for moving CQ head 2016-08-02 14:17:38 -04:00
i40iw_hmc.c
i40iw_hmc.h
i40iw_hw.c RDMA/i40iw: Correct STag mask to min of 14 bits 2016-04-28 16:32:54 -04:00
i40iw_main.c i40iw_main: Remove deprecated create_singlethread_workqueue 2016-10-07 16:54:28 -04:00
i40iw_osdep.h RDMA/i40iw: Add virtual channel message queue 2016-04-28 16:32:54 -04:00
i40iw_p.h
i40iw_pble.c RDMA/i40iw: Correct return code check in add_pble_pool 2016-04-28 16:32:54 -04:00
i40iw_pble.h
i40iw_puda.c i40iw: Add NULL check for puda buffer 2016-08-02 14:17:38 -04:00
i40iw_puda.h i40iw: Replace the obsolete crypto hash interface with shash 2016-03-21 16:02:24 -04:00
i40iw_register.h
i40iw_status.h RDMA/i40iw: Fix for checking if the QP is destroyed 2016-04-28 16:32:55 -04:00
i40iw_type.h i40iw: Change dup_ack_thresh to u8 2016-08-02 14:17:38 -04:00
i40iw_ucontext.h
i40iw_uk.c i40iw: Remove unnecessary check for moving CQ head 2016-08-02 14:17:38 -04:00
i40iw_user.h i40iw: Remove unnecessary parameter to i40iw_cq_poll_completion 2016-08-02 14:17:38 -04:00
i40iw_utils.c RDMA/i40iw: Fix endian issues and warnings 2016-04-28 16:32:54 -04:00
i40iw_verbs.c Round one of 4.8 code 2016-08-04 20:10:31 -04:00
i40iw_verbs.h RDMA/i40iw: Adding queue drain functions 2016-04-28 16:32:54 -04:00
i40iw_vf.c i40iw: constify i40iw_vf_cqp_ops structure 2016-05-13 13:47:07 -04:00
i40iw_vf.h i40iw: constify i40iw_vf_cqp_ops structure 2016-05-13 13:47:07 -04:00
i40iw_virtchnl.c i40iw: pass hw_stats by reference rather than by value 2016-05-13 13:47:08 -04:00
i40iw_virtchnl.h
i40iw.h i40iw: Enable level-1 PBL for fast memory registration 2016-06-23 10:35:34 -04:00
Kconfig
Makefile