From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] testpmd: fix enumerated type mixed with another type Date: Tue, 22 Mar 2016 18:09:45 +0100 Message-ID: <7145876.7tX6quSNeA@xps13> References: <1458658329-6552-1-git-send-email-tomaszx.kulasek@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Tomasz Kulasek Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id F0AB02C1A for ; Tue, 22 Mar 2016 18:11:25 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id l68so162680023wml.0 for ; Tue, 22 Mar 2016 10:11:25 -0700 (PDT) In-Reply-To: <1458658329-6552-1-git-send-email-tomaszx.kulasek@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" 2016-03-22 15:52, Tomasz Kulasek: > This patch fixes error #188: enumerated type mixed with another type, > when uint32_t is casted on enum type in icc. > > Fixes: 05f1b9c82ec2 ("app/testpmd: add commands for L2 tunnel config") > > Signed-off-by: Tomasz Kulasek Applied, thanks