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 0DF88A0093; Fri, 11 Mar 2022 02:27:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF5E040E78; Fri, 11 Mar 2022 02:27:04 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 5059C40042 for ; Fri, 11 Mar 2022 02:27:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646962023; x=1678498023; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=ikOCoHPqTMjlHZWjo/RS+ti6t2rk88tNzhpu78UYguo=; b=GYH6sKWJJ3lqHeSWBWRsF2JtM4ato6tSljLTmY+wkVo11/RPvTcM0GO4 AYntV8hNml+XA+P5cH8c3U6ZZw5ewQE9ZccUU9njMQNXISqz5O1qUbfeD 0NZyM/F0W9LILYREbdZDay3VgtOgGLf59mOx45awyuJv3SKG4a7SgyfMF eaR/BSTFzg20CpIc6YY1xgMs71FMwOk7qmy0TvjPvlp/iGQWxfk1a1r8R /9W5HOEvE9vR4McSGN17OILQRcZ9vK75/FU15cZheJkYYHT+EnshfaxXV o1VZnxzB5WBdR9Z4rxTfnIyZ8I1dLsEFhrMiuhKzeZ0Y0BuQUnIj0/Ge4 g==; X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="236068584" X-IronPort-AV: E=Sophos;i="5.90,172,1643702400"; d="scan'208";a="236068584" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 17:26:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,172,1643702400"; d="scan'208";a="781705889" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga006.fm.intel.com with ESMTP; 10 Mar 2022 17:26:59 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Thu, 10 Mar 2022 17:26:58 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Fri, 11 Mar 2022 09:26:56 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.021; Fri, 11 Mar 2022 09:26:56 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Subject: RE: [dts][PATCH V1 2/2] tests/vdev_primary_secondary: modify testsuite by DPDK change Thread-Topic: [dts][PATCH V1 2/2] tests/vdev_primary_secondary: modify testsuite by DPDK change Thread-Index: AQHYNFp6a6ajvdoTEkeS5wzMHsCryKy5ZWKQ Date: Fri, 11 Mar 2022 01:26:56 +0000 Message-ID: References: <20220310083958.494604-1-weix.ling@intel.com> In-Reply-To: <20220310083958.494604-1-weix.ling@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: Wei Ling > Sent: 2022=1B$BG/=1B(B3=1B$B7n=1B(B10=1B$BF|=1B(B 16:40 > To: dts@dpdk.org > Cc: Ling, WeiX > Subject: [dts][PATCH V1 2/2] tests/vdev_primary_secondary: modify testsui= te by > DPDK change >=20 > By DPDK change(commit 1c839246f9), no need to modify DPDK code to test, s= o > delete modify DPDK code steps in testsuite. >=20 > Signed-off-by: Wei Ling Series applied.