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 1FB71A0093; Fri, 22 Apr 2022 14:09:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7638410D5; Fri, 22 Apr 2022 14:09:30 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 7BBD840042 for ; Fri, 22 Apr 2022 14:09:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650629368; x=1682165368; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=Uki/hNp/Q8mncf3xrVzMIeDDjLhVkKZnmvWfIf4JspE=; b=oAsvv1py5PfplfBvXXvrIHB45zX4l5fce3TZR5+1s40bsFIThHfHv8tQ QJVIO5ZNufcEHUYf/aClRMofAK+U/2HSqSDtPPeCZB/8IjPw6VLzMbpkP aAwRNt8dJDOnOi/8Vyd8mBnrdrVuvHkkaEIzGDDynVlAnWFeoUSwV9BFs 1FuBYtOPJaNRuaBkmGBiJseqvCNKyKMTHdHFej9BWou4TKU2lEactmGlu bk0LkfMFYPHH1e5wsnJZA2pGjg1mwdzYswPDbDX4xGbas7ALmsnrr3QzQ o1pvDSbp1RAJqXWpu7XvCmZ2/Rr/Bg6y+b5mA4+n/wwZf7fYRqn5660DY g==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="251988304" X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="251988304" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 05:09:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="577851369" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga008.jf.intel.com with ESMTP; 22 Apr 2022 05:09:27 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Fri, 22 Apr 2022 05:09:26 -0700 Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmsx605.amr.corp.intel.com ([10.18.126.85]) with mapi id 15.01.2308.027; Fri, 22 Apr 2022 05:09:26 -0700 From: "Zhang, Qi Z" To: "Wu, Wenjun1" , "dev@dpdk.org" , "Wu, Jingjing" , "Xing, Beilei" Subject: RE: [PATCH v6 0/3] Enable queue rate limit and quanta size configuration Thread-Topic: [PATCH v6 0/3] Enable queue rate limit and quanta size configuration Thread-Index: AQHYVe1XKZFxz2m600eruMudVVn1N6z716eg Date: Fri, 22 Apr 2022 12:09:26 +0000 Message-ID: <960997845ae94e30b1c595b8cc220c7e@intel.com> References: <20220329020717.1101263-1-wenjun1.wu@intel.com> <20220422014300.2380259-1-wenjun1.wu@intel.com> In-Reply-To: <20220422014300.2380259-1-wenjun1.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 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: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > -----Original Message----- > From: Wu, Wenjun1 > Sent: Friday, April 22, 2022 9:43 AM > To: dev@dpdk.org; Wu, Jingjing ; Xing, Beilei > ; Zhang, Qi Z > Subject: [PATCH v6 0/3] Enable queue rate limit and quanta size configura= tion >=20 > This patch set adds queue rate limit and quanta size configuration. > Quanta size can be changed by driver devarg quanta_size=3Dxxx. Quanta siz= e > should be set to the value between 256 and 4096 and be the product of 64. >=20 > v2: Rework virtchnl. > v3: Add release note. > v4: Quanta size configuration will block device init > if PF does not support. Fix this issue. > v5: Update driver guide. > v6: Merge the release note with the previous patch. >=20 > Wenjun Wu (3): > common/iavf: support queue rate limit and quanta size configuration > net/iavf: support queue rate limit configuration > net/iavf: support quanta size configuration >=20 > doc/guides/nics/intel_vf.rst | 4 + > doc/guides/rel_notes/release_22_07.rst | 4 + > drivers/common/iavf/virtchnl.h | 50 +++++++ > drivers/net/iavf/iavf.h | 16 +++ > drivers/net/iavf/iavf_ethdev.c | 38 +++++ > drivers/net/iavf/iavf_tm.c | 190 +++++++++++++++++++++++-- > drivers/net/iavf/iavf_vchnl.c | 54 +++++++ > 7 files changed, 348 insertions(+), 8 deletions(-) >=20 > -- > 2.25.1 Re-applied to dpdk-next-net-intel. Thanks Qi