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 25EB5A00C4; Thu, 28 Jul 2022 13:34:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1935F40151; Thu, 28 Jul 2022 13:34:15 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 36BE54014F for ; Thu, 28 Jul 2022 13:34:14 +0200 (CEST) Received: from [192.168.1.38] (unknown [188.170.75.116]) (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 1C257C6; Thu, 28 Jul 2022 14:34:12 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 1C257C6 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1659008053; bh=gY1FiN3UVEk45lUixXxY9KhWDW1pQxtJckeLzHEhvuI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Qea9uj3p03aFODALOTT7J+7unbysHi0mZBZypJF+KOfsMZ+SfAWYWE026zhMCpZwf KjwLE+X1d9RzTROCUx+X9RJzwrbQ0FLcHr6jwhzy/DfPY6wpQwAOmtU449LEifoWlg xaHqEB2Dl1s/uhL2zo+ICXG6bw2gYZUwIE0jefOY= Message-ID: Date: Thu, 28 Jul 2022 14:34:11 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v3 3/5] common/sfc_efx/base: use the updated definitions of cidx/pidx Content-Language: en-US To: abhimanyu.saini@xilinx.com, dev@dpdk.org Cc: chenbo.xia@intel.com, maxime.coquelin@redhat.com, Abhimanyu Saini References: <20220714084451.38375-1-asaini@xilinx.com> <20220714134804.60495-1-asaini@xilinx.com> <20220714134804.60495-4-asaini@xilinx.com> From: Andrew Rybchenko In-Reply-To: <20220714134804.60495-4-asaini@xilinx.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 7/14/22 16:48, abhimanyu.saini@xilinx.com wrote: > From: Abhimanyu Saini Please, try to stick to one E-mail address. > > Change cidx and pidx definition to mean used queue and avail > queue index respectively. > > Signed-off-by: Abhimanyu Saini Acked-by: Andrew Rybchenko