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 68A9EA00E6 for ; Tue, 16 Apr 2019 19:20:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 186411B553; Tue, 16 Apr 2019 19:20:36 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8313A1B550 for ; Tue, 16 Apr 2019 19:20:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Apr 2019 10:20:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,358,1549958400"; d="scan'208";a="141186817" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga008.fm.intel.com with ESMTP; 16 Apr 2019 10:20:13 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 16 Apr 2019 10:20:12 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 16 Apr 2019 10:20:11 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by shsmsx102.ccr.corp.intel.com ([169.254.2.206]) with mapi id 14.03.0415.000; Wed, 17 Apr 2019 01:20:09 +0800 From: "Tu, Lijuan" To: "Xu, Yanjie" , "dts@dpdk.org" CC: "Xu, Yanjie" Thread-Topic: [dts] [PATCH] add execution new ipsec lib Thread-Index: AQHU8/jqIaI6WHlvTkWPbE+ld3fqNqY/B7Xg Date: Tue, 16 Apr 2019 17:20:09 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA62D62@SHSMSX101.ccr.corp.intel.com> References: <1555401067-166916-1-git-send-email-yanjie.xu@intel.com> In-Reply-To: <1555401067-166916-1-git-send-email-yanjie.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWY3YjNmMjMtYjRhYS00YjhkLTk3NWItZjM4ZWI1ZjE5OTk2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidmxzbzhCbnNLN3F1WHNHZUJDQmZ2cHhzaDZvWjVRbG9vRFJiTEdzTlE0cVN0N1I0ak1SdkplQlNWVUphcTBneCJ9 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] add execution new ipsec lib 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" A new execution configuration file should contain a series of test suites o= f specific catalog. It's a good idea to create an execution configuration file for cyptodev, bu= t I think it should contain all the test suites of cyptodev. For security consideration, do not have some sensitive info , such IP. Plea= se reference to execution.cfg > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xuyanjie > Sent: Tuesday, April 16, 2019 12:51 AM > To: dts@dpdk.org > Cc: Xu, Yanjie > Subject: [dts] [PATCH] add execution new ipsec lib >=20 > Signed-off-by: xuyanjie >=20 > diff --git a/conf/execution_cryptodev_new_ipsec-gw.cfg > b/conf/execution_cryptodev_new_ipsec-gw.cfg > new file mode 100644 > index 0000000..4bd719d > --- /dev/null > +++ b/conf/execution_cryptodev_new_ipsec-gw.cfg > @@ -0,0 +1,9 @@ > +[Execution1] > +crbs=3D10.67.110.186 > +drivername=3Digb_uio > +test_suites=3D > + cryptodev_func_new_ipsec-gw > +targets=3D > + x86_64-native-linuxapp-gcc > +parameters=3Dnic_type=3Dcfg:func=3Dtrue > + > -- > 2.7.4