> -----Original Message-----
> From: Zhang, Qi Z
> Sent: Friday, September 28, 2018 11:20 AM
> To: Xing, Beilei <beilei.x...@intel.com>
> Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; Wu, Jingjing
> <jingjing...@intel.com>; Rawat, Anand <anand.ra...@intel.com>; Menon,
> Ranjit <ranjit.me...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>;
> sta...@dpdk.org
> 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: sta...@dpdk.org
>
> Reported-by: Rawat Anand <anand.ra...@intel.com>
> Signed-off-by: Qi Zhang <qi.z.zh...@intel.com>
Acked-by: Beilei Xing <beilei.x...@intel.com>