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 00ADCA0093; Fri, 14 Jan 2022 06:35:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BECD942759; Fri, 14 Jan 2022 06:35:42 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 9569740DDD for ; Fri, 14 Jan 2022 06:35:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642138541; x=1673674541; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=oCS1bcfkTXJHjmHBlbyDLLBQ+KHavpqquI0aOawJa8k=; b=Jb6dO7uLc+7WYiTqblYXOmNyoPSEmeEb/yZ2tatLqa4Xv6zRVoUF12oo Ewk8j7a8XwJ8mbU4qA6I1MpwKVEWpSMwdgOiVgXlJxag7xQcDC9wl82Bo +NiUv680iB/T/zyjT6M/4KKZUsuGD1dFinv2+W96oYMZoMl3U2PlFV6Dw +yhW7lOxs9yxZwDxVOyG6wHUmaXc+dRWUo+LgLufkzhe23P7Z8qsxdhOn 6k1AZh1Eqql9sKmS99OPRbtWPuPr2k/Cq8Slf9DB119n2lVZkYqJTOG+5 QCgeuzkLy5wM97Fzd9SCdfNbbFT8/8R38o/4CsyQofzRYWH6JIIeYqasl A==; X-IronPort-AV: E=McAfee;i="6200,9189,10226"; a="241747979" X-IronPort-AV: E=Sophos;i="5.88,287,1635231600"; d="scan'208";a="241747979" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2022 21:35:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,287,1635231600"; d="scan'208";a="577188864" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga008.fm.intel.com with ESMTP; 13 Jan 2022 21:35:39 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) 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.20; Thu, 13 Jan 2022 21:35:39 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Fri, 14 Jan 2022 13:35:37 +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; Fri, 14 Jan 2022 13:35:37 +0800 From: "Tu, Lijuan" To: "Jiale, SongX" , "dts@dpdk.org" CC: "Jiale, SongX" Subject: RE: [dts] [PATCH V1] test_plans/iavf_*: modify test plan to adapt meson build Thread-Topic: [dts] [PATCH V1] test_plans/iavf_*: modify test plan to adapt meson build Thread-Index: AQHYCFQoKXtiWLXz/ECVEe/eRDQOqKxiAF2g Date: Fri, 14 Jan 2022 05:35:37 +0000 Message-ID: <37429218e75942f2bce47360b2b44bee@intel.com> References: <20220113163253.6704-1-songx.jiale@intel.com> In-Reply-To: <20220113163253.6704-1-songx.jiale@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: Jiale Song > Sent: 2022=1B$BG/=1B(B1=1B$B7n=1B(B14=1B$BF|=1B(B 0:33 > To: dts@dpdk.org > Cc: Jiale, SongX > Subject: [dts] [PATCH V1] test_plans/iavf_*: modify test plan to adapt me= son > build >=20 > modify dpdk app/example name and take build type to meson. > for example: > 1.testpmd to dpdk-testpmd. > 2.l3fwd-power to dpdk-l3fwd-power > 3.make install to meson build. >=20 > Signed-off-by: Jiale Song Applied, thanks