From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52])
 by dpdk.org (Postfix) with ESMTP id A2D282BB5
 for <dev@dpdk.org>; Wed,  8 Jun 2016 16:48:19 +0200 (CEST)
Received: by mail-wm0-f52.google.com with SMTP id k204so20641900wmk.0
 for <dev@dpdk.org>; Wed, 08 Jun 2016 07:48:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=Kz3aHPlWRyUaVtlxXJnA0IjFUp8UqgOVE62WBz4bEvo=;
 b=ERqYIlhmLgkTCJprt80ZzRa752A+fmCyb03dCHGaKxV4UdfOUiWLXrpSUWSzn+amKx
 2C7ljOPMb3j/bCzvzK0frD64xl3x14JtNkZe3p12sD+/ADRkJ19cuVqHl8mhk0eX6+/g
 ZU88c2Zefs4VwJA8yhLXiNNhrYMEuuwtnfsKCgdfM1TN99EUy7dL6tcmbK5bxF/PwNu0
 h+K0slyAb2nA6UfR64W+27P++ohA/4q72+R3mGsJ/uY3bdPZ7tSyEc54reTLnDDSLTSP
 nyVV8N0sSvyOvNHhjUpO30pegRaSfW47j5y4aC05sSYJCztxGNl3AZPt0x3nOyYNmzCF
 Py+Q==
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:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=Kz3aHPlWRyUaVtlxXJnA0IjFUp8UqgOVE62WBz4bEvo=;
 b=BMcDPorophz9YI0EZv3uewzyRAvG//n6TTmkFSboyefdsmPKnfJf5uKs19GbJhRW4q
 HCzC5KLf3qNMRHpADaDH96ccuzh3dO8uKrzmWjzjgZCq2O66TEPwv3BgatfHS+5g55yw
 e1OJmSZv/L23iKx8frMteKmJe0ejnniniBc9N6FLo4pRaDviGyPZo0ZQDJaB11nUMeVp
 c0/4ayK/l+SuTGN/5WAfeEXz4JVA1Ud2nhqtmtiAPmJeV2I1rLiweta1kResImBlWvGL
 qVbFUTbBwSm00GwLVea52uC9nfLWmD7XMhe7VfjRsOEATSoOWUHbmoMBYNoYVEYqUm4/
 ycSQ==
X-Gm-Message-State: ALyK8tLh7ul41qLf2nPyGmlz8WowE4DfdzsFh8idNKYyb0Yu/C3mCiEJV5mAMEXqqGZ7I6aG
X-Received: by 10.194.85.161 with SMTP id i1mr5372022wjz.95.1465397299434;
 Wed, 08 Jun 2016 07:48:19 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id c4sm1864535wjb.38.2016.06.08.07.48.18
 (version=TLSv1/SSLv3 cipher=OTHER);
 Wed, 08 Jun 2016 07:48:18 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jasvinder Singh <jasvinder.singh@intel.com>
Cc: dev@dpdk.org, cristian.dumitrescu@intel.com
Date: Wed, 08 Jun 2016 16:48:17 +0200
Message-ID: <1584327.d0OyI64Pf8@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1464618804-78135-1-git-send-email-jasvinder.singh@intel.com>
References: <1462984560-239866-1-git-send-email-jasvinder.singh@intel.com>
 <1464618804-78135-1-git-send-email-jasvinder.singh@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v4] ip_pipeline: configuration file parser
	cleanup
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: Wed, 08 Jun 2016 14:48:19 -0000

clang compilation fails:
	examples/ip_pipeline/config_parse.c:852:11: error:
	implicit conversion from enumeration type 'enum app_pktq_out_type'
	to different enumeration type 'enum app_pktq_in_type'