From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6] Add toeplitz hash algorithm used by RSS Date: Wed, 01 Jul 2015 23:23:09 +0200 Message-ID: <9974204.LtA1fDUjBV@xps13> References: <1434735073-27414-1-git-send-email-medvedkinv@gmail.com> <1435707620-17383-1-git-send-email-medvedkinv@gmail.com> <20150701152952.GA8112@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Vladimir Medvedkin Return-path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id DE3C3567C for ; Wed, 1 Jul 2015 23:24:18 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so56773258wib.1 for ; Wed, 01 Jul 2015 14:24:18 -0700 (PDT) In-Reply-To: <20150701152952.GA8112@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-07-01 16:29, Bruce Richardson: > On Tue, Jun 30, 2015 at 07:40:20PM -0400, Vladimir Medvedkin wrote: > > 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). > > > > v6 changes > > - Fix compilation error > > - Rename some defines and function > > > > v5 changes > > - Fix errors reported by checkpatch.pl > > > > v4 changes > > - Fix copyright > > - rename bswap_mask constant, add rte_ prefix > > - change rte_ipv[46]_tuple struct > > - change rte_thash_load_v6_addr prototype > > > > 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 > > Acked-by: Bruce Richardson Applied, thanks