From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] librte_cfgfile (rte_cfgfile.h): modify the macros values Date: Thu, 03 Sep 2015 16:33:38 +0200 Message-ID: <1674595.qiqbKFOgvU@xps13> References: <1441289108-4501-1-git-send-email-jasvinder.singh@intel.com> <1441289888-7035-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-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 7AD9B3784 for ; Thu, 3 Sep 2015 16:34:48 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so54613260wic.0 for ; Thu, 03 Sep 2015 07:34:48 -0700 (PDT) In-Reply-To: <1441289888-7035-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-03 15:18, 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. Please wrap the commit message. CFG_NAME_VAL should be CFG_VALUE_LEN. The title should start with "cfgfile:". Instead of talking about macros changes, saying "increase maximum" would give more clue about the goal of the change. > Signed-off-by: Jasvinder Singh > --- > doc/guides/rel_notes/deprecation.rst | 4 ---- > lib/librte_cfgfile/Makefile | 2 +- > lib/librte_cfgfile/rte_cfgfile.h | 9 +++++++-- > 3 files changed, 8 insertions(+), 7 deletions(-) You have forgotten to update doc/guides/rel_notes/release_2_2.rst.