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 D080AA00C2; Wed, 28 Sep 2022 11:54:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 754514113D; Wed, 28 Sep 2022 11:54:12 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 106DC4113C; Wed, 28 Sep 2022 11:54:11 +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) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 80F5B74; Wed, 28 Sep 2022 12:54:10 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 80F5B74 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1664358850; bh=my05Ut41fh6LrhFNc9AhjQNsxRygQ8KVB/HpV/qHGK0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=r+GfwAFBFITWzWPyiJc44W2MxJh9pHPwEoL5It0nTBKIoAmse8HxFmlqRdZT3o31q 7ZATIMC/p3tWyQtpRIntHBZv8KqHYaDGmUq+DkkN6EAPVP6MLK5Vl0ZrXriMgXOPP1 qW2mvUcpzBE8apexuHe9mNmOw8/ETwqmerekXmIk= Message-ID: <74d86f07-951b-20fd-562c-a91b9aab3c07@oktetlabs.ru> Date: Wed, 28 Sep 2022 12:54:09 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH 1/3] common/sfc_efx/base: fix assignment of maximum Tx data count Content-Language: en-US To: Ivan Malov , dev@dpdk.org Cc: Andy Moreton , stable@dpdk.org References: <20220812122454.1947322-1-ivan.malov@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20220812122454.1947322-1-ivan.malov@oktetlabs.ru> 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 8/12/22 15:24, Ivan Malov wrote: > Maximum data count of a Tx descriptor is advertised to users, > however, this value is mistakenly derived from the Rx define. > Use the Tx one instead. The resulting value will be the same. > > Fixes: 1e43fe3cb41e ("net/sfc/base: separate limitations on Tx DMA descriptors") > Cc: stable@dpdk.org > > Signed-off-by: Ivan Malov > Reviewed-by: Andrew Rybchenko Series applied to dpdk-next-net/main, thanks.