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

2015-06-29 Thread Bruce Richardson
> > > Sent: Friday, June 19, 2015 3:56 PM > > > To: dev at dpdk.org > > > Subject: [dpdk-dev] [PATCH v4] Add toeplitz hash algorithm used by RSS > > > > > > v4 changes > > > - Fix copyright > > > - rename bswap_mask constant

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

2015-06-19 Thread Vladimir Medvedkin
Hi Bruce, 2015-06-19 18:59 GMT+03:00 Richardson, Bruce : > > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Vladimir Medvedkin > > Sent: Friday, June 19, 2015 3:56 PM > > To: dev at dpdk.org > > Subject: [dp

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

2015-06-19 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Richardson, Bruce > Sent: Friday, June 19, 2015 5:00 PM > To: Vladimir Medvedkin; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4] Add toeplitz hash algorithm used by RSS > > Missing

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

2015-06-19 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Vladimir Medvedkin > Sent: Friday, June 19, 2015 3:56 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v4] Add toeplitz hash algorithm used by RSS > > v4 changes > - Fix copyrig

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

2015-06-19 Thread Vladimir Medvedkin
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 ---