Re: [dpdk-dev] [PATCH] net/octeontx2: fix get supported ptype callback

2020-01-13 Thread Jerin Jacob
On Thu, Dec 12, 2019 at 11:29 PM Harman Kalra wrote: > > Setting up supported ptypes using testpmd command is failing > because supported_ptypes_get callback will never return ptypes > supported, as NIX_RX_OFFLOAD_PTYPE_F bit in rx_offload_flags > is zero by default in testpmd. > > Fixes: d2706e15

[dpdk-dev] [PATCH] net/octeontx2: fix get supported ptype callback

2019-12-12 Thread Harman Kalra
Setting up supported ptypes using testpmd command is failing because supported_ptypes_get callback will never return ptypes supported, as NIX_RX_OFFLOAD_PTYPE_F bit in rx_offload_flags is zero by default in testpmd. Fixes: d2706e15e6fb ("net/octeontx2: support reduced set of packet types") Cc: sta