From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <nelio.laranjeiro@6wind.com>
Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46])
 by dpdk.org (Postfix) with ESMTP id 3B8EC8E65
 for <dev@dpdk.org>; Tue, 12 Jan 2016 11:49:44 +0100 (CET)
Received: by mail-wm0-f46.google.com with SMTP id u188so250227563wmu.1
 for <dev@dpdk.org>; Tue, 12 Jan 2016 02:49:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:in-reply-to:references;
 bh=MQoK1MYT1hoITgwLh4zB9hc2SHg52N713PONE6sxj2Q=;
 b=fcC6Bqo8Q/6IGsdvoIWsttjpnxIqLUVFC7C9pu1qA2y6fYlJHES46fXKqR6N1xHxDm
 4Q6qcW6YQKmBMB7o7BsR9Dj3FQD5I4wIqaveIEn8HIe0Aya4EKfVxp9gpWMh0fI9Xzwh
 M2F7B+RzSXzNExPk3Q2kEGfDLEFXwvActriAPY5Lm1gtlgIXF5aZ5ZA8VzxcgykzUDUF
 K/GqdpBEioeqz/gtss4Rsm9VfiI6XdGq97bUej3KBH/TXVqIDldKiiKzpKS0gaT2kzcy
 S2Ot7qL1ZK/QzgMiMUgPUkx6e4E5NXyCX+RzWy1dBet1fH51QfESoq5Z7hnn3chMHkUZ
 4isw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
 :references;
 bh=MQoK1MYT1hoITgwLh4zB9hc2SHg52N713PONE6sxj2Q=;
 b=Zo5a3HdxRZvOpkjqsP4zk/gD9sv5a42v12mpgWSDNYiqr8nnC8xikvqNVOtpqDvvhu
 1gK/I13aUTRDBIEz1K+zjheDQyUPr8uzFxmDN6Uw4CqNub27671GBY5ONa50UFSID2V4
 /1bX3IeQNXyVRfmhDmzh/b1aROv8NMfPZmkapdMM/BM29gY500KPHvVXdZHi68RpNTMl
 I1004xJoYXuVjWv2Qcdr/tqRrT2mDpFZTrB50Ecb7HFT08xGeIUMvFv3iCHnId7wc4he
 y8O+vYoAm4VAcZYuFVhoEhGvGTLIHi8pvft2wjX9PldUsuQ/lreTT03FYJ36ZuKSa96x
 JS4w==
X-Gm-Message-State: ALoCoQkbTJIRvXpCfwpWGVNEjZYzLh3uYgdvoAnN795wR6/OoxPGnM+xmdujJqR0Wh0kS3YmqWO6S11hbC9eOxxGd/VSzqhZxg==
X-Received: by 10.28.50.193 with SMTP id y184mr9014542wmy.103.1452595784014;
 Tue, 12 Jan 2016 02:49:44 -0800 (PST)
Received: from ping.vm.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net.
 [82.239.227.177])
 by smtp.gmail.com with ESMTPSA id v191sm15884657wme.1.2016.01.12.02.49.42
 (version=TLSv1/SSLv3 cipher=OTHER);
 Tue, 12 Jan 2016 02:49:43 -0800 (PST)
From: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
To: dev@dpdk.org
Date: Tue, 12 Jan 2016 11:49:07 +0100
Message-Id: <1452595749-11297-2-git-send-email-nelio.laranjeiro@6wind.com>
X-Mailer: git-send-email 2.1.4
In-Reply-To: <1452595749-11297-1-git-send-email-nelio.laranjeiro@6wind.com>
References: <1452090774-10650-1-git-send-email-nelio.laranjeiro@6wind.com>
 <1452595749-11297-1-git-send-email-nelio.laranjeiro@6wind.com>
Subject: [dpdk-dev] [PATCH v2 1/3] cmdline: increase command line buffer
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 12 Jan 2016 10:49:44 -0000

Allow long command lines in testpmd (like flow director with IPv6, ...).

Signed-off-by: John McNamara <john.mcnamara@intel.com>
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
---
 doc/guides/rel_notes/deprecation.rst | 5 -----
 lib/librte_cmdline/cmdline_rdline.h  | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index e94d4a2..9cb288c 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -44,8 +44,3 @@ Deprecation Notices
   and table action handlers will be updated:
   the pipeline parameter will be added, the packets mask parameter will be
   either removed (for input port action handler) or made input-only.
-
-* ABI changes are planned in cmdline buffer size to allow the use of long
-  commands (such as RETA update in testpmd).  This should impact
-  CMDLINE_PARSE_RESULT_BUFSIZE, STR_TOKEN_SIZE and RDLINE_BUF_SIZE.
-  It should be integrated in release 2.3.
diff --git a/lib/librte_cmdline/cmdline_rdline.h b/lib/librte_cmdline/cmdline_rdline.h
index b9aad9b..72e2dad 100644
--- a/lib/librte_cmdline/cmdline_rdline.h
+++ b/lib/librte_cmdline/cmdline_rdline.h
@@ -93,7 +93,7 @@ extern "C" {
 #endif
 
 /* configuration */
-#define RDLINE_BUF_SIZE 256
+#define RDLINE_BUF_SIZE 512
 #define RDLINE_PROMPT_SIZE  32
 #define RDLINE_VT100_BUF_SIZE  8
 #define RDLINE_HISTORY_BUF_SIZE BUFSIZ
-- 
2.1.4