Re: [dpdk-dev] [PATCH v15 0/7] hot-unplug failure handle mechanism

2018-10-15 Thread Thomas Monjalon
> Jeff Guo (7): > bus: add hot-unplug handler > bus/pci: implement hot-unplug handler ops > bus: add sigbus handler > bus/pci: implement sigbus handler ops > bus: add helper to handle sigbus > eal: add failure handle mechanism for hot-unplug > app/testpmd: use hotplug failure handler

[dpdk-dev] [PATCH v15 0/7] hot-unplug failure handle mechanism

2018-10-15 Thread Jeff Guo
Hotplug is an important feature for use-cases like the datacenter device's fail-safe and for SRIOV Live Migration in SDN/NFV. It could bring higher flexibility and continuality to networking services in multiple use-cases in the industry. So let's see how DPDK can help users implement hotplug solut