From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by dpdk.org (Postfix) with ESMTP id A66F2B48D for ; Fri, 13 Feb 2015 16:03:20 +0100 (CET) Received: by mail-we0-f179.google.com with SMTP id u56so17086543wes.10 for ; Fri, 13 Feb 2015 07:03:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=qg8qe38VmqMQZemK8a3kK/B0AyrPgl6ikg2aZLpbqlQ=; b=YHhEdMtXxr5fE/ehB070u3KYJ9XE/OaoT2iuHg+ibq8bSJ7o+0QsUZjrWv8OXIHqwB bccTtlaHIDlTGrMdi01tniC00W022AuAIjIXCe5i5P0OaeBZNahoU/xou5C0tqoXuilG qSa8yaNqMVca8Z2n63JlgQh+1zQr5VfUUpCt+nb7iNHSN00VA0ozUeQEjL2L5yhf9K3b uSPnj0AHyYMPVXN/skZ/1a2d2KWy+iODdp4QP4dOfgXbOIaBfovWug9uyw9rFsT0m4Ev KP1FjvLpaFpLNUIQbIK2K6g6q60pmBYhVPWaMV6pIaTBRkDNPe0ZP+IdNVzTMaHRv4pB Y7bg== X-Gm-Message-State: ALoCoQkQb8Xz+ZezomTWbZOKLXzJs45YsDpClCIcZLsvJyKnSqykkidsnsXa8vFmucFM/6tA6H3H X-Received: by 10.180.81.233 with SMTP id d9mr2814353wiy.5.1423839800422; Fri, 13 Feb 2015 07:03:20 -0800 (PST) Received: from alcyon.dev.6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id e18sm10413605wjz.27.2015.02.13.07.03.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Feb 2015 07:03:19 -0800 (PST) From: David Marchand To: dev@dpdk.org Date: Fri, 13 Feb 2015 16:03:12 +0100 Message-Id: <1423839795-29450-1-git-send-email-david.marchand@6wind.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1420635809-30976-1-git-send-email-david.marchand@6wind.com> References: <1420635809-30976-1-git-send-email-david.marchand@6wind.com> Subject: [dpdk-dev] [PATCH v2 0/3] remove limit on devargs parameters length X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2015 15:03:20 -0000 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 David Marchand (3): devargs: indent and cleanup devargs: remove limit on parameters length app/test: fix devargs tests app/test/test_devargs.c | 6 ++-- app/test/test_pci.c | 2 ++ lib/librte_eal/common/eal_common_devargs.c | 51 ++++++++++++++++----------- lib/librte_eal/common/include/rte_devargs.h | 4 +-- 4 files changed, 38 insertions(+), 25 deletions(-) -- 1.7.10.4