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

2015-07-29 Thread Vladimir Medvedkin
gt; make: *** [all] Error 2 > > Thanks > -Zhigang Lu > > > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org ] On > Behalf Of Vladimir Medvedkin > Sent: Wednesday, July 01, 2015 7:40 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH

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

2015-07-29 Thread Qiu, Michael
:40 AM To: dev at dpdk.org<mailto:dev at dpdk.org> Subject: [dpdk-dev] [PATCH v6] Add toeplitz hash algorithm used by RSS 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

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

2015-07-27 Thread Vladimir Medvedkin
; > >-Original Message----- > >From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Vladimir Medvedkin > >Sent: Wednesday, July 01, 2015 7:40 AM > >To: dev at dpdk.org > >Subject: [dpdk-dev] [PATCH v6] Add toeplitz hash algorithm used by RSS > > > >Software

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

2015-07-22 Thread Tony Lu
>Sent: Wednesday, July 01, 2015 7:40 AM >To: dev at dpdk.org >Subject: [dpdk-dev] [PATCH v6] Add toeplitz hash algorithm used by RSS > >Software implementation of the Toeplitz hash function used by RSS. >Can be used either for packet distribution on single queue NIC or for simula

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

2015-07-02 Thread Thomas Monjalon
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

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

2015-07-01 Thread 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

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

2015-06-30 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). v6 changes - Fix compilation error - Rename some defines and