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 18C17A00C3; Tue, 19 Apr 2022 04:39:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B393F40687; Tue, 19 Apr 2022 04:39:38 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 1A95F40150 for ; Tue, 19 Apr 2022 04:39:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650335977; x=1681871977; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=PjJhVTYyh2h/Yky6ten5WYWiPZjeFtOPbS9HZNj0CC0=; b=nzHHsSic7Oo/bvHGCa6Xe1Kc6i1KAWvnr2rrVSsUNAzfQSH1eYUBn0f5 iryVBq4/aITOLP7OQyGTQolZ1UUiRKgt699CLtiiCZuaTY4NocrQkn7ti BEJ77tG4V0IcwxwJOQmX6xrTlgmMHaYiPnLJQTdO+rv1rcx2YKELmWQjb pg4NMMHFuThFWSsdzI0vogIFJ2JniCoU4R3+R+TVmv+UE3/Jh8syov68I KhHwRY8dZXEz3NCOgz7stkmGNsRrk5bfOY0Qd0aliMEu9nE6A/N1xGbWi 0FAGDQgDeUcEym9o5rwrtRFcGUWf/nXnhrZZXBDSC7tCucKwbLYm6839R w==; X-IronPort-AV: E=McAfee;i="6400,9594,10321"; a="244242871" X-IronPort-AV: E=Sophos;i="5.90,271,1643702400"; d="scan'208";a="244242871" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2022 19:39:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,271,1643702400"; d="scan'208";a="509964143" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga003.jf.intel.com with ESMTP; 18 Apr 2022 19:39:35 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Mon, 18 Apr 2022 19:39:35 -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; Mon, 18 Apr 2022 19:39:35 -0700 From: "Zhang, Qi Z" To: "Wu, Wenjun1" , "dev@dpdk.org" , "Wu, Jingjing" , "Xing, Beilei" Subject: RE: [PATCH v5 0/4] Enable queue rate limit and quanta size configuration Thread-Topic: [PATCH v5 0/4] Enable queue rate limit and quanta size configuration Thread-Index: AQHYU5T8i5LxAJox6U6z/QOCADCIG6z2hiJw Date: Tue, 19 Apr 2022 02:39:35 +0000 Message-ID: <833a44ad72d74d5288942aae33e78e83@intel.com> References: <20220329020717.1101263-1-wenjun1.wu@intel.com> <20220419020540.1975653-1-wenjun1.wu@intel.com> In-Reply-To: <20220419020540.1975653-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: Tuesday, April 19, 2022 10:06 AM > To: dev@dpdk.org; Wu, Jingjing ; Xing, Beilei > ; Zhang, Qi Z > Subject: [PATCH v5 0/4] 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. >=20 > Wenjun Wu (4): > common/iavf: support queue rate limit and quanta size configuration > net/iavf: support queue rate limit configuration > net/iavf: support quanta size configuration > doc: update IAVF driver guide and 22.07 release notes >=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 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi