Re: [dpdk-dev] [PATCH v2] net/octeontx: use the new offload APIs

2018-04-05 Thread Ferruh Yigit
On 3/26/2018 12:02 PM, Pavan Nikhilesh wrote: > Use the new Rx/Tx offload APIs and remove the old style offloads. > > Signed-off-by: Pavan Nikhilesh > Acked-by: Santosh Shukla <...> > @@ -630,6 +636,7 @@ octeontx_dev_info(struct rte_eth_dev *dev, > dev_info->default_rxconf = (struct rte_

[dpdk-dev] [PATCH v2] net/octeontx: use the new offload APIs

2018-03-26 Thread Pavan Nikhilesh
Use the new Rx/Tx offload APIs and remove the old style offloads. Signed-off-by: Pavan Nikhilesh Acked-by: Santosh Shukla --- drivers/net/octeontx/octeontx_ethdev.c | 82 +- drivers/net/octeontx/octeontx_ethdev.h | 3 ++ 2 files changed, 65 insertions(+), 20 del