Re: [dpdk-dev] [PATCH v2 03/15] crypto: add dest_sgl in raw vector APIs

2021-09-16 Thread Ananyev, Konstantin
> > The structure rte_crypto_sym_vec is updated to > add dest_sgl to support out of place processing. > > Signed-off-by: Hemant Agrawal > Acked-by: Akhil Goyal > --- > lib/cryptodev/rte_crypto_sym.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/cryptodev/rte_crypto_sym.h b/

[dpdk-dev] [PATCH v2 03/15] crypto: add dest_sgl in raw vector APIs

2021-09-07 Thread Hemant Agrawal
The structure rte_crypto_sym_vec is updated to add dest_sgl to support out of place processing. Signed-off-by: Hemant Agrawal Acked-by: Akhil Goyal --- lib/cryptodev/rte_crypto_sym.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/cryptodev/rte_crypto_sym.h b/lib/cryptodev/rte_crypto_