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

2015-07-29 Thread Vladimir Medvedkin
lu.bjg/git/dpdk.org/tile-tilegx-linuxapp-gcc/include/rte_thash.h:158: > warning: unused parameter 'targ' > make[3]: *** [test_thash.o] Error 1 > make[2]: *** [test] Error 2 > make[1]: *** [app] Error 2 > make: *** [all] Error 2 > > Thanks > -Zhigang Lu >

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

2015-07-29 Thread Qiu, Michael
*** [test] Error 2 make[1]: *** [app] Error 2 make: *** [all] Error 2 Thanks -Zhigang Lu -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Vladimir Medvedkin Sent: Wednesday, July 01, 2015 7:40 AM To: dev at dpdk.org<mailto:dev at dpdk.org> Subject: [dpdk-de

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

2015-07-27 Thread Vladimir Medvedkin
ed parameter 'targ' > make[3]: *** [test_thash.o] Error 1 > make[2]: *** [test] Error 2 > make[1]: *** [app] Error 2 > make: *** [all] Error 2 > > Thanks > -Zhigang Lu > > >-Original Message- > >From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of

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

2015-07-22 Thread Tony Lu
*** [test] Error 2 make[1]: *** [app] Error 2 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-01 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 NI

[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 decapsulat

[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 function