Re: [dpdk-dev] [PATCH] ethdev: remove experimental flag of ports enumeration

2018-04-25 Thread Ferruh Yigit
On 4/24/2018 12:59 PM, David Marchand wrote: > On Tue, Apr 24, 2018 at 4:15 AM, Thomas Monjalon wrote: >> The basic operations for ports enumeration should not be >> considered as experimental in DPDK 18.05. >> >> The iterator RTE_ETH_FOREACH_DEV was introduced in DPDK 17.05. >> It uses the functi

Re: [dpdk-dev] [PATCH] ethdev: remove experimental flag of ports enumeration

2018-04-25 Thread Ferruh Yigit
On 4/25/2018 11:29 AM, Thomas Monjalon wrote: > 25/04/2018 12:21, Ferruh Yigit: >> On 4/24/2018 3:15 AM, Thomas Monjalon wrote: >>> The basic operations for ports enumeration should not be >>> considered as experimental in DPDK 18.05. >>> >>> The iterator RTE_ETH_FOREACH_DEV was introduced in DPDK

Re: [dpdk-dev] [PATCH] ethdev: remove experimental flag of ports enumeration

2018-04-25 Thread Thomas Monjalon
25/04/2018 12:21, Ferruh Yigit: > On 4/24/2018 3:15 AM, Thomas Monjalon wrote: > > The basic operations for ports enumeration should not be > > considered as experimental in DPDK 18.05. > > > > The iterator RTE_ETH_FOREACH_DEV was introduced in DPDK 17.05. > > It uses the function the rte_eth_find

Re: [dpdk-dev] [PATCH] ethdev: remove experimental flag of ports enumeration

2018-04-25 Thread Ferruh Yigit
On 4/24/2018 3:15 AM, Thomas Monjalon wrote: > The basic operations for ports enumeration should not be > considered as experimental in DPDK 18.05. > > The iterator RTE_ETH_FOREACH_DEV was introduced in DPDK 17.05. > It uses the function the rte_eth_find_next_owned_by() to get > only ownerless por

Re: [dpdk-dev] [PATCH] ethdev: remove experimental flag of ports enumeration

2018-04-24 Thread Ferruh Yigit
On 4/24/2018 3:15 AM, Thomas Monjalon wrote: > The basic operations for ports enumeration should not be > considered as experimental in DPDK 18.05. > > The iterator RTE_ETH_FOREACH_DEV was introduced in DPDK 17.05. > It uses the function the rte_eth_find_next_owned_by() to get > only ownerless por

Re: [dpdk-dev] [PATCH] ethdev: remove experimental flag of ports enumeration

2018-04-24 Thread David Marchand
On Tue, Apr 24, 2018 at 4:15 AM, Thomas Monjalon wrote: > The basic operations for ports enumeration should not be > considered as experimental in DPDK 18.05. > > The iterator RTE_ETH_FOREACH_DEV was introduced in DPDK 17.05. > It uses the function the rte_eth_find_next_owned_by() to get > only ow

[dpdk-dev] [PATCH] ethdev: remove experimental flag of ports enumeration

2018-04-23 Thread Thomas Monjalon
The basic operations for ports enumeration should not be considered as experimental in DPDK 18.05. The iterator RTE_ETH_FOREACH_DEV was introduced in DPDK 17.05. It uses the function the rte_eth_find_next_owned_by() to get only ownerless ports. Its API can be considered stable. So the flag experim