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 2FB19A00C3; Thu, 16 Dec 2021 12:17:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 237A940696; Thu, 16 Dec 2021 12:17:01 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id BDB4F40143 for ; Thu, 16 Dec 2021 12:16:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639653418; x=1671189418; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=ihDLZz1KtWgVgrdVydtF+DO5oYaWbjMZZwIK2raVraI=; b=XEER88QnDee5Oiw0ddFNAKu33Y2R7u4FSG+eowNMQGPO25BZXqaADyvZ 6snaOQWMVKECKTLokuh3odCU1LV5rpYqRj7OkFIJNITJUcjguDTFE2sNE DICFtMnIyFgr3sf1aPKFPHVczjO3gbse1EdCjys5gLD1wLXWUXEMHl45S vhcpAxVO6/WqHuoFZvZ1foBhf6S300CG7eLb5PEB2tIykBfutn9FZfdAJ +xxxWcpClgHjkiRVxsz0E5YauU63NnQps0VW6eG0iczeO2ExtotqufSav Q7tBMB9BdxSRq6F67Cx8/Hz4cg32+DXYw6Qb2RIByespWtRoyGa+ZkEBT Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10199"; a="239277323" X-IronPort-AV: E=Sophos;i="5.88,211,1635231600"; d="scan'208";a="239277323" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Dec 2021 03:16:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,211,1635231600"; d="scan'208";a="754031180" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga006.fm.intel.com with ESMTP; 16 Dec 2021 03:16:57 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 16 Dec 2021 03:16:56 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 16 Dec 2021 19:16:49 +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; Thu, 16 Dec 2021 19:16:49 +0800 From: "Tu, Lijuan" To: "Xia, YanX" , "dts@dpdk.org" CC: "Xia, YanX" Subject: RE: [dts][PATCH V1] test_plans: modify dpdk app/example to adapt meson name Thread-Topic: [dts][PATCH V1] test_plans: modify dpdk app/example to adapt meson name Thread-Index: AQHX7XZI7q9+5aVeY0aTaZx2y7C/zqw1Ad5g Date: Thu, 16 Dec 2021 11:16:49 +0000 Message-ID: References: <20211210113336.9851-1-yanx.xia@intel.com> In-Reply-To: <20211210113336.9851-1-yanx.xia@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.200.16 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: Yan Xia > Sent: 2021=1B$BG/=1B(B12=1B$B7n=1B(B10=1B$BF|=1B(B 19:34 > To: dts@dpdk.org > Cc: Xia, YanX > Subject: [dts][PATCH V1] test_plans: modify dpdk app/example to adapt mes= on > name >=20 > modify dpdk app/example and build method to adapt meson name >=20 > Signed-off-by: Yan Xia Applied