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 86F6DA05D3 for ; Wed, 22 May 2019 11:05:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 55E8110BD; Wed, 22 May 2019 11:05:36 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 27C99A49 for ; Wed, 22 May 2019 11:05:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2019 02:05:34 -0700 X-ExtLoop1: 1 Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 22 May 2019 02:05:34 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 22 May 2019 02:05:33 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 22 May 2019 02:05:33 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.150]) with mapi id 14.03.0415.000; Wed, 22 May 2019 17:05:31 +0800 From: "Lin, Xueqin" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1] add module dependences info of inline_ipsec Thread-Index: AQHVEG8YYJrc/xksa06a+0oJFgR316Z22dzQ Date: Wed, 22 May 2019 09:05:31 +0000 Message-ID: <0D300480287911409D9FF92C1FA2A3355B4F3464@SHSMSX104.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" Acked-by: Xueqin Lin > -----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