From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43])
 by dpdk.org (Postfix) with ESMTP id 905E3C640
 for <dev@dpdk.org>; Thu, 18 Jun 2015 14:45:15 +0200 (CEST)
Received: by wgez8 with SMTP id z8so62772624wge.0
 for <dev@dpdk.org>; Thu, 18 Jun 2015 05:45:15 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=YVHhKHzwk5q3KtvUalEpmipPLivCHLovAocSix2K/4g=;
 b=G6MdHHtyjijGHijcwuqXKRgIiOuny737gNi1pm21aOCXcohGjl5RJosNktKzlPNpGr
 +KP/pcvhDKJNBPdcaJffcbxILkz3GVPT/wbnJkBocWRE33jXblVMBmQL7wlmBSRifvTJ
 KKW/oelPPL7ulvDLiyZYRNx+1Adhf/lUhC021iVYYlR8IQ3xEgeflu9GntZRbuX165HM
 tCozqMymji11FewGNoU+DteG5qNrwMc8x6cMyTEPJg5pVmESn6aX4f/M069x8+QxRGiP
 z/Uw7Rco6dsi9+BFzzOn9D5BSS6J6IT6nRFh3/47vtfCprpbExBtGTkob++APp/U6u2H
 pSPg==
X-Gm-Message-State: ALoCoQmx7BuY0SfUmYX07FcvZaCe9iJTjlSeGpnSCIHx+wb/nqSSZP3gP1DDEbLrQX6D4IM/pmw5
X-Received: by 10.180.86.73 with SMTP id n9mr62905579wiz.78.1434631515463;
 Thu, 18 Jun 2015 05:45:15 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id s8sm7900221wik.5.2015.06.18.05.45.14
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 18 Jun 2015 05:45:14 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Date: Thu, 18 Jun 2015 14:44:13 +0200
Message-ID: <1866746.rYRfgnsu5l@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <1434552528-3576-1-git-send-email-maciejx.t.gajdzica@intel.com>
References: <1434552528-3576-1-git-send-email-maciejx.t.gajdzica@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 0/6] cfgfile: config file parsing 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: Thu, 18 Jun 2015 12:45:15 -0000

2015-06-17 16:48, Maciej Gajdzica:
> Added new implementation of section parsing in config file. Refactore=
d
> existing code by spliting it to smaller functions. Changed section
> allocation scheme and added new features  - variable length entry val=
ue
> and line continue character '\'.
>=20
> Pawel Wodkowski (6):
>   librte_cfgfile: fix code formating in header file
>   librte_compat: fix macro definition
>   cfgfile: split rte_cfgfile_load to smaller functions
>   cfgfile: added line continue character '\' to make multiline values=
 =20
>       possible
>   cfgfile: fixed calling free for each section in rte_cfgfile_close
>   cfgfile: added new implementation of section parsing

The shared library cannot link:
=09syntax error in VERSION script

>  lib/librte_cfgfile/Makefile                |    2 +-
>  lib/librte_cfgfile/rte_cfgfile.c           |  793 ++++++++++++++++++=
+++-------
>  lib/librte_cfgfile/rte_cfgfile.h           |   52 +-
>  lib/librte_cfgfile/rte_cfgfile_version.map |    8 +
>  lib/librte_compat/rte_compat.h             |    8 +-
>  5 files changed, 653 insertions(+), 210 deletions(-)

You forgot to update the example qos_sched (as previously noted):
=09examples/qos_sched/cfg_file.c:485:47: error:
=09passing argument 3 of =E2=80=98rte_cfgfile_section_entries=E2=80=99 =
from incompatible pointer type