From mboxrd@z Thu Jan 1 00:00:00 1970 From: Panu Matilainen Subject: Re: [PATCH] cfgfile: support looking up sections by index Date: Mon, 18 Jan 2016 14:58:30 +0200 Message-ID: <569CE176.40300@redhat.com> References: <1453003104-19107-1-git-send-email-rlane@bigswitch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Rich Lane , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 03D208D8F for ; Mon, 18 Jan 2016 13:58:33 +0100 (CET) In-Reply-To: <1453003104-19107-1-git-send-email-rlane@bigswitch.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 01/17/2016 05:58 AM, Rich Lane wrote: > This is useful when sections have duplicate names. > > Signed-off-by: Rich Lane > --- > lib/librte_cfgfile/rte_cfgfile.c | 16 ++++++++++++++++ > lib/librte_cfgfile/rte_cfgfile.h | 23 +++++++++++++++++++++++ > 2 files changed, 39 insertions(+) > This is missing the corresponding entry to lib/librte_cfgfile/rte_cfgfile_version.map - Panu -