Re: [dpdk-dev] [PATCH] crypto/octeontx2: update min headroom and tailroom

2021-10-05 Thread Akhil Goyal
> > The driver consume 208B of tailroom but has min requirement as 8B and > > headroom needed is 48B, but minimum requirement is set as 24B. This > patch > > correct minimum requirements which application should honour. > > > > Signed-off-by: Akhil Goyal > > Acked-by: Anoob Joseph Applied to dp

Re: [dpdk-dev] [PATCH] crypto/octeontx2: update min headroom and tailroom

2021-09-28 Thread Anoob Joseph
> > The driver consume 208B of tailroom but has min requirement as 8B and > headroom needed is 48B, but minimum requirement is set as 24B. This patch > correct minimum requirements which application should honour. > > Signed-off-by: Akhil Goyal Acked-by: Anoob Joseph

[dpdk-dev] [PATCH] crypto/octeontx2: update min headroom and tailroom

2021-08-17 Thread Akhil Goyal
The driver consume 208B of tailroom but has min requirement as 8B and headroom needed is 48B, but minimum requirement is set as 24B. This patch correct minimum requirements which application should honour. Signed-off-by: Akhil Goyal --- drivers/crypto/octeontx2/otx2_cryptodev_ops.h | 4 ++-- 1 f