[dpdk-dev] [PATCH v1] net/i40e: fix VF port reset

2018-11-28 Thread Zhirun Yan
Port reset will call i40evf_uninit_vf() to release resource. It wants to call i40evf_dev_close() to do some clean work. Before this patch, port reset will never call i40evf_dev_close() to shutdown adminq. So the i40evf_dev_init() will failed. Fixs: 18599342024("net/i40e: fix VF add/del MAC") Sign

[dpdk-dev] [PATCH v1] net/i40e: fix VF port reset

2018-11-28 Thread Zhirun Yan
Port reset will call i40evf_uninit_vf() to release resource. It wants to call i40evf_dev_close() to do some clean work. Before this patch, port reset will never call i40evf_dev_close() to shutdown adminq. So the i40evf_dev_init() will failed. Fixs: 18599342024("net/i40e: fix VF add/del MAC") Sign