From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] ABI change for RETA, cmdline Date: Thu, 03 Mar 2016 20:39:54 +0100 Message-ID: <1568752.stjpku9O6S@xps13> References: <1452090774-10650-1-git-send-email-nelio.laranjeiro@6wind.com> <1452595749-11297-1-git-send-email-nelio.laranjeiro@6wind.com> <20160303151637.GW27079@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Nelio Laranjeiro Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id E43B02BC9 for ; Thu, 3 Mar 2016 20:41:31 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id l68so5056843wml.0 for ; Thu, 03 Mar 2016 11:41:31 -0800 (PST) In-Reply-To: <20160303151637.GW27079@6wind.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-03 16:16, Adrien Mazarguil: > On Tue, Jan 12, 2016 at 11:49:06AM +0100, Nelio Laranjeiro wrote: > > Previous version of commit > > "cmdline: increase command line buffer", had side effects and was breaking > > some commands. > > > > In this version, I only applied John McNamara's solution which consists in > > increasing only RDLINE_BUF_SIZE define from 256 to 512 bytes [1]. > > > > [1] http://dpdk.org/ml/archives/dev/2015-November/027643.html > > Acked-by: Adrien Mazarguil Applied, thanks