Re: [dpdk-dev] [PATCH] crypto/octeontx2: fix crypto OOP support

2020-10-26 Thread Akhil Goyal
>Subject: [PATCH] crypto/octeontx2: fix crypto OOP support > > Out of place with linear buffers is supported by octeontx2 > while not advertised. > > Cc: sta...@dpdk.org > Fixes: 6aa9ceaddf1d ("crypto/octeontx2: add symmetric capabilities") > Signed-off-by: Didier Pallard Cc below fixes line an

[dpdk-dev] [PATCH] crypto/octeontx2: fix crypto OOP support

2020-10-23 Thread Didier Pallard
Out of place with linear buffers is supported by octeontx2 while not advertised. Cc: sta...@dpdk.org Fixes: 6aa9ceaddf1d ("crypto/octeontx2: add symmetric capabilities") Signed-off-by: Didier Pallard --- drivers/crypto/octeontx2/otx2_cryptodev.c | 1 + 1 file changed, 1 insertion(+) diff --git