Re: [dpdk-dev] [PATCH] ethdev: add notifications for probing and removal

2017-12-22 Thread Thomas Monjalon
22/12/2017 04:17, Ferruh Yigit: > On 11/28/2017 2:13 PM, Thomas Monjalon wrote: > > When a PMD finishes probing, it creates the new port by calling > > the function rte_eth_dev_allocate(). > > A notification of the new port is sent there to the upper layer. > > > > When a PMD finishes removal of a

Re: [dpdk-dev] [PATCH] ethdev: add notifications for probing and removal

2017-12-21 Thread Ferruh Yigit
On 11/28/2017 2:13 PM, Thomas Monjalon wrote: > When a PMD finishes probing, it creates the new port by calling > the function rte_eth_dev_allocate(). > A notification of the new port is sent there to the upper layer. > > When a PMD finishes removal of a port, it calls the function > rte_eth_dev_r

[dpdk-dev] [PATCH] ethdev: add notifications for probing and removal

2017-11-28 Thread Thomas Monjalon
When a PMD finishes probing, it creates the new port by calling the function rte_eth_dev_allocate(). A notification of the new port is sent there to the upper layer. When a PMD finishes removal of a port, it calls the function rte_eth_dev_release_port(). A notification of the destroyed port is sen