From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH 1/2] doc: announce ABI change for cmdline buffer size Date: Mon, 9 Nov 2015 17:48:19 +0100 Message-ID: <1447087700-20921-1-git-send-email-nelio.laranjeiro@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id A96E5559C for ; Mon, 9 Nov 2015 17:48:53 +0100 (CET) Received: by wmec201 with SMTP id c201so78638915wme.1 for ; Mon, 09 Nov 2015 08:48:53 -0800 (PST) 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" Current buffer size are not enough for a few testpmd commands. Signed-off-by: Nelio Laranjeiro --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 730c3b7..c75b4b4 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -47,3 +47,8 @@ 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. -- 2.1.4