[PATCH 06/12] be2iscsi: Fix be_mcc_compl_poll to use tag_state

2016-02-01 Thread Jitendra Bhivare
be_mcc_compl_poll waits till 'used' count of MCC WRBQ is zero. This is to determine the completion of an MCC sent. Change function to poll for the tag of MCC sent, instead, and wait till its tag_state is cleared. Signed-off-by: Jitendra Bhivare ---

Re: [PATCH 06/12] be2iscsi: Fix be_mcc_compl_poll to use tag_state

2016-02-01 Thread Johannes Thumshirn
On Mon, Feb 01, 2016 at 03:42:45PM +0530, Jitendra Bhivare wrote: > be_mcc_compl_poll waits till 'used' count of MCC WRBQ is zero. This is to > determine the completion of an MCC sent. > > Change function to poll for the tag of MCC sent, instead, and wait till > its tag_state is cleared. > >