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 9A2BCA00E6 for ; Tue, 16 Apr 2019 19:22:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7953F1B553; Tue, 16 Apr 2019 19:22:24 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C86651B550 for ; Tue, 16 Apr 2019 19:22:22 +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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Apr 2019 10:22:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,358,1549958400"; d="scan'208";a="141187458" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga008.fm.intel.com with ESMTP; 16 Apr 2019 10:22:21 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) 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:22:21 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 16 Apr 2019 10:22:20 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.93]) with mapi id 14.03.0415.000; Wed, 17 Apr 2019 01:22:19 +0800 From: "Tu, Lijuan" To: Rami Rosen , "Xu, Yanjie" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] add execution new ipsec lib Thread-Index: AQHU8/jqIaI6WHlvTkWPbE+ld3fqNqY9tl+AgAFTg7A= Date: Tue, 16 Apr 2019 17:22:18 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA62D7C@SHSMSX101.ccr.corp.intel.com> References: <1555401067-166916-1-git-send-email-yanjie.xu@intel.com> <5151E1D101B7B04382075E3B0EF69373EBD468@lhreml503-mbs> In-Reply-To: <5151E1D101B7B04382075E3B0EF69373EBD468@lhreml503-mbs> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGFhMDgzYmYtYzdlMi00MjBmLWEzNzYtMjRmZmM3MWY5OTYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWHUzMHFUaThjRzZ6WHFoQkZ5a0RKUUQ4R0NNOVQrcmI3VGdGdFpCV3p2TXhHSHZtRHdWOThQcTc1YjRIRkEzWCJ9 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" Agree with Rami > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Monday, April 15, 2019 10:07 PM > To: Xu, Yanjie ; dts@dpdk.org > Subject: Re: [dts] [PATCH] add execution new ipsec lib >=20 > Hi, Xuyanjie, >=20 > You have: > >+[Execution1] > >+crbs=3D10.67.110.186 > >+drivername=3Digb_uio >=20 > If you will run from the executions folder: > git grep "crbs=3D" . >=20 > You will get: >=20 > execution.cfg:crbs=3D > execution.cfg:crbs=3D > execution_FVL.cfg:crbs=3D > execution_FVL.cfg:crbs=3D > execution_fm10k.cfg:crbs=3D > execution_fm10k.cfg:crbs=3D > execution_rxmode.cfg:crbs=3D > execution_rxmode.cfg:crbs=3D > execution_rxmode.cfg:crbs=3D > execution_smoke.cfg:crbs=3D >=20 > IMHO, there is no justification to an exception of having a specific IP a= ddress > like 10.67.110.186, as in your patch, instead of having ,= like > all the others execution files, as shown above. >=20 > Regards, > Rami Rosen