[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230609103644.7bdd3873@kernel.org>
Date: Fri, 9 Jun 2023 10:36:44 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Pedro Tammela <pctammela@...atatu.com>
Cc: netdev@...r.kernel.org, tgraf@...g.ch, herbert@...dor.apana.org.au,
davem@...emloft.net, dsahern@...nel.org, edumazet@...gle.com,
pabeni@...hat.com
Subject: Re: [RFC PATCH net-next 0/4] rhashtable: length helper for
rhashtable and rhltable
On Fri, 9 Jun 2023 12:13:28 -0300 Pedro Tammela wrote:
> Whenever someone wants to retrieve the total number of elements in a
> rhashtable/rhltable it needs to open code the access to 'nelems'.
> Therefore provide a helper for such operation and convert two accesses as
> an example.
IMHO read of nelems is much more readable than len(). I mean the name
of the helper is not great. IDK what length of a hashtable is. Feels
like a Python-ism.
Powered by blists - more mailing lists