Re: [PATCH net 1/4] qed: Wait for ready indication before rereading the shmem

2018-08-19 Thread David Miller
From: Tomer Tayar Date: Sun, 19 Aug 2018 20:58:04 +0300 > + while (!p_info->mfw_mb_length && cnt--) { > + msleep(msec); > + p_info->mfw_mb_length = > + (u16)qed_rd(p_hwfn, p_ptt, > + p_info->mfw_mb_addr + > +

[PATCH net 1/4] qed: Wait for ready indication before rereading the shmem

2018-08-19 Thread Tomer Tayar
The MFW might be reset and re-update its shared memory. Upon the detection of such a reset the driver rereads this memory, but it has to wait till the data is valid. This patch adds the missing wait for a data ready indication. Signed-off-by: Tomer Tayar Signed-off-by: Ariel Elior --- drivers/