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 <medvedkinv at gmail.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>