Re: [dpdk-dev] [PATCH v2 01/15] crypto: change sgl to src_sgl in vector

2021-09-16 Thread Ananyev, Konstantin
> This patch renames the sgl to src_sgl to help differentiating > between source and destination sgl. > > Signed-off-by: Hemant Agrawal > Acked-by: Akhil Goyal > --- > app/test/test_cryptodev.c | 6 ++--- > drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 12 +- > driver

[dpdk-dev] [PATCH v2 01/15] crypto: change sgl to src_sgl in vector

2021-09-07 Thread Hemant Agrawal
This patch renames the sgl to src_sgl to help differentiating between source and destination sgl. Signed-off-by: Hemant Agrawal Acked-by: Akhil Goyal --- app/test/test_cryptodev.c | 6 ++--- drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 12 +- drivers/crypto/aesni_mb/rt