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 8AAF7A034F; Mon, 7 Feb 2022 10:42:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7C4ED410EA; Mon, 7 Feb 2022 10:42:05 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 6463840DDA for ; Mon, 7 Feb 2022 10:42:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644226924; x=1675762924; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=PG8B6H/qYvtXHx+s9pu0WkK9CYU0KfqcnyojgNf5Dd4=; b=RdL8TB57ETtvtgQUj7ArDYS9ymlONRogLdMomEtXL+8/bh1+AENIaGR5 XCWGOP6CrrxXGF6l4UK38tcpHcVRKGNRBAk1t0vubdxP8eR4VqRuy44I4 LvEcmnMwxmh4c2KbD6eAYhHbyhImCs4IflNAR8IQZ79WWu9DIjz61oatX 0PTG2TsUps+ucYzcSR5CaUPa4Gq3OyenS88Y1CzRomOEumbErjYzp+iZu TZ/b5u8eOcYQCIQSMRJ5rB1CEVG8JJD5Yv+Is6ZFwtJTg67p2MXjxxYYS COELqlFU6BlSBkc2uG2bNquThWpmtjhbS7LCuQek5bXCZCUw4sFnfSHxI g==; X-IronPort-AV: E=McAfee;i="6200,9189,10250"; a="273200803" X-IronPort-AV: E=Sophos;i="5.88,349,1635231600"; d="scan'208";a="273200803" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Feb 2022 01:42:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,349,1635231600"; d="scan'208";a="525071793" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga007.jf.intel.com with ESMTP; 07 Feb 2022 01:42:03 -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; Mon, 7 Feb 2022 01:42:02 -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; Mon, 7 Feb 2022 17:41:55 +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; Mon, 7 Feb 2022 17:41:55 +0800 From: "Tu, Lijuan" To: "Fu, Qi" , "Xu, HailinX" , "dts@dpdk.org" Subject: RE: [dts][PATCH v2 2/2] tests/cvl_flow_priority: add pf flow priority cases Thread-Topic: [dts][PATCH v2 2/2] tests/cvl_flow_priority: add pf flow priority cases Thread-Index: AQHYC3oIpOETUXk1HkyfALlkCvl1ZKxmWK6AgAANAICAIZEoIA== Date: Mon, 7 Feb 2022 09:41:55 +0000 Message-ID: References: <20220117154104.25824-1-hailinx.xu@intel.com> <20220117154104.25824-3-hailinx.xu@intel.com> In-Reply-To: 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="us-ascii" 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: Xu, HailinX > > > Sent: Monday, January 17, 2022 11:41 PM > > > To: Fu, Qi ; dts@dpdk.org > > > Cc: Xu, HailinX > > > Subject: [dts][PATCH v2 2/2] tests/cvl_flow_priority: add pf flow > > > priority cases > > > > Tested-by: Xu Hailin > Acked-by: Qi Fu Applied