From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 696E88D38 for ; Fri, 4 Sep 2015 15:57:57 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so23620609wic.1 for ; Fri, 04 Sep 2015 06:57:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=C3JiFVP/F0jBy87KoVwC6toI6cTjm7VfhakxwlMOLj8=; b=MeO6CC0/AkDLHxmmEddxGW6zTaFYA8vJ7f0R++5K20HqHQLq2HyGV4NStqbNrmI+wj ZN8D5Nkbj+gUfWpH6TZ8jnYAxGCnzAQjbLDsJFPlEMn4M1yP9u2qX1qRl8uv8CF8j4nq 1Rl/gN8XjlYW8AFnSrK/Fu1rQpY3sQXYC4xnmweLx8iUBumk1X59OFU1NadCBybgNuVK 9YGfxHeAYivaAC35OV08xgKK5c6k89ZwSIZqU4Y1xKUTefncuO04pa4RwM1tPQgV4Rek 9+05WC/8L7MmkwU9qpmM/7tAaqCAJPKJi9xDZh2PmgTmM+3p6YwQ2Uh+GidH9Gbcn+PR RD+w== X-Gm-Message-State: ALoCoQkHsZVoH2s2Jjybn3CiO9OmPwwL6rCHf9ww3d//dhaf9resHhd9+imA2L5sXtnVdCys0sM9 X-Received: by 10.180.231.40 with SMTP id td8mr7697096wic.9.1441375077118; Fri, 04 Sep 2015 06:57:57 -0700 (PDT) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id h6sm4560873wiy.3.2015.09.04.06.57.55 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Sep 2015 06:57:56 -0700 (PDT) From: Thomas Monjalon To: pablo.de.lara.guarch@intel.com Date: Fri, 4 Sep 2015 15:56:37 +0200 Message-Id: <1441375000-11716-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.5.1 In-Reply-To: <1441357542-9820-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1441357542-9820-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v2 0/3] clean deprecated code in hash 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: Fri, 04 Sep 2015 13:57:57 -0000 This patchset removes all deprecated macros and functions from the hash library. Then the DPDK version can be changed to 2.2.0-rc0. Changes in v2: - increment hash library version - merge hash patches - increment DPDK version Pablo de Lara (2): enic: use appropriate key length in hash table hash: remove deprecated function and macros Thomas Monjalon (1): version: 2.2.0-rc0 app/test/test_hash.c | 7 ++++--- app/test/test_hash_functions.c | 4 ++-- app/test/test_hash_perf.c | 2 +- doc/guides/rel_notes/deprecation.rst | 5 ----- doc/guides/rel_notes/release_2_2.rst | 5 ++++- drivers/net/enic/enic_clsf.c | 4 ++-- lib/librte_eal/common/include/rte_version.h | 6 +++--- lib/librte_hash/Makefile | 2 +- lib/librte_hash/rte_hash.h | 6 ------ lib/librte_hash/rte_jhash.h | 15 ++------------- 10 files changed, 19 insertions(+), 37 deletions(-) -- 2.5.1