Re: [dpdk-dev] [PATCH v2] symmetric crypto, set message field to zero in SGL case

2019-06-19 Thread Akhil Goyal
> > Fixes: e09231eaa2af ("crypto/qat: add SGL capability") > > Cc: Arek Kusztal > > Cc: sta...@dpdk.org > > > > Signed-off-by: Gosia Bakota > Acked-by: Fiona Trahe No need to add " Cc: Arek Kusztal " in commit message. Also changes the subject as that of your v1. Please take care of this in fu

Re: [dpdk-dev] [PATCH v2] symmetric crypto, set message field to zero in SGL case

2019-06-12 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gosia Bakota > Sent: Wednesday, June 12, 2019 6:32 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] symmetric crypto, set message field to zero in > SGL case > > Fixes: e09231eaa2

[dpdk-dev] [PATCH v2] symmetric crypto, set message field to zero in SGL case

2019-06-12 Thread Gosia Bakota
Fixes: e09231eaa2af ("crypto/qat: add SGL capability") Cc: Arek Kusztal Cc: sta...@dpdk.org Signed-off-by: Gosia Bakota --- v2 changes -remove file mode change drivers/crypto/qat/qat_sym.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/crypto/qat/qat_sym.c b/drivers/crypto/qat

[dpdk-dev] [PATCH v2] symmetric crypto, set-message-field-to-zero-in-SGL-case

2019-06-12 Thread Gosia Bakota
Fixes: e09231eaa2af ("crypto/qat: add SGL capability") Cc: Arek Kusztal Cc: sta...@dpdk.org Signed-off-by: Gosia Bakota --- drivers/crypto/qat/qat_sym.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/crypto/qat/qat_sym.c b/drivers/crypto/qat/qat_sym.c index 8801ca567..7515a55d0 1