From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by dpdk.org (Postfix) with ESMTP id B8DBE2C60 for ; Thu, 2 Mar 2017 20:29:48 +0100 (CET) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id v22JTkcw007618 (version=TLSv1 cipher=AES128-SHA bits=128 verify=OK); Thu, 2 Mar 2017 11:29:47 -0800 Received: from yow-cgts4-lx.wrs.com (128.224.145.137) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 2 Mar 2017 11:29:46 -0800 From: Allain Legacy To: , CC: , Date: Thu, 2 Mar 2017 14:29:26 -0500 Message-ID: <1488482971-170522-1-git-send-email-allain.legacy@windriver.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [128.224.145.137] Subject: [dpdk-dev] [PATCH 0/5] librte_cfgfile enhancement X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 19:29:49 -0000 This patchset includes some minor enhancements that we have developped for our DPDK application. We would like to contribute them upstream to help ease adoption of the DPDK by anyone looking for this type of functionality. The commit logs on each patch should be self-sufficient in explain the intent and purpose. Allain Legacy (4): cfgfile: configurable comment character cfgfile: cfg object not initialized after allocation cfgfile: add support for unamed global section cfgfile: use strnlen to constrain memchr search Joseph Richard (1): cfgfile: increase local buffer size for max name and value config/common_base | 1 + lib/librte_cfgfile/rte_cfgfile.c | 28 +++++++++++++++++++++++----- lib/librte_cfgfile/rte_cfgfile.h | 6 ++++++ 3 files changed, 30 insertions(+), 5 deletions(-) -- 1.8.3.1