From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] remove limit on devargs parameters length Date: Wed, 18 Feb 2015 13:44:32 +0100 Message-ID: <1613668.yGLTTCiIDO@xps13> References: <1420635809-30976-1-git-send-email-david.marchand@6wind.com> <1423839795-29450-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: In-Reply-To: <1423839795-29450-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-02-13 16:03, David Marchand: > Here is a little patchset that removes the limit on the devargs parameters > length. Previously, arguments specified by user would be stored in a static > buffer, while there is no particular reason why we should have such a > constraint, afaik. > > Changes since v1: > - fix devargs tests (problem reported by Thomas) > > David Marchand (3): > devargs: indent and cleanup > devargs: remove limit on parameters length > app/test: fix devargs tests Acked-by: Thomas Monjalon Applied, thanks