This patch set depends on the Port Hotplug Framework. It implements the eth_dev_uninit functions for rte_i40e_pmd and rte_i40evf_pmd.
It also includes fixes for several issues encountered. Bernard Iremonger (5): i40e: changes to support PCI Port Hotplug i40e: release vmdq vsi's in dev_close i40e: increase ASQ_DELAY_MS to 100 in i40evf_wait_cmd_done() i40e: call _clear_cmd() when error occurs i40e: clear queues in i40evf_dev_stop drivers/net/i40e/i40e_ethdev.c | 88 ++++++++++++++++++++++++++++++++++++- drivers/net/i40e/i40e_ethdev_vf.c | 71 +++++++++++++++++++++++++++--- drivers/net/i40e/i40e_pf.c | 34 ++++++++++++++ drivers/net/i40e/i40e_pf.h | 1 + 4 files changed, 187 insertions(+), 7 deletions(-) -- 1.7.4.1