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 18846A00C3; Sun, 27 Feb 2022 15:17:16 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E371D4068A; Sun, 27 Feb 2022 15:17:15 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id C911240683 for ; Sun, 27 Feb 2022 15:17:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645971435; x=1677507435; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=hPkxYsrjANsV3ZaUblUY7SVs2KHno7OqX9IjtqEbKLQ=; b=GL74tr22Zp2P3bGkUjtG1dSzWdhuEcj/YWrbTWwwm1S+KtL0IPWjvc4c xFlJKLoTwdJdbHnaFVozGaBioRPWMZYp6zTjyd771a7NldRwwrCckQBLu ug43pyp7zeIIpmfDwuLV/Sq4Q9MEM/D6KFXfu89ONeD0Y7o8FdsDGlkEN m9lN7BcxLIqksJx0BhlTZvi4WWm9925hnUzGIUKMcFnFRRuG5/LpnQbFh uTFPbLagb0ZK5+x91cMTgB8fXo/VIZNN0aDmhmgYC8+AFCXerwQ/XslQO 21WZLb4Rf318HENhCzDX95IcMi39VRcHMsWpA3wiwki4pgCr1ulS6+RSN A==; X-IronPort-AV: E=McAfee;i="6200,9189,10270"; a="251571559" X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="251571559" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2022 06:17:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,141,1643702400"; d="scan'208";a="544470888" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga007.fm.intel.com with ESMTP; 27 Feb 2022 06:17:13 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Sun, 27 Feb 2022 06:17:13 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Sun, 27 Feb 2022 22:17:11 +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.020; Sun, 27 Feb 2022 22:17:10 +0800 From: "Tu, Lijuan" To: "Jiang, YuX" , "dts@dpdk.org" Subject: RE: [dts][PATCH V3 5/5] test_plans/*: modify test plan to adapt meson build Thread-Topic: [dts][PATCH V3 5/5] test_plans/*: modify test plan to adapt meson build Thread-Index: AQHYKUH6Ii86O+7mwEiBoBBfDpWL/ayndtNA Date: Sun, 27 Feb 2022 14:17:10 +0000 Message-ID: References: <20220224134635.1501581-1-yux.jiang@intel.com> <20220224134635.1501581-6-yux.jiang@intel.com> In-Reply-To: <20220224134635.1501581-6-yux.jiang@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: Jiang, YuX > Sent: 2022=1B$BG/=1B(B2=1B$B7n=1B(B24=1B$BF|=1B(B 21:47 > To: Tu, Lijuan ; dts@dpdk.org > Cc: Jiang, YuX > Subject: [dts][PATCH V3 5/5] test_plans/*: modify test plan to adapt meso= n > build >=20 > test_plans/*: modify test plan to adapt meson build, including > telemetry,vdev_primary_secondary,vf_packet_rxtx >=20 > Signed-off-by: Yu Jiang Series applied, thanks