From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] ip_pipeline: configuration file parser cleanup Date: Wed, 08 Jun 2016 16:48:17 +0200 Message-ID: <1584327.d0OyI64Pf8@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com To: Jasvinder Singh Return-path: 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 ; Wed, 8 Jun 2016 16:48:19 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id k204so20641900wmk.0 for ; Wed, 08 Jun 2016 07:48:19 -0700 (PDT) In-Reply-To: <1464618804-78135-1-git-send-email-jasvinder.singh@intel.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" 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'