Re: [dpdk-dev] [PATCH v5 2/4] net/ixgbe: install ethdev hotplug handler in ixgbe

2018-09-12 Thread Jeff Guo
hi, ferruh On 8/25/2018 12:22 AM, Ferruh Yigit wrote: On 7/11/2018 12:51 PM, Jeff Guo wrote: This patch aim to enable hotplug detect in ixgbe PMD. Firstly it set the flags RTE_PCI_DRV_INTR_RMV in drv_flags to announce the hotplug ability, and then use rte_eth_dev_event_handler_install to insta

Re: [dpdk-dev] [PATCH v5 2/4] net/ixgbe: install ethdev hotplug handler in ixgbe

2018-08-24 Thread Ferruh Yigit
On 7/11/2018 12:51 PM, Jeff Guo wrote: > This patch aim to enable hotplug detect in ixgbe PMD. Firstly it > set the flags RTE_PCI_DRV_INTR_RMV in drv_flags to announce the hotplug > ability, and then use rte_eth_dev_event_handler_install to install > the hotplug event handler for ethdev. When eal d

[dpdk-dev] [PATCH v5 2/4] net/ixgbe: install ethdev hotplug handler in ixgbe

2018-07-11 Thread Jeff Guo
This patch aim to enable hotplug detect in ixgbe PMD. Firstly it set the flags RTE_PCI_DRV_INTR_RMV in drv_flags to announce the hotplug ability, and then use rte_eth_dev_event_handler_install to install the hotplug event handler for ethdev. When eal detect the hotplug event, it will call the ethde

[dpdk-dev] [PATCH v5 2/4] net/ixgbe: install ethdev hotplug handler in ixgbe

2018-07-11 Thread Jeff Guo
This patch aim to enable hotplug detect in ixgbe PMD. Firstly it set the flags RTE_PCI_DRV_INTR_RMV in drv_flags to announce the hotplug ability, and then use rte_eth_dev_event_handler_install to install the hotplug event handler for ethdev. When eal detect the hotplug event, it will call the ethde