Re: [dpdk-dev] [PATCH] net/octeontx2: use runtime lso format indices

2021-06-26 Thread Jerin Jacob
On Fri, Jun 18, 2021 at 6:36 PM Nithin Dabilpuram wrote: > > Currently lso formats setup initially are expected to be > compile time constants and start from 0. > > Change the logic in slow and fast path so that LSO format indexes > are only determined runtime. > > Fixes: 3b635472a998 ("net/octeon

[dpdk-dev] [PATCH] net/octeontx2: use runtime lso format indices

2021-06-18 Thread Nithin Dabilpuram
Currently lso formats setup initially are expected to be compile time constants and start from 0. Change the logic in slow and fast path so that LSO format indexes are only determined runtime. Fixes: 3b635472a998 ("net/octeontx2: support TSO offload") Cc: sta...@dpdk.org Signed-off-by: Nithin Da