From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 79E54A05D3 for ; Wed, 22 May 2019 10:11:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1C71F14EC; Wed, 22 May 2019 10:11:30 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1F35D10BD for ; Wed, 22 May 2019 10:11:27 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2019 01:11:26 -0700 X-ExtLoop1: 1 Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 22 May 2019 01:11:26 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 22 May 2019 01:11:26 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 22 May 2019 01:11:26 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.70]) by shsmsx102.ccr.corp.intel.com ([169.254.2.249]) with mapi id 14.03.0415.000; Wed, 22 May 2019 16:11:24 +0800 From: "Li, WenjieX A" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1] add module dependences info of inline_ipsec Thread-Index: AQHVEG8YHGroKKi1oU2bsKW15NSdgqZ2yihA Date: Wed, 22 May 2019 08:11:23 +0000 Message-ID: <8688172CD5C0B74590FAE19D9579F94B536F304C@SHSMSX103.ccr.corp.intel.com> References: <1558509965-61578-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1558509965-61578-1-git-send-email-qimaix.xiao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] add module dependences info of inline_ipsec X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Reviewed-by: Wenjie > -----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 > Subject: [dts] [PATCH V1] add module dependences info of inline_ipsec >=20 > add module dependences info of this case >=20 > Signed-off-by: xiao,qimai > --- > test_plans/inline_ipsec_test_plan.rst | 3 +++ > 1 file changed, 3 insertions(+) >=20 > 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 >=20 > +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) >=20 > Test Case: Inline cfg parsing > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > -- > 2.17.1