Re: [dpdk-dev] [PATCH v4 2/7] ethdev: move inline device operations

2020-09-09 Thread Sachin Saxena (OSS)
Acked-by: Sachin Saxena On 09-Sep-20 6:31 PM, Ferruh Yigit wrote: This patch is a preparation to hide the 'struct eth_dev_ops' from applications by moving some device operations from 'struct eth_dev_ops' to 'struct rte_eth_dev'. Mentioned ethdev APIs are in the data path and implemented as in

[dpdk-dev] [PATCH v4 2/7] ethdev: move inline device operations

2020-09-09 Thread Ferruh Yigit
This patch is a preparation to hide the 'struct eth_dev_ops' from applications by moving some device operations from 'struct eth_dev_ops' to 'struct rte_eth_dev'. Mentioned ethdev APIs are in the data path and implemented as inline because of performance reasons. Exposing 'struct eth_dev_ops' to