Re: [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header

2019-04-29 Thread Akhil Goyal
> > > -Original Message- > > From: Ayuj Verma [mailto:ayve...@marvell.com] > > Sent: Tuesday, April 23, 2019 4:41 PM > > To: akhil.go...@nxp.com; Kusztal, ArkadiuszX ; > Trahe, Fiona > > > > Cc: shal...@marvell.com; ss...@marvell.com; kkotamar...@marvell.com; > ade...@marvell.com; > > dev

Re: [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header

2019-04-24 Thread Trahe, Fiona
> -Original Message- > From: Ayuj Verma [mailto:ayve...@marvell.com] > Sent: Tuesday, April 23, 2019 4:41 PM > To: akhil.go...@nxp.com; Kusztal, ArkadiuszX ; > Trahe, Fiona > > Cc: shal...@marvell.com; ss...@marvell.com; kkotamar...@marvell.com; > ade...@marvell.com; > dev@dpdk.org; A

[dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header

2019-04-23 Thread Ayuj Verma
include rte_crypto_sym.h in asym header file. Signed-off-by: Ayuj Verma Signed-off-by: Shally Verma --- lib/librte_cryptodev/rte_crypto_asym.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_cryptodev/rte_crypto_asym.h b/lib/librte_cryptodev/rte_crypto_asym.h index 5e43620..a5

[dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header

2019-04-23 Thread Ayuj Verma
include rte_crypto_sym.h in asym header file. Changes in v2: - Change commit summary from “fix alphabetical ordering of headers” to better reflect intent of change. Previous patch set version http://mails.dpdk.org/archives/dev/2019-April/130010.html . - revert change in rte_crypto.h Ayuj Ve