From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH v3] Improve hash unit tests - Cuckoo hash part 2 Date: Thu, 9 Jul 2015 13:19:37 +0100 Message-ID: <1436444378-29106-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1436373007-9711-1-git-send-email-pablo.de.lara.guarch@intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AF9EC5A44 for ; Thu, 9 Jul 2015 14:19:41 +0200 (CEST) Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t69CJceQ018760 for ; Thu, 9 Jul 2015 13:19:38 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t69CJcQN029140 for ; Thu, 9 Jul 2015 13:19:38 +0100 Received: (from pdelarax@localhost) by sivswdev02.ir.intel.com with id t69CJcZI029136 for dev@dpdk.org; Thu, 9 Jul 2015 13:19:38 +0100 In-Reply-To: <1436373007-9711-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 patch improves the unit tests for the hash library, showing more readable results, in preparation for the new hash implementation to show performance differences. Changes in v3: - Increase table utilization in performance unit tests Changes in v2: - Add missing error check - Simplify average table utilization test - Improve outputs - Fix some typos Pablo de Lara (1): test/hash: improve hash unit tests app/test/test_hash.c | 66 +++- app/test/test_hash_perf.c | 927 ++++++++++++++++++++-------------------------- 2 files changed, 462 insertions(+), 531 deletions(-) -- 2.4.2