Re: [dpdk-dev] [PATCH 1/2] crypto/octeontx2: increase metabuf pool

2021-06-29 Thread Akhil Goyal
> > When used with crypto adapter, metabuf pool would be shared across > cores. Account for the same in pool size. > > Signed-off-by: Anoob Joseph > --- Series Acked-by: Akhil Goyal Applied to dpdk-next-crypto

[dpdk-dev] [PATCH 1/2] crypto/octeontx2: increase metabuf pool

2021-06-11 Thread Anoob Joseph
When used with crypto adapter, metabuf pool would be shared across cores. Account for the same in pool size. Signed-off-by: Anoob Joseph --- drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/crypto/octeontx2/otx2_cry