From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5ACA11B1F7 for ; Wed, 11 Oct 2017 16:40:50 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 11 Oct 2017 07:40:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,361,1503385200"; d="scan'208";a="908932623" Received: from silpixa00382658.ir.intel.com ([10.237.223.29]) by FMSMGA003.fm.intel.com with ESMTP; 11 Oct 2017 07:40:48 -0700 From: Cristian Dumitrescu To: thomas@monjalon.net Cc: dev@dpdk.org Date: Wed, 11 Oct 2017 15:40:47 +0100 Message-Id: <1507732847-100455-1-git-send-email-cristian.dumitrescu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [pull-request] next-pipeline 17.11 pre-rc1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2017 14:40:50 -0000 The following changes since commit d65b3b1668f2037745407c3909c43d85a18692a6: vhost: fix false-positive warning from clang 5 (2017-10-11 13:56:34 +0200) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-pipeline for you to fetch changes up to 5ba29c202060c8edadbc36d8c9c19be24bd95cac: deprecation: removed the librte_table notice (2017-10-11 15:07:45 +0100) ---------------------------------------------------------------- Cristian Dumitrescu (8): initial commit removing startup file Merge branch 'master' of dpdk.org:dpdk-next-pipeline table: add key mask for hash tables test: update due to api changes in librte_table test-pipeline: update due to api changes in librte_table ip_pipeline: update due to api changes in librte_table deprecation: removed the librte_table notice doc/guides/rel_notes/deprecation.rst | 6 - examples/ip_pipeline/pipeline/hash_func.h | 178 +++-- .../pipeline/pipeline_flow_classification.c | 12 +- .../pipeline/pipeline_flow_classification_be.c | 51 +- .../ip_pipeline/pipeline/pipeline_passthrough_be.c | 18 +- .../ip_pipeline/pipeline/pipeline_routing_be.c | 18 +- lib/librte_table/rte_table_hash.h | 306 +-------- lib/librte_table/rte_table_hash_cuckoo.c | 205 +++--- lib/librte_table/rte_table_hash_ext.c | 417 ++++-------- lib/librte_table/rte_table_hash_key16.c | 749 ++++++--------------- lib/librte_table/rte_table_hash_key32.c | 435 +++++++----- lib/librte_table/rte_table_hash_key8.c | 715 ++++++-------------- lib/librte_table/rte_table_hash_lru.c | 513 ++++++-------- lib/librte_table/rte_table_version.map | 23 +- test/test-pipeline/main.h | 5 +- test/test-pipeline/pipeline_hash.c | 107 +-- test/test/test_table.c | 1 + test/test/test_table.h | 3 +- test/test/test_table_combined.c | 140 ++-- test/test/test_table_tables.c | 148 ++-- 20 files changed, 1444 insertions(+), 2606 deletions(-)