Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe

2018-07-09 Thread Jeff Guo
; Iremonger, Bernard ; arybche...@solarflare.com Cc: jblu...@infradead.org; shreyansh.j...@nxp.com; dev@dpdk.org; Guo, Jia ; Zhang, Helin Subject: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe This patch aim to enable hotplug detect in ixgbe pmd driver. Firstly it set the flags

Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe

2018-07-09 Thread Matan Azrad
gt;>>>> ma...@mellanox.com; > >>>> Van > >>>>> Haaren, Harry ; Zhang, Qi Z > >>>>> ; He, Shaopeng ; > >>>>> Iremonger, Bernard ; > >>>>> arybche...@solarflare.com > &

Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe

2018-07-09 Thread Jeff Guo
...@infradead.org; shreyansh.j...@nxp.com; dev@dpdk.org; Guo, Jia ; Zhang, Helin Subject: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe This patch aim to enable hotplug detect in ixgbe pmd driver. Firstly it set the flags RTE_PCI_DRV_INTR_RMV in drv_flags to announce the hotplug

Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe

2018-07-09 Thread Matan Azrad
...@monjalon.net; > mo...@mellanox.com; > >>> ma...@mellanox.com; > >> Van > >>> Haaren, Harry ; Zhang, Qi Z > >>> ; He, Shaopeng ; > >>> Iremonger, Bernard ; > >>> arybche...@solarflare.com > >>> Cc: jblu...@infrad

Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe

2018-07-09 Thread Jeff Guo
, Helin Subject: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe This patch aim to enable hotplug detect in ixgbe pmd driver. Firstly it set the flags RTE_PCI_DRV_INTR_RMV in drv_flags to announce the hotplug ability, and then use rte_dev_event_callback_register to register the

Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe

2018-07-09 Thread Jeff Guo
On 7/9/2018 4:13 PM, Andrew Rybchenko wrote: On 09.07.2018 09:56, Jeff Guo wrote: This patch aim to enable hotplug detect in ixgbe pmd driver. Firstly it set the flags RTE_PCI_DRV_INTR_RMV in drv_flags to announce the hotplug ability, and then use rte_dev_event_callback_register to register t

Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe

2018-07-09 Thread Andrew Rybchenko
On 09.07.2018 09:56, Jeff Guo wrote: This patch aim to enable hotplug detect in ixgbe pmd driver. Firstly it set the flags RTE_PCI_DRV_INTR_RMV in drv_flags to announce the hotplug ability, and then use rte_dev_event_callback_register to register the hotplug event callback to eal. When eal detect

Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe

2018-07-09 Thread Matan Azrad
blu...@infradead.org; shreyansh.j...@nxp.com; dev@dpdk.org; Guo, > > Jia ; Zhang, Helin > > Subject: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in > > ixgbe > > > > This patch aim to enable hotplug detect in ixgbe pmd driver. Firstly > > it set the f

Re: [dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe

2018-07-09 Thread Lu, Wenzhuo
> tho...@monjalon.net; mo...@mellanox.com; ma...@mellanox.com; Van > Haaren, Harry ; Zhang, Qi Z > ; He, Shaopeng ; > Iremonger, Bernard ; > arybche...@solarflare.com > Cc: jblu...@infradead.org; shreyansh.j...@nxp.com; dev@dpdk.org; Guo, > Jia ; Zhang, Helin > Subject

[dpdk-dev] [PATCH v2 1/3] net/ixgbe: enable hotplug detect in ixgbe

2018-07-08 Thread Jeff Guo
This patch aim to enable hotplug detect in ixgbe pmd driver. Firstly it set the flags RTE_PCI_DRV_INTR_RMV in drv_flags to announce the hotplug ability, and then use rte_dev_event_callback_register to register the hotplug event callback to eal. When eal detect the hotplug event, it will call the ca