From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] lpm: extended ipv4 next_hop field Date: Wed, 09 Mar 2016 14:39:42 +0100 Message-ID: <1795489.AY1Ggyuula@xps13> References: <1457470323-26368-1-git-send-email-michalx.kobylinski@intel.com> <1457527219-10756-1-git-send-email-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michal Jastrzebski Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id AFBD72BA9 for ; Wed, 9 Mar 2016 14:41:22 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id l68so193089978wml.0 for ; Wed, 09 Mar 2016 05:41:22 -0800 (PST) In-Reply-To: <1457527219-10756-1-git-send-email-michalx.k.jastrzebski@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" 2016-03-09 13:40, Michal Jastrzebski: > - librte_lpm.so.2 > + +librte_lpm.so.3 [...] > -LIBABIVER := 2 > +LIBABIVER := 3 The LIBABIVER should be updated only when removing some symbols. Here the ABI compatibility is preserved. > int > rte_lpm_is_rule_present(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, > -uint8_t *next_hop); > +uint32_t *next_hop); The indent may be fixed here.