Re: [PATCH 07/16] aacraid: Fix sync fibs time out on controller reset

2017-02-15 Thread Johannes Thumshirn
On 02/14/2017 09:44 PM, Raghava Aditya Renukunta wrote: > After controller shutdown, all sync fibs time out due to not knowing > about the switch to INT-x mode > > Fixed by replacing aac_src_access_devreg() to aac_set_intx_mode() call. > > Cc: sta...@vger.kernel.org > Fixes: 495c021767bd78c998 (a

[PATCH 07/16] aacraid: Fix sync fibs time out on controller reset

2017-02-14 Thread Raghava Aditya Renukunta
After controller shutdown, all sync fibs time out due to not knowing about the switch to INT-x mode Fixed by replacing aac_src_access_devreg() to aac_set_intx_mode() call. Cc: sta...@vger.kernel.org Fixes: 495c021767bd78c998 (aacraid: MSI-x support) Signed-off-by: Raghava Aditya Renukunta Review