From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 99A84C320 for ; Thu, 9 Jul 2015 18:54:33 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 09 Jul 2015 09:54:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,441,1432623600"; d="scan'208";a="761368037" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 09 Jul 2015 09:54:31 -0700 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 t69GsVnQ016257 for ; Thu, 9 Jul 2015 17:54:31 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t69GsUoh030056 for ; Thu, 9 Jul 2015 17:54:30 +0100 Received: (from pdelarax@localhost) by sivswdev02.ir.intel.com with id t69GsUdh030052 for dev@dpdk.org; Thu, 9 Jul 2015 17:54:30 +0100 From: Pablo de Lara To: dev@dpdk.org Date: Thu, 9 Jul 2015 17:54:29 +0100 Message-Id: <1436460870-30022-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1436444378-29106-2-git-send-email-pablo.de.lara.guarch@intel.com> References: <1436444378-29106-2-git-send-email-pablo.de.lara.guarch@intel.com> Subject: [dpdk-dev] [PATCH v4] Improve hash unit tests - Cuckoo hash part 2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2015 16:54:34 -0000 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 v4: - Reduce test time, by reducing number of added keys/iterations, as test was taking too long. - Reduce number of dots indicating progress (there were too many) - Add additional information in commit message. 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 | 923 ++++++++++++++++++++-------------------------- 2 files changed, 458 insertions(+), 531 deletions(-) -- 2.4.2