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 8DF65A0546; Wed, 7 Apr 2021 04:11:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57C1E141030; Wed, 7 Apr 2021 04:11:41 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 7FE3914102C for ; Wed, 7 Apr 2021 04:11:40 +0200 (CEST) IronPort-SDR: Gm1/JHnT3glT0eUvuACkUCx63TRrVLhHWenCg624dSYpT2pvWLVgBNEAY9XXPuuBf6/TprYFmX Zi5+hNBi4vpw== X-IronPort-AV: E=McAfee;i="6000,8403,9946"; a="189995556" X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="189995556" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 19:11:39 -0700 IronPort-SDR: 3VBeUn4FHX8hLuEdOoLfMUOl3PjMDkWP3wHY8lRpsTk38YBQ0O23f8VLWk5SKpwBFme4lFoMpX BSyWg8W4HKsw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="418579617" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga007.jf.intel.com with ESMTP; 06 Apr 2021 19:11:38 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) 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.2106.2; Tue, 6 Apr 2021 19:11:38 -0700 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.2106.2; Wed, 7 Apr 2021 10:11:36 +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.2106.013; Wed, 7 Apr 2021 10:11:36 +0800 From: "Tu, Lijuan" To: "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts] [PATCH V1] test_plans: fix building warning and errors Thread-Index: AQHXJtEcApD6phKnsE6peE6fZTLLGqqoWPvQ Date: Wed, 7 Apr 2021 02:11:36 +0000 Message-ID: References: <20210401081900.26795-1-haiyangx.zhao@intel.com> In-Reply-To: <20210401081900.26795-1-haiyangx.zhao@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.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] test_plans: fix building warning and errors 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 Sender: "dts" > Subject: [dts] [PATCH V1] test_plans: fix building warning and errors >=20 > Signed-off-by: Haiyang Zhao > --- > test_plans/cvl_switch_filter_pppoe_test_plan.rst | 2 +- > test_plans/index.rst | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) Applied