DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header
@ 2019-04-23 15:41 Ayuj Verma
  2019-04-23 15:41 ` Ayuj Verma
  2019-04-23 15:41 ` Ayuj Verma
  0 siblings, 2 replies; 8+ messages in thread
From: Ayuj Verma @ 2019-04-23 15:41 UTC (permalink / raw)
  To: akhil.goyal, arkadiuszx.kusztal, fiona.trahe
  Cc: shallyv, ssahu, kkotamarthy, adesai, dev, 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 Verma (1):
  lib/crypto: include dependency in asym header

 lib/librte_cryptodev/rte_crypto_asym.h | 2 ++
 1 file changed, 2 insertions(+)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header
  2019-04-23 15:41 [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header Ayuj Verma
@ 2019-04-23 15:41 ` Ayuj Verma
  2019-04-23 15:41 ` Ayuj Verma
  1 sibling, 0 replies; 8+ messages in thread
From: Ayuj Verma @ 2019-04-23 15:41 UTC (permalink / raw)
  To: akhil.goyal, arkadiuszx.kusztal, fiona.trahe
  Cc: shallyv, ssahu, kkotamarthy, adesai, dev, 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 Verma (1):
  lib/crypto: include dependency in asym header

 lib/librte_cryptodev/rte_crypto_asym.h | 2 ++
 1 file changed, 2 insertions(+)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header
  2019-04-23 15:41 [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header Ayuj Verma
  2019-04-23 15:41 ` Ayuj Verma
@ 2019-04-23 15:41 ` Ayuj Verma
  2019-04-23 15:41   ` Ayuj Verma
  2019-04-24 10:30   ` Trahe, Fiona
  1 sibling, 2 replies; 8+ messages in thread
From: Ayuj Verma @ 2019-04-23 15:41 UTC (permalink / raw)
  To: akhil.goyal, arkadiuszx.kusztal, fiona.trahe
  Cc: shallyv, ssahu, kkotamarthy, adesai, dev, Ayuj Verma

include rte_crypto_sym.h in asym header file.

Signed-off-by: Ayuj Verma <ayverma@marvell.com>
Signed-off-by: Shally Verma <shallyv@marvell.com>
---
 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..a55923a 100644
--- a/lib/librte_cryptodev/rte_crypto_asym.h
+++ b/lib/librte_cryptodev/rte_crypto_asym.h
@@ -25,6 +25,8 @@
 #include <rte_mempool.h>
 #include <rte_common.h>
 
+#include "rte_crypto_sym.h"
+
 typedef struct rte_crypto_param_t {
 	uint8_t *data;
 	/**< pointer to buffer holding data */
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header
  2019-04-23 15:41 ` Ayuj Verma
@ 2019-04-23 15:41   ` Ayuj Verma
  2019-04-24 10:30   ` Trahe, Fiona
  1 sibling, 0 replies; 8+ messages in thread
From: Ayuj Verma @ 2019-04-23 15:41 UTC (permalink / raw)
  To: akhil.goyal, arkadiuszx.kusztal, fiona.trahe
  Cc: shallyv, ssahu, kkotamarthy, adesai, dev, Ayuj Verma

include rte_crypto_sym.h in asym header file.

Signed-off-by: Ayuj Verma <ayverma@marvell.com>
Signed-off-by: Shally Verma <shallyv@marvell.com>
---
 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..a55923a 100644
--- a/lib/librte_cryptodev/rte_crypto_asym.h
+++ b/lib/librte_cryptodev/rte_crypto_asym.h
@@ -25,6 +25,8 @@
 #include <rte_mempool.h>
 #include <rte_common.h>
 
+#include "rte_crypto_sym.h"
+
 typedef struct rte_crypto_param_t {
 	uint8_t *data;
 	/**< pointer to buffer holding data */
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header
  2019-04-23 15:41 ` Ayuj Verma
  2019-04-23 15:41   ` Ayuj Verma
@ 2019-04-24 10:30   ` Trahe, Fiona
  2019-04-24 10:30     ` Trahe, Fiona
  2019-04-30  6:52     ` Akhil Goyal
  1 sibling, 2 replies; 8+ messages in thread
From: Trahe, Fiona @ 2019-04-24 10:30 UTC (permalink / raw)
  To: Ayuj Verma, akhil.goyal, Kusztal, ArkadiuszX
  Cc: shallyv, ssahu, kkotamarthy, adesai, dev



> -----Original Message-----
> From: Ayuj Verma [mailto:ayverma@marvell.com]
> Sent: Tuesday, April 23, 2019 4:41 PM
> To: akhil.goyal@nxp.com; Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>; Trahe, Fiona
> <fiona.trahe@intel.com>
> Cc: shallyv@marvell.com; ssahu@marvell.com; kkotamarthy@marvell.com; adesai@marvell.com;
> dev@dpdk.org; Ayuj Verma <ayverma@marvell.com>
> Subject: [PATCH v2] lib/crypto: include dependency in asym header
> 
> include rte_crypto_sym.h in asym header file.
> 
> Signed-off-by: Ayuj Verma <ayverma@marvell.com>
> Signed-off-by: Shally Verma <shallyv@marvell.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header
  2019-04-24 10:30   ` Trahe, Fiona
@ 2019-04-24 10:30     ` Trahe, Fiona
  2019-04-30  6:52     ` Akhil Goyal
  1 sibling, 0 replies; 8+ messages in thread
From: Trahe, Fiona @ 2019-04-24 10:30 UTC (permalink / raw)
  To: Ayuj Verma, akhil.goyal, Kusztal, ArkadiuszX
  Cc: shallyv, ssahu, kkotamarthy, adesai, dev



> -----Original Message-----
> From: Ayuj Verma [mailto:ayverma@marvell.com]
> Sent: Tuesday, April 23, 2019 4:41 PM
> To: akhil.goyal@nxp.com; Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>; Trahe, Fiona
> <fiona.trahe@intel.com>
> Cc: shallyv@marvell.com; ssahu@marvell.com; kkotamarthy@marvell.com; adesai@marvell.com;
> dev@dpdk.org; Ayuj Verma <ayverma@marvell.com>
> Subject: [PATCH v2] lib/crypto: include dependency in asym header
> 
> include rte_crypto_sym.h in asym header file.
> 
> Signed-off-by: Ayuj Verma <ayverma@marvell.com>
> Signed-off-by: Shally Verma <shallyv@marvell.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header
  2019-04-24 10:30   ` Trahe, Fiona
  2019-04-24 10:30     ` Trahe, Fiona
@ 2019-04-30  6:52     ` Akhil Goyal
  2019-04-30  6:52       ` Akhil Goyal
  1 sibling, 1 reply; 8+ messages in thread
From: Akhil Goyal @ 2019-04-30  6:52 UTC (permalink / raw)
  To: Trahe, Fiona, Ayuj Verma, Kusztal, ArkadiuszX
  Cc: shallyv, ssahu, kkotamarthy, adesai, dev

> 
> > -----Original Message-----
> > From: Ayuj Verma [mailto:ayverma@marvell.com]
> > Sent: Tuesday, April 23, 2019 4:41 PM
> > To: akhil.goyal@nxp.com; Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>;
> Trahe, Fiona
> > <fiona.trahe@intel.com>
> > Cc: shallyv@marvell.com; ssahu@marvell.com; kkotamarthy@marvell.com;
> adesai@marvell.com;
> > dev@dpdk.org; Ayuj Verma <ayverma@marvell.com>
> > Subject: [PATCH v2] lib/crypto: include dependency in asym header
> >
> > include rte_crypto_sym.h in asym header file.
> >
> > Signed-off-by: Ayuj Verma <ayverma@marvell.com>
> > Signed-off-by: Shally Verma <shallyv@marvell.com>
> Acked-by: Fiona Trahe <fiona.trahe@intel.com>

Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Applied to dpdk-next-crypto

Thanks.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header
  2019-04-30  6:52     ` Akhil Goyal
@ 2019-04-30  6:52       ` Akhil Goyal
  0 siblings, 0 replies; 8+ messages in thread
From: Akhil Goyal @ 2019-04-30  6:52 UTC (permalink / raw)
  To: Trahe, Fiona, Ayuj Verma, Kusztal, ArkadiuszX
  Cc: shallyv, ssahu, kkotamarthy, adesai, dev

> 
> > -----Original Message-----
> > From: Ayuj Verma [mailto:ayverma@marvell.com]
> > Sent: Tuesday, April 23, 2019 4:41 PM
> > To: akhil.goyal@nxp.com; Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>;
> Trahe, Fiona
> > <fiona.trahe@intel.com>
> > Cc: shallyv@marvell.com; ssahu@marvell.com; kkotamarthy@marvell.com;
> adesai@marvell.com;
> > dev@dpdk.org; Ayuj Verma <ayverma@marvell.com>
> > Subject: [PATCH v2] lib/crypto: include dependency in asym header
> >
> > include rte_crypto_sym.h in asym header file.
> >
> > Signed-off-by: Ayuj Verma <ayverma@marvell.com>
> > Signed-off-by: Shally Verma <shallyv@marvell.com>
> Acked-by: Fiona Trahe <fiona.trahe@intel.com>

Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Applied to dpdk-next-crypto

Thanks.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-04-30  6:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-23 15:41 [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header Ayuj Verma
2019-04-23 15:41 ` Ayuj Verma
2019-04-23 15:41 ` Ayuj Verma
2019-04-23 15:41   ` Ayuj Verma
2019-04-24 10:30   ` Trahe, Fiona
2019-04-24 10:30     ` Trahe, Fiona
2019-04-30  6:52     ` Akhil Goyal
2019-04-30  6:52       ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).