From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH v3 0/2] Multi-process support in hash library Date: Fri, 1 Apr 2016 16:03:47 +0100 Message-ID: <1459523029-44243-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1459359297-31549-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: bruce.richardson@intel.com, Pablo de Lara To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9063F2BA1 for ; Fri, 1 Apr 2016 17:03:53 +0200 (CEST) In-Reply-To: <1459359297-31549-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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