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 CEE148D93 for ; Sat, 26 Sep 2015 00:33:17 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 25 Sep 2015 15:33:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,588,1437462000"; d="scan'208";a="813152845" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 25 Sep 2015 15:33:16 -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 t8PMXFPT015189; Fri, 25 Sep 2015 23:33:15 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t8PMXFaU013647; Fri, 25 Sep 2015 23:33:15 +0100 Received: (from fanzhan2@localhost) by sivswdev02.ir.intel.com with id t8PMXFYL013642; Fri, 25 Sep 2015 23:33:15 +0100 From: roy.fan.zhang@intel.com To: dev@dpdk.org Date: Fri, 25 Sep 2015 23:33:04 +0100 Message-Id: <1443220392-13434-1-git-send-email-roy.fan.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/8] librte_table: add key_mask parameter to 8-byte key 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: Fri, 25 Sep 2015 22:33:18 -0000 From: Fan Zhang This patchset links to ABI change announced for librte_table. Key_mask parameters has been added to the hash table parameter structure for 8-byte key and 16-byte key extendible bucket and LRU tables. Fan Zhang (8): librte_table: add key_mask parameter to 8-byte key hash parameters librte_table: add key_mask parameter to 16-byte key hash parameters librte_table: add 16 byte hash table operations with computed lookup app/test: modify app/test_table_combined and app/test_table_tables app/test-pipeline: modify pipeline test example/ip_pipeline: add parse_hex_string for internal use example/ip_pipeline/pipeline: update flow_classification pipeline librte_table: modify release notes and deprecation notice app/test-pipeline/pipeline_hash.c | 4 + app/test/test_table_combined.c | 4 + app/test/test_table_tables.c | 6 +- doc/guides/rel_notes/deprecation.rst | 3 - doc/guides/rel_notes/release_2_2.rst | 5 +- examples/ip_pipeline/config_parse.c | 70 ++++ examples/ip_pipeline/pipeline.h | 4 + .../pipeline/pipeline_flow_classification_be.c | 56 ++- lib/librte_table/Makefile | 2 +- lib/librte_table/rte_table_hash.h | 20 + lib/librte_table/rte_table_hash_key16.c | 411 ++++++++++++++++++++- lib/librte_table/rte_table_hash_key8.c | 54 ++- 12 files changed, 608 insertions(+), 31 deletions(-) -- 2.1.0