test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] add module dependences info of inline_ipsec
@ 2019-05-22  7:26 xiao,qimai
  2019-05-22  8:11 ` Li, WenjieX A
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: xiao,qimai @ 2019-05-22  7:26 UTC (permalink / raw)
  To: dts; +Cc: xiao,qimai

add module dependences info of this case

Signed-off-by: xiao,qimai <qimaix.xiao@intel.com>
---
 test_plans/inline_ipsec_test_plan.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test_plans/inline_ipsec_test_plan.rst b/test_plans/inline_ipsec_test_plan.rst
index 9bec8cc..c37b229 100644
--- a/test_plans/inline_ipsec_test_plan.rst
+++ b/test_plans/inline_ipsec_test_plan.rst
@@ -97,6 +97,9 @@ different ports of the peer traffic generator.
 Bind two ports to vfio-pci.
 modprobe vfio-pci
 
+This suite depend PyCryptodome,it provide authenticated encryption modes(GCM)
+module dependences:cryptography (1.7.2), pycryptodome (3.4.7), pycryptodomex (3.4.7),
+pycryptopp (0.6.0), scapy (2.3.3 or later)
 	
 Test Case: Inline cfg parsing
 =============================
-- 
2.17.1


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

* Re: [dts] [PATCH V1] add module dependences info of inline_ipsec
  2019-05-22  7:26 [dts] [PATCH V1] add module dependences info of inline_ipsec xiao,qimai
@ 2019-05-22  8:11 ` Li, WenjieX A
  2019-05-22  9:05 ` Lin, Xueqin
  2019-05-29  2:21 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Li, WenjieX A @ 2019-05-22  8:11 UTC (permalink / raw)
  To: Xiao, QimaiX, dts; +Cc: Xiao, QimaiX

Reviewed-by: Wenjie <wenjiex.a.li@intel.com>

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xiao,qimai
> Sent: Wednesday, May 22, 2019 3:26 PM
> To: dts@dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
> Subject: [dts] [PATCH V1] add module dependences info of inline_ipsec
> 
> add module dependences info of this case
> 
> Signed-off-by: xiao,qimai <qimaix.xiao@intel.com>
> ---
>  test_plans/inline_ipsec_test_plan.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/test_plans/inline_ipsec_test_plan.rst
> b/test_plans/inline_ipsec_test_plan.rst
> index 9bec8cc..c37b229 100644
> --- a/test_plans/inline_ipsec_test_plan.rst
> +++ b/test_plans/inline_ipsec_test_plan.rst
> @@ -97,6 +97,9 @@ different ports of the peer traffic generator.
>  Bind two ports to vfio-pci.
>  modprobe vfio-pci
> 
> +This suite depend PyCryptodome,it provide authenticated encryption
> +modes(GCM) module dependences:cryptography (1.7.2), pycryptodome
> +(3.4.7), pycryptodomex (3.4.7), pycryptopp (0.6.0), scapy (2.3.3 or
> +later)
> 
>  Test Case: Inline cfg parsing
>  =============================
> --
> 2.17.1


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

* Re: [dts] [PATCH V1] add module dependences info of inline_ipsec
  2019-05-22  7:26 [dts] [PATCH V1] add module dependences info of inline_ipsec xiao,qimai
  2019-05-22  8:11 ` Li, WenjieX A
@ 2019-05-22  9:05 ` Lin, Xueqin
  2019-05-29  2:21 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Lin, Xueqin @ 2019-05-22  9:05 UTC (permalink / raw)
  To: Xiao, QimaiX, dts; +Cc: Xiao, QimaiX

Acked-by: Xueqin Lin<xueqin.lin@intel.com>


> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xiao,qimai
> Sent: Wednesday, May 22, 2019 3:26 PM
> To: dts@dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
> Subject: [dts] [PATCH V1] add module dependences info of inline_ipsec
> 
> add module dependences info of this case
> 
> Signed-off-by: xiao,qimai <qimaix.xiao@intel.com>
> ---
>  test_plans/inline_ipsec_test_plan.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/test_plans/inline_ipsec_test_plan.rst
> b/test_plans/inline_ipsec_test_plan.rst
> index 9bec8cc..c37b229 100644
> --- a/test_plans/inline_ipsec_test_plan.rst
> +++ b/test_plans/inline_ipsec_test_plan.rst
> @@ -97,6 +97,9 @@ different ports of the peer traffic generator.
>  Bind two ports to vfio-pci.
>  modprobe vfio-pci
> 
> +This suite depend PyCryptodome,it provide authenticated encryption
> +modes(GCM) module dependences:cryptography (1.7.2), pycryptodome
> +(3.4.7), pycryptodomex (3.4.7), pycryptopp (0.6.0), scapy (2.3.3 or
> +later)
> 
>  Test Case: Inline cfg parsing
>  =============================
> --
> 2.17.1


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

* Re: [dts] [PATCH V1] add module dependences info of inline_ipsec
  2019-05-22  7:26 [dts] [PATCH V1] add module dependences info of inline_ipsec xiao,qimai
  2019-05-22  8:11 ` Li, WenjieX A
  2019-05-22  9:05 ` Lin, Xueqin
@ 2019-05-29  2:21 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-05-29  2:21 UTC (permalink / raw)
  To: Xiao, QimaiX, dts; +Cc: Xiao, QimaiX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xiao,qimai
> Sent: Wednesday, May 22, 2019 3:26 PM
> To: dts@dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
> Subject: [dts] [PATCH V1] add module dependences info of inline_ipsec
> 
> add module dependences info of this case
> 
> Signed-off-by: xiao,qimai <qimaix.xiao@intel.com>
> ---
>  test_plans/inline_ipsec_test_plan.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/test_plans/inline_ipsec_test_plan.rst
> b/test_plans/inline_ipsec_test_plan.rst
> index 9bec8cc..c37b229 100644
> --- a/test_plans/inline_ipsec_test_plan.rst
> +++ b/test_plans/inline_ipsec_test_plan.rst
> @@ -97,6 +97,9 @@ different ports of the peer traffic generator.
>  Bind two ports to vfio-pci.
>  modprobe vfio-pci
> 
> +This suite depend PyCryptodome,it provide authenticated encryption
> +modes(GCM) module dependences:cryptography (1.7.2), pycryptodome
> +(3.4.7), pycryptodomex (3.4.7), pycryptopp (0.6.0), scapy (2.3.3 or
> +later)
> 
>  Test Case: Inline cfg parsing
>  =============================
> --
> 2.17.1


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

end of thread, other threads:[~2019-05-29  2:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-22  7:26 [dts] [PATCH V1] add module dependences info of inline_ipsec xiao,qimai
2019-05-22  8:11 ` Li, WenjieX A
2019-05-22  9:05 ` Lin, Xueqin
2019-05-29  2:21 ` Tu, Lijuan

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).