[dpdk-dev] [PATCH v10 00/25] Introducing rte_driver/rte_device generalization

2016-09-17 Thread Shreyansh Jain
Hi David, > -Original Message- > From: David Marchand [mailto:david.marchand at 6wind.com] > Sent: Friday, September 16, 2016 7:52 PM > To: Shreyansh Jain ; Thomas Monjalon > ; Jan Viktorin > Subject: Re: [PATCH v10 00/25] Introducing rte_driver/rte_device > generalization > > Commenting

[dpdk-dev] [PATCH] hash: Correctly set the compare function.

2016-09-17 Thread Masoud Hasanifard
Set cmp_jump_table_idx to KEY_CUSTOM in rte_hash_cmp_eq so that the custom function we are setting in rte_hash_set_cmp_func properly works. The custom function is only called by rte_hash_cmp_eq if cmp_jump_table_idx is set to KEY_CUSTOM. --- lib/librte_hash/rte_cuckoo_hash.c | 1 + 1 file changed,

[dpdk-dev] [PATCH v3] doc/guides: add info on how to enable QAT

2016-09-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Jain, Deepak K > Sent: Tuesday, September 13, 2016 7:09 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Breen, Eoin; Jain, Deepak K > Subject: [PATCH v3] doc/guides: add info on how to enable QAT > > From: Eoin Breen > > Signed-off-by: Eoin Breen > S

[dpdk-dev] [PATCH] doc/guides: fix name of algorithm

2016-09-17 Thread De Lara Guarch, Pablo
Hi Deepak, > -Original Message- > From: Jain, Deepak K > Sent: Tuesday, September 13, 2016 4:06 AM > To: dev at dpdk.org > Cc: Mcnamara, John; De Lara Guarch, Pablo; Jain, Deepak K > Subject: [PATCH] doc/guides: fix name of algorithm > > Update documentation with correct names of algorith

[dpdk-dev] [PATCH v2] doc: add limitations for i40e PMD

2016-09-17 Thread Jingjing Wu
This patch adds "Limitations or Known issues" section for i40e PMD, including two items: 1. MPLS packet classification on X710/XL710 2. 16 Byte Descriptor cannot be used on DPDK VF Signed-off-by: Jingjing Wu --- v2 changes: fix typo. doc/guides/nics/i40e.rst | 33 ++

[dpdk-dev] [PATCH v3 1/3] app/test: cleanup of test code for kasumi

2016-09-17 Thread De Lara Guarch, Pablo
Hi Deepak, > -Original Message- > From: Jain, Deepak K > Sent: Thursday, September 15, 2016 3:04 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Jain, Deepak K > Subject: [PATCH v3 1/3] app/test: cleanup of test code for kasumi > > Cleanup for easier kasumi enabling. > Changed name