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 BEF0AA0561; Thu, 18 Mar 2021 08:39:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1463406B4; Thu, 18 Mar 2021 08:39:15 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 09E0640698 for ; Thu, 18 Mar 2021 08:39:13 +0100 (CET) IronPort-SDR: oUTHBrGvtW54Y5o98ULjX0AF4GicszHd41+qBU0Y4MD+P3iviRSgMmdhtZF3J046fAEYKZUtBZ ouCOIPEmXvkg== X-IronPort-AV: E=McAfee;i="6000,8403,9926"; a="189665750" X-IronPort-AV: E=Sophos;i="5.81,257,1610438400"; d="scan'208";a="189665750" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Mar 2021 00:39:12 -0700 IronPort-SDR: Le/c7zvz6BgPlEovL1tPlVWo0oAGERzHcYBPT7JBT6LYHjJLQiKSzuylbj/H6DZc2Yy4X1Agvu 1gAmRKGICRlg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,257,1610438400"; d="scan'208";a="412971693" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga008.jf.intel.com with ESMTP; 18 Mar 2021 00:39:12 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) 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; Thu, 18 Mar 2021 00:39:11 -0700 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.2106.2; Thu, 18 Mar 2021 15:39:10 +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; Thu, 18 Mar 2021 15:39:10 +0800 From: "Tu, Lijuan" To: "Sun, QinX" , "dts@dpdk.org" CC: "Sun, QinX" Thread-Topic: [dts] [PATCH V1] tests/metering_and_policing: adapt to cvl platform Thread-Index: AQHXGkAu3f4nQGnKjE6xqZuU8hFQIaqJXwMQ Date: Thu, 18 Mar 2021 07:39:09 +0000 Message-ID: <93302baed31040b3b20583fd09e29bb0@intel.com> References: <20210316170628.15665-1-qinx.sun@intel.com> In-Reply-To: <20210316170628.15665-1-qinx.sun@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] tests/metering_and_policing: adapt to cvl platform 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" > This suite will be added to regression test on cvl platform, in order to = adapt to > cvl cards, forwarding mode needs to be set as mac. >=20 > Signed-off-by: sunqin Applied