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 E3765A0542; Fri, 2 Sep 2022 03:32:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B28C740693; Fri, 2 Sep 2022 03:32:39 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id A68FB40684 for ; Fri, 2 Sep 2022 03:32:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662082358; x=1693618358; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=4c5G9yQeHq5QdfCExYaHJIzLDwN1xL0d1tRbU+dXuP4=; b=iHixiaCEncaDcum9Q9hNQtqa/LKfCqZEhrlwmsQldeMZg8xcU+UfiMIl K6RMmhxxDnsx+T5FPzvmtarvZRi0Whb0ouFtuY+81ggQieSY6U9eLMpa5 bPgCIzUZYtB1rQ+9fpMOdh2lT47+ztz0iADE+R83M2VrwFWsR14USUI2I pjRnUW/YBs7a9Ut1P/I7F+AdLqHVmj76QVKxxkjFp0Zj5JQ6OpTXKVOuA lZSV9nM30qxS1DUY5zlSiIvW9IBd0n51UkngLr2Qz27NDCW1m2d9F5tAQ KgOu8zUxRxTeSFo9vr8DZphqg8RZlf/cypnUZK+Kpr69FFRuOxFYnm828 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10457"; a="359827265" X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="359827265" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 18:32:22 -0700 Message-Id: <11ab82$k2t5tb@fmsmga008-auth.fm.intel.com> Date: 01 Sep 2022 18:32:20 -0700 X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="674142129" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 18:32:20 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH] tests/TestSuite_qos_meter: srTCM changed CBS-EBS From: lijuan.tu@intel.com To: dts@dpdk.org,yuan.peng@intel.com,Marcin Danilewicz Cc: In-Reply-To: <20220711140649.303957-1-marcinx.danilewicz@intel.com> 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: , Reply-To: Marcin Danilewicz Errors-To: dts-bounces@dpdk.org On Mon, 11 Jul 2022 14:06:49 +0000, Marcin Danilewicz wrote: > Adding test cased for "srTCM blind changed CBS and EBS" from > test_plans/qos_meter_test_plan.rst >=20 > Signed-off-by: Marcin Danilewicz Applied, thanks