From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_cfgfile (rte_cfgfile.h): modify the macros values Date: Wed, 02 Sep 2015 22:47:48 +0200 Message-ID: <1657204.omqYUUIsjU@xps13> References: <1441209184-4271-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh Return-path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 15ADF568C for ; Wed, 2 Sep 2015 22:48:59 +0200 (CEST) Received: by wibz8 with SMTP id z8so78520068wib.1 for ; Wed, 02 Sep 2015 13:48:58 -0700 (PDT) In-Reply-To: <1441209184-4271-1-git-send-email-jasvinder.singh@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" 2015-09-02 16:53, Jasvinder Singh: > This patch refers to the ABI change proposed for librte_cfgfile (rte_cfgfile.h). > In order to allow for longer names and values, the new values of macros CFG_NAME_LEN and CFG_NAME_VAL are set. > > Signed-off-by: Jasvinder Singh > --- > lib/librte_cfgfile/rte_cfgfile.h | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) If the ABI is changed, the LIBABIVER number must be bumped. The release notes must also be updated and the deprecation announce must be removed. Thanks