DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] examples/ipsec-secgw: add missing SPDX license tag
@ 2020-02-11 10:36 Marcin Smoczynski
  2020-02-11 10:50 ` Ananyev, Konstantin
  0 siblings, 1 reply; 3+ messages in thread
From: Marcin Smoczynski @ 2020-02-11 10:36 UTC (permalink / raw)
  To: akhil.goyal, konstantin.ananyev, stephen; +Cc: dev, Marcin Smoczynski

Add missing BSD-3 license tag to inline fallback testing scripts.

Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
---
 .../ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh   | 1 +
 .../ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh b/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh
index 875a7457d..f21b01d63 100644
--- a/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh
+++ b/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh
@@ -1,4 +1,5 @@
 #! /bin/bash
+# SPDX-License-Identifier: BSD-3-Clause
 
 . ${DIR}/trs_aesgcm_defs.sh
 
diff --git a/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh b/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh
index 696848432..97b9431f4 100644
--- a/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh
+++ b/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh
@@ -1,4 +1,5 @@
 #! /bin/bash
+# SPDX-License-Identifier: BSD-3-Clause
 
 . ${DIR}/tun_aesgcm_defs.sh
 
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: add missing SPDX license tag
  2020-02-11 10:36 [dpdk-dev] [PATCH] examples/ipsec-secgw: add missing SPDX license tag Marcin Smoczynski
@ 2020-02-11 10:50 ` Ananyev, Konstantin
  2020-02-13  9:29   ` Akhil Goyal
  0 siblings, 1 reply; 3+ messages in thread
From: Ananyev, Konstantin @ 2020-02-11 10:50 UTC (permalink / raw)
  To: Smoczynski, MarcinX, akhil.goyal, stephen; +Cc: dev


> 
> Add missing BSD-3 license tag to inline fallback testing scripts.
> 
> Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
> ---
>  .../ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh   | 1 +
>  .../ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh   | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh b/examples/ipsec-
> secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh
> index 875a7457d..f21b01d63 100644
> --- a/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh
> +++ b/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh
> @@ -1,4 +1,5 @@
>  #! /bin/bash
> +# SPDX-License-Identifier: BSD-3-Clause
> 
>  . ${DIR}/trs_aesgcm_defs.sh
> 
> diff --git a/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh b/examples/ipsec-
> secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh
> index 696848432..97b9431f4 100644
> --- a/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh
> +++ b/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh
> @@ -1,4 +1,5 @@
>  #! /bin/bash
> +# SPDX-License-Identifier: BSD-3-Clause
> 
>  . ${DIR}/tun_aesgcm_defs.sh
> 
> --

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

> 2.17.1


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

* Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: add missing SPDX license tag
  2020-02-11 10:50 ` Ananyev, Konstantin
@ 2020-02-13  9:29   ` Akhil Goyal
  0 siblings, 0 replies; 3+ messages in thread
From: Akhil Goyal @ 2020-02-13  9:29 UTC (permalink / raw)
  To: Ananyev, Konstantin, Smoczynski, MarcinX, stephen; +Cc: dev

> 
> >
> > Add missing BSD-3 license tag to inline fallback testing scripts.
> >
> > Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
> > ---
> >  .../ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh   | 1 +
> >  .../ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh   | 1 +
> >  2 files changed, 2 insertions(+)
> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> 
Applied to dpdk-next-crypto

Thanks.


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

end of thread, other threads:[~2020-02-13  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 10:36 [dpdk-dev] [PATCH] examples/ipsec-secgw: add missing SPDX license tag Marcin Smoczynski
2020-02-11 10:50 ` Ananyev, Konstantin
2020-02-13  9:29   ` 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).