Re: [dpdk-dev] [PATCH 2/2] ethdev: remove experimental tag for iterator API

2018-11-05 Thread Kevin Traynor
On 11/01/2018 02:46 PM, Thomas Monjalon wrote: > After removing the function rte_eth_dev_attach(), > there are two replacement solutions possible: > one using probe event notification, and one using a new iterator. > So the application can get the new probed ports either asynchronously > or synchro

[dpdk-dev] [PATCH 2/2] ethdev: remove experimental tag for iterator API

2018-11-01 Thread Thomas Monjalon
After removing the function rte_eth_dev_attach(), there are two replacement solutions possible: one using probe event notification, and one using a new iterator. So the application can get the new probed ports either asynchronously or synchronously. The iterator API is new in DPDK 18.11 so they go