From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7384DC312 for ; Tue, 16 Jun 2015 12:36:47 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 16 Jun 2015 03:36:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,625,1427785200"; d="scan'208";a="711849715" Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.22]) by orsmga001.jf.intel.com with SMTP; 16 Jun 2015 03:36:42 -0700 Received: by (sSMTP sendmail emulation); Tue, 16 Jun 2015 11:36:42 +0025 Date: Tue, 16 Jun 2015 11:36:41 +0100 From: Bruce Richardson To: Thomas Monjalon Message-ID: <20150616103641.GB8644@bricha3-MOBL3> References: <1430832011-17764-1-git-send-email-medvedkinv@gmail.com> <1431097092-19790-1-git-send-email-medvedkinv@gmail.com> <2783732.C59rBDiv7h@xps13> <1943830.H0qqKjE30e@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1943830.H0qqKjE30e@xps13> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] Add toeplitz hash algorithm used by RSS X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 10:36:48 -0000 On Tue, Jun 16, 2015 at 11:07:28AM +0200, Thomas Monjalon wrote: > 2015-06-03 16:07, Thomas Monjalon: > > 2015-05-08 10:58, Vladimir Medvedkin: > > > Software implementation of the Toeplitz hash function used by RSS. > > > Can be used either for packet distribution on single queue NIC > > > or for simulating of RSS computation on specific NIC (for example > > > after GRE header decapsulating). > > > > > > v3 changes > > > - Rework API to be more generic > > > - Add sctp_tag into tuple > > > > > > v2 changes > > > - Add ipv6 support > > > - Various style fixes > > > > > > Signed-off-by: Vladimir Medvedkin > > > --- > > > lib/librte_hash/Makefile | 1 + > > > lib/librte_hash/rte_thash.h | 207 ++++++++++++++++++++++++++++++++++++++++++++ > > > > Without any comment, it seems this v3 is approved. > > Maybe that this patch would be even better by implementing some unit tests. > > I wonder if the hash chapter of the prog guide could list the different > > algorithms and why/when use them? > > Bruce, any opinion? > Don't you think that unit tests are required? Sorry, I missed this patch set. I'll take a look at it today. /Bruce