[dpdk-dev] [PATCH v5 00/24] enable hotplug on multi-process

2018-06-27 Thread Qi Zhang
v6: - remove bus->scan_one, since ABI break is not necessary. - remove patch for failsafe PMD since it will not support secondary. - fix wrong implemenation on ixgbe. - add rte_eth_dev_release_port_private into rte_eth_dev_pci_generic_remove for secondary process, so we don't need to patch on PMD

[dpdk-dev] [PATCH v5 00/24] enable hotplug on multi-process

2018-06-27 Thread Qi Zhang
v5: - since we will keep mp thread separate from interrupt thread, it is not necessary to use temporary thread, we use rte_eal_alarm_set. - remove the change in rte_eth_dev_release_port, since there is a better way to prevent rte_eth_dev_release_port be called after rte_eth_dev_release_port_p