Re: [dpdk-dev] [RFC 19.11 2/2] ethdev: hide DPDK internal struct from public API

2019-07-30 Thread Ferruh Yigit
On 7/30/2019 1:49 PM, Marcin Zapolski wrote: > Remove rte_eth_dev, rte_eth_dev_data and rte_eth_dev_ops from > public API (make rte_ethdev_core APIs private). They are DPDK internal > structures and as such should not be accessed by user applications > directly. > > Signed-off-by: Marcin Zapolski

[dpdk-dev] [RFC 19.11 2/2] ethdev: hide DPDK internal struct from public API

2019-07-30 Thread Marcin Zapolski
Remove rte_eth_dev, rte_eth_dev_data and rte_eth_dev_ops from public API (make rte_ethdev_core APIs private). They are DPDK internal structures and as such should not be accessed by user applications directly. Signed-off-by: Marcin Zapolski --- drivers/net/cxgbe/base/adapter.h | 1