net/i40e: fix VF device stop issue
authorBeilei Xing <beilei.xing@intel.com>
Tue, 29 Aug 2017 18:34:33 +0000 (02:34 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Oct 2017 00:49:47 +0000 (02:49 +0200)
commit45ea1d8b2e49fa31718ca401881c1c43b26e0d06
tree2a418a1ea12e4c9ee91cb04d4bf09fd3a30c76c4
parentefbd16eadea870e01cf4518f425e3f7bdeb8a338
net/i40e: fix VF device stop issue

i40e HW data is gotten wrongly in i40evf_dev_stop function,
it may cause device can't be stopped.
This patch is to fix the issue.

Fixes: 185993420249 ("net/i40e: fix VF add/del MAC")
Cc: stable@dpdk.org
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
drivers/net/i40e/i40e_ethdev_vf.c