From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9DB002C18C for ; Thu, 29 Aug 2024 23:20:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724973638; cv=none; b=XW0XDBefHScKNmAWYSNehNfDnQyQDHD5LQWYhbGBLmpUO6plZJqQqaP3BctP70PfqPDUJ9GfKR5C1EM85HmHYHK8h3u1tkkrjPYdR2eKNRpjBaw0puec6qQXJpL+feXJgj9PCSJDqP6KrUEDnsAa4nGz2wJk3kilb7EEqqDuQpY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724973638; c=relaxed/simple; bh=Km0FYpSTIoCeekn0R5YAcUjjqbMJl1hvUz5SeKaRqLs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aIOyqId73Z8fuKUSmuZqJAQH6XPu7EbZ1yriCHe8CmbIIWtmP+jKQUOT2X23f2P5ph8Kv3F7/hoWdWoG0z/fXuClY7JRDes2daU2S95QR/yi3GBWgTrPJsBTVqu1GGUWf0ngTNOUPnyHxR1QOBdZRCrCkrb5M63H1dS+ss87Ti0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EL3yjhHU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EL3yjhHU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D77DC4CEC1; Thu, 29 Aug 2024 23:20:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724973638; bh=Km0FYpSTIoCeekn0R5YAcUjjqbMJl1hvUz5SeKaRqLs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EL3yjhHUCTX8ljTG+04izvwbN5ciwQSy8QuOnuqCUTmgvKtbrhOs4KN1yFamvR6Eb SrNstlgI0UoVJschhe1ufEBmId4G25SskBtSJB9GDVG5MH0ew+jGVPPBXJfeNObp6i cM8X9+wmp+1CQxNR3HVBe3v5h/ottxL8k2eLmZ06x//8jOTR5aiRxRpibtskItchg0 CKXPw6JlFuRv75ICLOxdVC39e+EcpTPkQWzdoYLLyVxJ/K3KQbIxgTVbzcTpfbMzvk 5ddVOlSEd5rZkPUrxueLcetZPf1ojbWwMLWIbxHYif/WD1raqvqyrdvqR6b/wk2tzd +0NAMCdy9fdmQ== Date: Thu, 29 Aug 2024 16:20:36 -0700 From: Saeed Mahameed To: Simon Horman , kuba@kernel.org Cc: Cosmin Ratiu , Tariq Toukan , "davem@davemloft.net" , "netdev@vger.kernel.org" , Gal Pressman , Leon Romanovsky , "edumazet@google.com" , Saeed Mahameed , "pabeni@redhat.com" , Dan Carpenter Subject: Re: [PATCH net-next 03/10] net/mlx5: hw counters: Replace IDR+lists with xarray Message-ID: References: <20240815054656.2210494-1-tariqt@nvidia.com> <20240815054656.2210494-4-tariqt@nvidia.com> <20240815134425.GD632411@kernel.org> <0dce2c1d2f8adccbfbff39118af9796d84404a67.camel@nvidia.com> <20240827150130.GM1368797@kernel.org> <20240827152041.GN1368797@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20240827152041.GN1368797@kernel.org> On 27 Aug 16:20, Simon Horman wrote: >On Tue, Aug 27, 2024 at 04:01:30PM +0100, Simon Horman wrote: [...] >Thanks, > >as both counter->id and last_bulk_id are unsigned I agree with your >analysis above, and that this is a false positive. > >I don't think any further action is required at this time. >Sorry for the noise. > Jakub, can you please apply this one ?