From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 75FDD2BA9 for ; Wed, 29 Jun 2016 11:53:23 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 29 Jun 2016 02:53:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,546,1459839600"; d="scan'208";a="1011898337" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.81]) by fmsmga002.fm.intel.com with SMTP; 29 Jun 2016 02:53:20 -0700 Received: by (sSMTP sendmail emulation); Wed, 29 Jun 2016 10:53:19 +0025 Date: Wed, 29 Jun 2016 10:53:19 +0100 From: Bruce Richardson To: Rasesh Mody Cc: Ferruh Yigit , "dev@dpdk.org" , Harish Patil , Sony Chacko Message-ID: <20160629095319.GC4720@bricha3-MOBL3> References: <1465814839-31304-1-git-send-email-ferruh.yigit@intel.com> <1467043353-22776-1-git-send-email-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] bnx2x: fix icc compilation error X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 09:53:23 -0000 On Mon, Jun 27, 2016 at 11:21:45PM +0000, Rasesh Mody wrote: > > From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] > > Sent: Monday, June 27, 2016 9:03 AM > > > > Fix icc warning: > > error #188: enumerated type mixed with another type > > > > Fixed the code for simple cases caused the warning. > > Still need to disable compiler warning because of more complex case. > > > > Signed-off-by: Ferruh Yigit > > Acked-by: Rasesh Mody > > Thanks Ferruh! Applied to dpdk-next-net/rel_16_07 /Bruce