Re: [dpdk-dev] [PATCH v3 01/13] crypto/dpaa_sec: fix to set PDCP capability flags

2019-11-06 Thread Akhil Goyal
> -Original Message- > From: Hemant Agrawal > Sent: Wednesday, November 6, 2019 10:47 AM > To: dev@dpdk.org > Cc: Akhil Goyal > Subject: [PATCH v3 01/13] crypto/dpaa_sec: fix to set PDCP capability flags > > set the pdcp capa_flags to 0 by default. > > Fixes: a1173d55598c ("crypto/dp

[dpdk-dev] [PATCH v3 01/13] crypto/dpaa_sec: fix to set PDCP capability flags

2019-11-05 Thread Hemant Agrawal
set the pdcp capa_flags to 0 by default. Fixes: a1173d55598c ("crypto/dpaa_sec: support PDCP offload") Signed-off-by: Hemant Agrawal --- drivers/crypto/dpaa_sec/dpaa_sec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/crypto/dpaa_sec/dpaa_sec.h b/drivers/crypto/dpaa_sec/dpaa_se