From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7772F5A3E for ; Wed, 8 Jul 2015 15:12:11 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 08 Jul 2015 06:12:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,431,1432623600"; d="scan'208";a="520796814" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 08 Jul 2015 06:12:07 -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 t68DC6hW030976 for ; Wed, 8 Jul 2015 14:12:07 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t68DC6Gp022212 for ; Wed, 8 Jul 2015 14:12:06 +0100 Received: (from pdelarax@localhost) by sivswdev02.ir.intel.com with id t68DC67R022208 for dev@dpdk.org; Wed, 8 Jul 2015 14:12:06 +0100 From: Pablo de Lara To: dev@dpdk.org Date: Wed, 8 Jul 2015 14:12:05 +0100 Message-Id: <1436361126-22178-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] 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: Wed, 08 Jul 2015 13:12:12 -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. Pablo de Lara (1): test/hash: improve hash unit tests app/test/test_hash.c | 61 ++++ app/test/test_hash_perf.c | 906 +++++++++++++++++++--------------------------- 2 files changed, 439 insertions(+), 528 deletions(-) -- 2.4.2