Re: [dpdk-dev] [PATCH] net/i40e: fix print of not supported admin queue msg

2019-04-18 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Thursday, April 18, 2019 1:52 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; sta...@dpdk.org > 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 message

[dpdk-dev] [PATCH] net/i40e: fix print of not supported admin queue msg

2019-04-17 Thread Beilei Xing
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