From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jasvinder Singh Subject: [PATCH v3 0/6] librte_table: add key_mask parameter to hash table parameter structure Date: Wed, 21 Oct 2015 13:18:00 +0100 Message-ID: <1445429886-599-1-git-send-email-jasvinder.singh@intel.com> References: <1444744652-573-1-git-send-email-jasvinder.singh@intel.com> To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E056095A2 for ; Wed, 21 Oct 2015 14:51:23 +0200 (CEST) In-Reply-To: <1444744652-573-1-git-send-email-jasvinder.singh@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 patchset links to ABI change announced for librte_table. The 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. v2: *updated release note v3: *merged release note with source code patch *fixed build error: added missing symbol to librte_table/rte_table_version.map Acked-by: Cristian Dumitrescu Fan Zhang (6): 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: add key_mask parameter to 8- and 16-bytes key hash parameters app/test-pipeline/pipeline_hash.c | 4 + app/test/test_table_combined.c | 5 +- app/test/test_table_tables.c | 6 +- doc/guides/rel_notes/deprecation.rst | 4 - doc/guides/rel_notes/release_2_2.rst | 4 + examples/ip_pipeline/config_parse.c | 70 ++++ examples/ip_pipeline/pipeline.h | 4 + .../pipeline/pipeline_flow_classification_be.c | 56 ++- 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 ++- lib/librte_table/rte_table_version.map | 7 + 12 files changed, 614 insertions(+), 31 deletions(-) -- 2.1.0