Re: [PATCH 4/5] ibmvfc: complete commands outside the host/queue lock

2020-12-28 Thread kernel test robot
Hi Tyrel, I love your patch! Perhaps something to improve: [auto build test WARNING on next-20201218] [also build test WARNING on v5.11-rc1] [cannot apply to powerpc/next v5.10 v5.10-rc7 v5.10-rc6] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch,

[PATCH 4/5] ibmvfc: complete commands outside the host/queue lock

2020-12-18 Thread Tyrel Datwyler
Drain the command queue and place all commands on a completion list. Perform command completion on that list outside the host/queue locks. Further, move purged command compeletions outside the host_lock as well. Signed-off-by: Tyrel Datwyler Reviewed-by: Brian King ---