Re: [dpdk-dev] [PATCH] net/octeontx: fix missing offload flags

2018-05-04 Thread Ferruh Yigit
On 5/3/2018 12:31 PM, Pavan Nikhilesh wrote: > Fix missing DEV_RX_OFFLOAD_CHECKSUM flag in RX offloads. > Remove depricated txq_flags field. > > Fixes: a92870896b4a ("net/octeontx: use the new offload APIs") > > Signed-off-by: Pavan Nikhilesh Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/octeontx: fix missing offload flags

2018-05-03 Thread Pavan Nikhilesh
Fix missing DEV_RX_OFFLOAD_CHECKSUM flag in RX offloads. Remove depricated txq_flags field. Fixes: a92870896b4a ("net/octeontx: use the new offload APIs") Signed-off-by: Pavan Nikhilesh --- drivers/net/octeontx/octeontx_ethdev.c | 5 + drivers/net/octeontx/octeontx_ethdev.h | 3 ++- 2 files