> -----Original Message-----
> From: Zhang, Qi Z
> Sent: Friday, September 28, 2018 11:20 AM
> To: Xing, Beilei <[email protected]>
> Cc: [email protected]; Yigit, Ferruh <[email protected]>; Wu, Jingjing
> <[email protected]>; Rawat, Anand <[email protected]>; Menon,
> Ranjit <[email protected]>; Zhang, Qi Z <[email protected]>;
> [email protected]
> Subject: [PATCH] net/i40e: fix send admin queue command before init
>
> We should not issue Admin Queue command before Admin Queue is
> initialized.
> But this happened in i40e_hw_init and i40e_filter_input_set_init.
>
> The patch fixes the issue by proper reordering.
>
> Fixes: b6a0ec418274 ("i40e: use AQ for Rx control register read/write")
> Cc: [email protected]
>
> Reported-by: Rawat Anand <[email protected]>
> Signed-off-by: Qi Zhang <[email protected]>
Acked-by: Beilei Xing <[email protected]>