> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Thursday, November 05, 2015 10:55 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] bonding: fix enumerated type mixed with > another type > > 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. > > Fixes: 734ce47f71e0 ("bonding: support RSS dynamic configuration") > > Signed-off-by: Tomasz Kulasek <tomaszx.kulasek at intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>