From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C4A3FA0507; Wed, 6 Apr 2022 14:14:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 974B840689; Wed, 6 Apr 2022 14:14:47 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id B01184014F for ; Wed, 6 Apr 2022 14:14:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649247286; x=1680783286; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=jQd8OgDWFooxcY6qCjnpx1622TWFrEgY+iO4d4R54UA=; b=bLlJJXDr5jx2ciEMwMQO18jK4ept/o3zg48ArD7QqrqgoEbpfkSdkRSB d9hSub9KatmsEHCEksUwJid26WfF1FOrrjpGbf5P4skPl5n0bOz3eoFk4 AttXn5rdG5ZJRRdgzkMUBkcEmE0ugU6+YKdeCyPdQpWxrvbLJnx2rv5ex eSlxwbGv8AcSBSR9ctbRoM59xp3HsT/IcFTZPzvsfCFsGt7vcKpfveqg7 bEQeSte1xcwGTbrPJXpbYqfKgEU7kxlAcdibXLPurERNRf/WOg2dIYf0c FC9kkl/sEmKf/opdWocXtpEkj4mmioCsfs44/XD93Fi2gHE1smnJEkEwo g==; X-IronPort-AV: E=McAfee;i="6200,9189,10308"; a="241616441" X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="241616441" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 05:14:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="642029973" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by FMSMGA003.fm.intel.com with ESMTP; 06 Apr 2022 05:14:45 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 6 Apr 2022 05:14:45 -0700 Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmsx605.amr.corp.intel.com ([10.18.126.85]) with mapi id 15.01.2308.027; Wed, 6 Apr 2022 05:14:45 -0700 From: "Tu, Lijuan" To: "Zhang, Peng1X" , "dts@dpdk.org" CC: "Zhang, Peng1X" Subject: RE: [dts][PATCH V2] tests/inline_ipsec modify ipsec configuration of script according to DPDK modification Thread-Topic: [dts][PATCH V2] tests/inline_ipsec modify ipsec configuration of script according to DPDK modification Thread-Index: AQHYRaxCcLahZmEUAEiPYjMD/Wg8Uazi09MA Date: Wed, 6 Apr 2022 12:14:45 +0000 Message-ID: <72d4d3f0819d4864a8317b43d1bfa604@intel.com> References: <20220402123736.2310092-1-peng1x.zhang@intel.com> In-Reply-To: <20220402123736.2310092-1-peng1x.zhang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 > -----Original Message----- > From: Peng Zhang > Sent: 2022=1B$BG/=1B(B4=1B$B7n=1B(B2=1B$BF|=1B(B 20:38 > To: dts@dpdk.org > Cc: Zhang, Peng1X > Subject: [dts][PATCH V2] tests/inline_ipsec modify ipsec configuration of= script > according to DPDK modification >=20 > According to dpdk commit > a15f7b7d8aac9cca41d8bd022c3cf939a6a8d2e8("examples/ipsec-secgw: add > check for unprotected port mask"),ingress rules of configuration are adde= d.So > dts test script need be modified to adapt DPDK modification. >=20 > Signed-off-by: Peng Zhang 1, please fix test plan accordingly. 2, please split commit message to multiple lines, every line is lower than = 80 letters. thanks