> -----Original Message-----
> From: Xing, Beilei
> Sent: Thursday, April 18, 2019 1:52 PM
> To: Zhang, Qi Z <[email protected]>
> Cc: [email protected]; [email protected]
> Subject: [PATCH] net/i40e: fix print of not supported admin queue msg
>
> When launch testpmd with VF and quit testpmd, there'll be lots of messages
> "i40evf_handle_aq_msg(): Request 0 is not supported yet", which are triggered
> during VF reset and VF needn't do anything. So cancel alarm handler before VF
> reset to ignore the admin queue messages.
>
> Fixes: e0e6a7f2154e ("net/i40e: cancel alarm handler at the end of closure")
> Cc: [email protected]
>
> Signed-off-by: Beilei Xing <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi