From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allain Legacy Subject: [PATCH 0/5] librte_cfgfile enhancement Date: Thu, 2 Mar 2017 14:29:26 -0500 Message-ID: <1488482971-170522-1-git-send-email-allain.legacy@windriver.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , To: , 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) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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