From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: [PATCH 0/2] remove limit on devargs parameters length Date: Wed, 7 Jan 2015 14:03:27 +0100 Message-ID: <1420635809-30976-1-git-send-email-david.marchand@6wind.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: 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" 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. -- David Marchand David Marchand (2): devargs: indent and cleanup devargs: remove limit on parameters length lib/librte_eal/common/eal_common_devargs.c | 51 ++++++++++++++++----------- lib/librte_eal/common/include/rte_devargs.h | 4 +-- 2 files changed, 32 insertions(+), 23 deletions(-) -- 1.7.10.4