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

2018-03-26 Thread Pavan Nikhilesh
Hi Ferruh, On Wed, Mar 21, 2018 at 07:25:57PM +, Ferruh Yigit wrote: > On 3/8/2018 7:07 PM, Pavan Nikhilesh wrote: > > Use the new Rx/Tx offload APIs and remove the old style offloads. > > > > Signed-off-by: Pavan Nikhilesh > > --- > > > > Checkpatch reports falsepositive for PRIx64 > > > >

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

2018-03-21 Thread Shahaf Shuler
Wednesday, March 21, 2018 9:26 PM, Ferruh Yigit: > Subject: Re: [dpdk-dev] [PATCH] net/octeontx: use the new offload APIs > > > + > > + if (configured_offloads & DEV_RX_OFFLOAD_CHECKSUM) { > > + PMD_INIT_LOG(NOTICE, "rxcksum not supported"

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

2018-03-21 Thread Ferruh Yigit
On 3/8/2018 7:07 PM, Pavan Nikhilesh wrote: > Use the new Rx/Tx offload APIs and remove the old style offloads. > > Signed-off-by: Pavan Nikhilesh > --- > > Checkpatch reports falsepositive for PRIx64 > > drivers/net/octeontx/octeontx_ethdev.c | 82 > ++ > dri

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

2018-03-11 Thread santosh
On Friday 09 March 2018 12:37 AM, 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

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

2018-03-08 Thread Pavan Nikhilesh
Use the new Rx/Tx offload APIs and remove the old style offloads. Signed-off-by: Pavan Nikhilesh --- Checkpatch reports falsepositive for PRIx64 drivers/net/octeontx/octeontx_ethdev.c | 82 ++ drivers/net/octeontx/octeontx_ethdev.h | 3 ++ 2 files changed, 67