[dpdk-dev] DPDK hash function related question

2015-10-13 Thread Dumitrescu, Cristian
ash_func.h from the same > folder. > > Regards, > Cristian > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yeddula, Avinash > > Sent: Tuesday, September 22, 2015 1:34 AM > > To: dev at dpdk.org; Bly, Mike > > Sub

[dpdk-dev] DPDK hash function related question

2015-10-13 Thread De Lara Guarch, Pablo
Hi Avinash, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yeddula, Avinash > Sent: Monday, October 12, 2015 6:03 PM > To: Dumitrescu, Cristian; dev at dpdk.org; Bly, Mike > Subject: Re: [dpdk-dev] DPDK hash function related question >

[dpdk-dev] DPDK hash function related question

2015-10-12 Thread Yeddula, Avinash
ember 22, 2015 1:34 AM > To: dev at dpdk.org; Bly, Mike > Subject: [dpdk-dev] DPDK hash function related question > > Hello All, > > I'm DPDK extensible bucket hash in the rte_table library of packet > framework. My question is related to the actual hash function that

[dpdk-dev] DPDK hash function related question

2015-09-23 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, September 22, 2015 4:41 PM > To: Dumitrescu, Cristian > Cc: dev at dpdk.org; Yeddula, Avinash; Bly, Mike > Subject: Re: [dpdk-dev] DPDK hash function related question >

[dpdk-dev] DPDK hash function related question

2015-09-22 Thread Thomas Monjalon
2015-09-22 10:05, Dumitrescu, Cristian: > Are you using a DPDK release older than 2.1? > In DPDK we moved away from test_hash to CRC-based hashes. > Please take a look at DPDK release 2.1 examples/ip_pipeline application: > in pipeline_flow_classification_be.c, we use CRC-based hash functions >

[dpdk-dev] DPDK hash function related question

2015-09-22 Thread Dumitrescu, Cristian
functions defined in file hash_func.h from the same folder. Regards, Cristian > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yeddula, Avinash > Sent: Tuesday, September 22, 2015 1:34 AM > To: dev at dpdk.org; Bly, Mike > Subject: [dpdk-dev] DPD

[dpdk-dev] DPDK hash function related question

2015-09-21 Thread Yeddula, Avinash
Hello All, I'm DPDK extensible bucket hash in the rte_table library of packet framework. My question is related to the actual hash function that computes the hash signature. All the available examples have initialized it to test_hash. I do not see any hash function available in rte_table