[dpdk-dev] [PATCH] bonding: fix enumerated type mixed with another type

2015-11-12 Thread Thomas Monjalon
> > 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 > > Ac

[dpdk-dev] [PATCH] bonding: fix enumerated type mixed with another type

2015-11-05 Thread De Lara Guarch, Pablo
> -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 complain

[dpdk-dev] [PATCH] bonding: fix enumerated type mixed with another type

2015-11-05 Thread Tomasz Kulasek
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 --- drivers/net/bonding/rte_eth_bond_p