From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1190158D8 for ; Thu, 22 Sep 2016 12:04:52 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 22 Sep 2016 03:04:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,378,1470726000"; d="scan'208";a="171872880" Received: from ubuntu.ch.intel.com ([10.2.63.184]) by fmsmga004.fm.intel.com with ESMTP; 22 Sep 2016 03:04:51 -0700 From: Sankar Chokkalingam To: dev@dpdk.org Cc: cristian.dumitrescu@intel.com, jasvinder.singh@intel.com, sankarx.chokkalingam@intel.com, Guruprasad Rao Date: Thu, 22 Sep 2016 03:12:04 -0700 Message-Id: <1474539127-232221-1-git-send-email-sankarx.chokkalingam@intel.com> X-Mailer: git-send-email 2.5.0 Subject: [dpdk-dev] [PATCH 0/3] changes for enabling cuckoo hash into table library 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, 22 Sep 2016 10:04:53 -0000 From: Guruprasad Rao Guruprasad Rao (3): lib/librte_table: enabling cuckoo hash into table library app/test-pipeline: added cuckoo hash for benchmarking app/test: adding cuckoo hash table for testing app/test-pipeline/config.c | 20 +- app/test-pipeline/main.c | 12 +- app/test-pipeline/main.h | 12 +- app/test-pipeline/pipeline_hash.c | 59 +++++ app/test/test_table_combined.c | 72 +++++- app/test/test_table_combined.h | 3 +- app/test/test_table_tables.c | 167 +++++++++++++- app/test/test_table_tables.h | 3 +- lib/librte_table/Makefile | 4 +- lib/librte_table/rte_table_hash.h | 31 ++- lib/librte_table/rte_table_hash_cuckoo.c | 382 +++++++++++++++++++++++++++++++ lib/librte_table/rte_table_version.map | 7 + 12 files changed, 763 insertions(+), 9 deletions(-) create mode 100644 lib/librte_table/rte_table_hash_cuckoo.c -- 2.5.0