Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935146Ab3E2Nnv (ORCPT ); Wed, 29 May 2013 09:43:51 -0400 Received: from mail-pb0-f54.google.com ([209.85.160.54]:38520 "EHLO mail-pb0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965895Ab3E2Nns (ORCPT ); Wed, 29 May 2013 09:43:48 -0400 Message-ID: <1369835025.5109.21.camel@edumazet-glaptop> Subject: RE: [PATCH v6 net-next 1/5] net: add napi_id and hash From: Eric Dumazet To: David Laight Cc: Eliezer Tamir , David Miller , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Jesse Brandeburg , Don Skidmore , e1000-devel@lists.sourceforge.net, Willem de Bruijn , Andi Kleen , HPA , Eilon Greenstien , Or Gerlitz , Alex Rosenbaum , Eliezer Tamir Date: Wed, 29 May 2013 06:43:45 -0700 In-Reply-To: References: <20130529063916.27486.3841.stgit@ladj378.jer.intel.com> <20130529063925.27486.46649.stgit@ladj378.jer.intel.com> <1369832201.5109.8.camel@edumazet-glaptop> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 700 Lines: 20 On Wed, 2013-05-29 at 14:09 +0100, David Laight wrote: > > > Adds a napi_id and a hashing mechanism to lookup a napi by id. > > Is this one of the places where the 'id' can be selected > so that the 'hash' lookup never collides? Very few devices will ever call napi_hash_add() [ Real NIC RX queues, not virtual devices ] We use a hash table with 256 slots, the chance of collision is about 0% Lets not over engineer the thing before its even used. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/