From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yipeng Wang Subject: [PATCH v1 0/3] Improvements over rte hash and tests Date: Wed, 10 Oct 2018 14:48:02 -0700 Message-ID: <1539208085-30756-1-git-send-email-yipeng1.wang@intel.com> Cc: stephen@networkplumber.org, dev@dpdk.org, yipeng1.wang@intel.com, honnappa.nagarahalli@arm.com, sameh.gobriel@intel.com To: bruce.richardson@intel.com Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id AEBDE1B183 for ; Thu, 11 Oct 2018 06:52:57 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch set depends on another rte hash patch set: http://patchwork.dpdk.org/cover/46106/ This patch set includes three commits to improve rte_hash and its unit tests. 1. Remove unnecessary pause code in rte_reset function. 2 and 3. Improve the unit test. Signed-off-by: Yipeng Wang Yipeng Wang (3): hash: fix unnecessary pause test/hash: change multiwriter test to use jhash test/hash: add readwrite test for ext table lib/librte_hash/rte_cuckoo_hash.c | 6 ++-- test/test/test_hash_multiwriter.c | 15 ++++++--- test/test/test_hash_readwrite.c | 70 ++++++++++++++++++++++++++++++++------- 3 files changed, 71 insertions(+), 20 deletions(-) -- 2.7.4