[dpdk-dev] [PATCH v3 0/2] Multi-process support in hash library

Pablo de Lara pablo.de.lara.guarch at intel.com
Fri Apr 1 17:03:47 CEST 2016


This patchset fixes the hash library to support multi-process.

It also replaces several RTE_ARCH_* with RTE_ARCH_X86, for simplicity.

Changes in v3:
- Added new #ifdefs, to fix ARMv7 compilation
- Replaced RTE_ARCH_* for X86 macros

Changes in v2:
- Added missing const
- Added extra info in documentation

Pablo de Lara (2):
  hash: use RTE_ARCH_X86 macro for X86 systems
  hash: fix to support multi process

 doc/guides/prog_guide/hash_lib.rst     |   8 +++
 doc/guides/rel_notes/release_16_04.rst |   8 +++
 lib/librte_hash/rte_cuckoo_hash.c      | 112 ++++++++++++++++++++++++++-------
 3 files changed, 106 insertions(+), 22 deletions(-)

-- 
2.5.5



More information about the dev mailing list