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 B54EBA0543; Tue, 4 Oct 2022 11:40:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9886F40DFB; Tue, 4 Oct 2022 11:40:52 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 2208140DDC for ; Tue, 4 Oct 2022 11:40:52 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 4109E5E; Tue, 4 Oct 2022 12:40:51 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 4109E5E DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1664876451; bh=IZK+a/bRAFYGlOZgjCgdc1Bi3j37LdLeR+pfX4KJ/Es=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=FZ9q7ywogRUxRrYuEfcodJvWxgeBRozMdmBXVvIrAuD3ukIlgUolLmqB+Vqv3vEab Qhg8NXDdGlUOMwm84OT8Y913wxNiMMf7/CEoGPz3wN2OY5PKZfltJdPsAaYFlDoEDq lgEbwW5PDeo09FENyzJns97DojoxSKBIkyTmno7w= Message-ID: <5f2b006e-5859-600e-86ff-20c9615f0ee5@oktetlabs.ru> Date: Tue, 4 Oct 2022 12:40:50 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH v3] ethdev: queue rate parameter changed from 16b to 32b Content-Language: en-US To: skoteshwar@marvell.com, Aman Singh , Yuying Zhang , Ray Kinsella , Ajit Khaparde , Somnath Kotur , Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Qiming Yang , Wenjun Wu , Jiawen Wu , Jian Wang , Thomas Monjalon , Ferruh Yigit Cc: dev@dpdk.org, ferruh.yigit@amd.com, bruce.richardson@intel.com, konstantin.v.ananyev@yandex.ru, jerinj@marvell.com References: <1663939018-18898-1-git-send-email-skoteshwar@marvell.com> <1664344318-3594-1-git-send-email-skoteshwar@marvell.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <1664344318-3594-1-git-send-email-skoteshwar@marvell.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 9/28/22 08:51, skoteshwar@marvell.com wrote: > From: Satha Rao > > The rate parameter modified to uint32_t, so that it can work > for more than 64 Gbps. > > Signed-off-by: Satha Rao Reviewed-by: Andrew Rybchenko Applied to dpdk-next-net/main, thanks.