Re: [dpdk-dev] [PATCH 2/2] net/octeontx: fix Tx xmit command preparation

2020-09-27 Thread Jerin Jacob
On Wed, Jul 29, 2020 at 12:14 AM wrote: > > From: Pavan Nikhilesh > > When building send command for a given descriptor it expects > it to contain the AURA identifier of the pool that it belongs > to rather than the pool identifier itself. > > Fixes: 7f4116bdbb1c ("net/octeontx: add framework for

[dpdk-dev] [PATCH 2/2] net/octeontx: fix Tx xmit command preparation

2020-07-28 Thread pbhagavatula
From: Pavan Nikhilesh When building send command for a given descriptor it expects it to contain the AURA identifier of the pool that it belongs to rather than the pool identifier itself. Fixes: 7f4116bdbb1c ("net/octeontx: add framework for Rx/Tx offloads") Cc: sta...@dpdk.org Signed-off-by: P