From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id EEBAD8D88 for ; Fri, 4 Sep 2015 11:05:46 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 04 Sep 2015 02:05:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,468,1437462000"; d="scan'208";a="762182688" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 04 Sep 2015 02:05:44 -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 t8495hb0007435; Fri, 4 Sep 2015 10:05:43 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t8495hme009856; Fri, 4 Sep 2015 10:05:43 +0100 Received: (from pdelarax@localhost) by sivswdev02.ir.intel.com with id t8495hgc009852; Fri, 4 Sep 2015 10:05:43 +0100 From: Pablo de Lara To: dev@dpdk.org Date: Fri, 4 Sep 2015 10:05:39 +0100 Message-Id: <1441357542-9820-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 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 09:05:47 -0000 This patchset is to remove all deprecated macros and functions from the hash library, as well as to modify the unit tests and ENIC driver that were using them. Pablo de Lara (3): hash: use max key length as internal macro instead of deprecated one enic: use appropriate key length in hash table hash: remove deprecated functions and macros 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 | 3 +++ drivers/net/enic/enic_clsf.c | 4 ++-- lib/librte_hash/rte_hash.h | 6 ------ lib/librte_hash/rte_jhash.h | 15 ++------------- 8 files changed, 14 insertions(+), 32 deletions(-) -- 2.4.2