net/i40e: fix logging on VF close
authorBeilei Xing <beilei.xing@intel.com>
Thu, 18 Apr 2019 05:52:27 +0000 (13:52 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 19 Apr 2019 12:51:54 +0000 (14:51 +0200)
commit108e9b0fec14b47127b79ef953af19cbf3b425d7
treec5e74ef938c48aef879d32543b80e6ec035da4f0
parentdcfbc594f7ddc3f934693549854b70d2d94cf8cf
net/i40e: fix logging on VF close

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: stable@dpdk.org
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/i40e/i40e_ethdev_vf.c