Re: [PATCH v2 11/17] qla2xxx: Turn on FW option for exchange check

2017-05-31 Thread Bart Van Assche
On Tue, 2017-05-30 at 10:54 -0700, Himanshu Madhani wrote: > - ctio->u.status1.flags = (atio->u.isp24.attr << 9) | > - cpu_to_le16(CTIO7_FLAGS_STATUS_MODE_1 | CTIO7_FLAGS_SEND_STATUS); > + temp = (atio->u.isp24.attr << 9)| > + CTIO7_FLAGS_STATUS_MODE_1 |

[PATCH v2 11/17] qla2xxx: Turn on FW option for exchange check

2017-05-30 Thread Himanshu Madhani
From: Quinn Tran Tell FW to track exchange/cmd state to prevent driver from using stale exchange or exchange that is not meant for this command. Signed-off-by: Quinn Tran Signed-off-by: Himanshu Madhani ---