From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] clean deprecated code in hash library Date: Mon, 07 Sep 2015 15:28:25 +0200 Message-ID: <3631940.UrfJILElQT@xps13> References: <1441357542-9820-1-git-send-email-pablo.de.lara.guarch@intel.com> <1441375000-11716-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: pablo.de.lara.guarch@intel.com Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 00E6A5955 for ; Mon, 7 Sep 2015 15:29:35 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so84344739wic.1 for ; Mon, 07 Sep 2015 06:29:34 -0700 (PDT) In-Reply-To: <1441375000-11716-1-git-send-email-thomas.monjalon@6wind.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" 2015-09-04 15:56, Thomas Monjalon: > 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 Applied, thanks