From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <maciejx.t.gajdzica@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id D1A485A57
 for <dev@dpdk.org>; Fri, 29 May 2015 17:30:48 +0200 (CEST)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by orsmga102.jf.intel.com with ESMTP; 29 May 2015 08:30:46 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.13,517,1427785200"; d="scan'208";a="737419333"
Received: from unknown (HELO stargo) ([10.217.248.233])
 by orsmga002.jf.intel.com with SMTP; 29 May 2015 08:30:44 -0700
Received: by stargo (sSMTP sendmail emulation); Fri, 29 May 2015 17:27:02 +0200
From: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
To: dev@dpdk.org
Date: Fri, 29 May 2015 17:26:56 +0200
Message-Id: <1432913219-11589-1-git-send-email-maciejx.t.gajdzica@intel.com>
X-Mailer: git-send-email 1.9.1
Subject: [dpdk-dev] [PATCH 0/3] librte_cfgfile rework and extension
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 29 May 2015 15:30:49 -0000

From: Pawel Wodkowski <pawelx.wodkowski@intel.com>

This patchset provide extension to librte_cfgfile to overcome limit of 64
characters for entry value and add line continue feature.

Pawel Wodkowski (3):
  librte_cfgfile: fix code formating in header file
  librte_compat: fix macro deffinition
  librte_cfgfile: rework

 lib/librte_cfgfile/Makefile                |   2 +-
 lib/librte_cfgfile/rte_cfgfile.c           | 792 ++++++++++++++++++++++-------
 lib/librte_cfgfile/rte_cfgfile.h           |  52 +-
 lib/librte_cfgfile/rte_cfgfile_version.map |   8 +
 lib/librte_compat/rte_compat.h             |   2 +-
 5 files changed, 649 insertions(+), 207 deletions(-)

-- 
1.9.1