Re: [dpdk-dev] Direct using of 'rte_eth_devices' in DPDK apps.

2018-11-16 Thread Wiles, Keith
> On Nov 16, 2018, at 3:51 AM, Ananyev, Konstantin > wrote: > > Hi everyone, > >> >> Hi, >> >> 16/11/2018 09:42, Ilya Maximets: >>> Hi, >>> While discussing the ways to enable DPDK 18.11 new features in OVS >>> there was suggestions to use 'rte_eth_devices[]' array directly. >>> But this a

Re: [dpdk-dev] Direct using of 'rte_eth_devices' in DPDK apps.

2018-11-16 Thread Wiles, Keith
On Nov 16, 2018, at 3:51 AM, Ananyev, Konstantin mailto:konstantin.anan...@intel.com>> wrote: Hi everyone, Hi, 16/11/2018 09:42, Ilya Maximets: Hi, While discussing the ways to enable DPDK 18.11 new features in OVS there was suggestions to use 'rte_eth_devices[]' array directly. But this ar

Re: [dpdk-dev] Direct using of 'rte_eth_devices' in DPDK apps.

2018-11-16 Thread Ananyev, Konstantin
Hi everyone, > > Hi, > > 16/11/2018 09:42, Ilya Maximets: > > Hi, > > While discussing the ways to enable DPDK 18.11 new features in OVS > > there was suggestions to use 'rte_eth_devices[]' array directly. > > But this array is marked as '@internal' and also it located in > > the internal header

Re: [dpdk-dev] Direct using of 'rte_eth_devices' in DPDK apps.

2018-11-16 Thread Ferruh Yigit
On 11/16/2018 8:42 AM, Ilya Maximets wrote: > Hi, > While discussing the ways to enable DPDK 18.11 new features in OVS > there was suggestions to use 'rte_eth_devices[]' array directly. > But this array is marked as '@internal' and also it located in > the internal header 'lib/librte_ethdev/rte_eth

Re: [dpdk-dev] Direct using of 'rte_eth_devices' in DPDK apps.

2018-11-16 Thread Thomas Monjalon
Hi, 16/11/2018 09:42, Ilya Maximets: > Hi, > While discussing the ways to enable DPDK 18.11 new features in OVS > there was suggestions to use 'rte_eth_devices[]' array directly. > But this array is marked as '@internal' and also it located in > the internal header 'lib/librte_ethdev/rte_ethdev_co

[dpdk-dev] Direct using of 'rte_eth_devices' in DPDK apps.

2018-11-16 Thread Ilya Maximets
Hi, While discussing the ways to enable DPDK 18.11 new features in OVS there was suggestions to use 'rte_eth_devices[]' array directly. But this array is marked as '@internal' and also it located in the internal header 'lib/librte_ethdev/rte_ethdev_core.h' with the following disclaimer: /** * @fi