> -----Original Message-----
> From: Xing, Beilei
> Sent: Friday, September 28, 2018 2:11 PM
> To: Zhang, Qi Z <[email protected]>
> Cc: [email protected]; Yigit, Ferruh <[email protected]>; Wu, Jingjing
> <[email protected]>; Rawat, Anand <[email protected]>; Menon,
> Ranjit <[email protected]>; [email protected]
> Subject: RE: [PATCH] net/i40e: fix send admin queue command before init
>
>
>
> > -----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]>
Applied to dpdk-next-net-intel.
Thanks
Qi