From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BCB2F5A58 for ; Thu, 5 Nov 2015 14:20:11 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 05 Nov 2015 05:20:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,247,1444719600"; d="scan'208";a="843797586" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga002.fm.intel.com with ESMTP; 05 Nov 2015 05:20:09 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.138]) by IRSMSX154.ger.corp.intel.com ([169.254.12.252]) with mapi id 14.03.0248.002; Thu, 5 Nov 2015 13:20:09 +0000 From: "De Lara Guarch, Pablo" To: "Kulasek, TomaszX" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] bonding: fix enumerated type mixed with another type Thread-Index: AQHRF7i3zy/L4y6tOU+5hlFh8c4mH56Nadmg Date: Thu, 5 Nov 2015 13:20:08 +0000 Message-ID: References: <1446720907-6656-1-git-send-email-tomaszx.kulasek@intel.com> In-Reply-To: <1446720907-6656-1-git-send-email-tomaszx.kulasek@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] bonding: fix enumerated type mixed with another type 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: Thu, 05 Nov 2015 13:20:12 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Thursday, November 05, 2015 10:55 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] bonding: fix enumerated type mixed with > another type >=20 > ICC complains about enumerated types being mixed in link bonding driver, > as ETH_MQ_RX_RSS is an enum type of mq_mode and not a bitmask as it > was > being treated. >=20 > Fixes: 734ce47f71e0 ("bonding: support RSS dynamic configuration") >=20 > Signed-off-by: Tomasz Kulasek Acked-by: Pablo de Lara