[dpdk-dev] [PATCH v5] Add toeplitz hash algorithm used by RSS

2015-06-30 Thread Vladimir Medvedkin
Hi Bruce, 2015-06-29 15:40 GMT+03:00 Bruce Richardson : > On Fri, Jun 19, 2015 at 01:31:13PM -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 comp

[dpdk-dev] [PATCH v5] Add toeplitz hash algorithm used by RSS

2015-06-30 Thread Bruce Richardson
On Tue, Jun 30, 2015 at 03:14:55PM +0300, Vladimir Medvedkin wrote: > Hi Bruce, > > 2015-06-29 15:40 GMT+03:00 Bruce Richardson : > > > On Fri, Jun 19, 2015 at 01:31:13PM -0400, Vladimir Medvedkin wrote: > > > Software implementation of the Toeplitz hash function used by RSS. > > > Can be used ei

[dpdk-dev] [PATCH v5] Add toeplitz hash algorithm used by RSS

2015-06-29 Thread Bruce Richardson
On Fri, Jun 19, 2015 at 01:31:13PM -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 decapsulat

[dpdk-dev] [PATCH v5] Add toeplitz hash algorithm used by RSS

2015-06-19 Thread 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). v5 changes - Fix errors reported by checkpatch.pl v4 changes - Fix c