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 8CBF8A0032; Wed, 14 Sep 2022 09:41:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 822EB40151; Wed, 14 Sep 2022 09:41:11 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id EA56040141 for ; Wed, 14 Sep 2022 09:41:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663141270; x=1694677270; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=vJaKSi+CrV7Bg8fTaDPv4CBtbKLdlfwWTHeIITC+WPM=; b=cIxO18r30pfz15L5ez9Mbmicq7MtMqeeqUvFseNwE/OZtITyXvL9/g29 QGV0iQOKhenr5iXbVZBFZd8+FsTH061sUfaF5By5qFx04iW7Qw0JY+dTR mfMXfbRFb1sRop6D/NufN/NQpk9lT/ZY+ON9m2We+le++rPrId0U8SUFb QvwAnZOAWcHtOx2M5LCrmG3K4geFiHNPnRYmzLKXuAS9AqKSzpgWFjcB9 hFy3a0Lwr7nFPkwAQsQznlU4CW3eeAkZ+mTgH3Vr3hHZnHaFIcyiM25FV DX8oqfJdjZTP0XisuKD9kybrmZVf3wFPk6aKnIocP5XrLKdaz32BnXr+v g==; X-IronPort-AV: E=McAfee;i="6500,9779,10469"; a="295948787" X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="295948787" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 00:41:09 -0700 Message-Id: <11ab82$k7fgs7@fmsmga008-auth.fm.intel.com> Date: 14 Sep 2022 00:41:08 -0700 X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="678937484" 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; 14 Sep 2022 00:41:08 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V3 3/3] tests/ice_iavf_packet_pacing: ice enable packet pacing From: lijuan.tu@intel.com To: dts@dpdk.org,Yaqi Tang Cc: Yaqi Tang In-Reply-To: <20220811111658.78579-4-yaqi.tang@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: Yaqi Tang Errors-To: dts-bounces@dpdk.org On Thu, 11 Aug 2022 11:16:58 +0000, Yaqi Tang wrote: > ICE support queue rate limitation configure, and parse the quanta_size for = IGP pacing. >=20 > Signed-off-by: Yaqi Tang Series applied, thanks