bonding: fix build with icc
authorTomasz Kulasek <tomaszx.kulasek@intel.com>
Thu, 5 Nov 2015 10:55:07 +0000 (11:55 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 11 Nov 2015 23:22:26 +0000 (00:22 +0100)
commit6b6a94ee17d246a0078cc83257f522d0a6db5409
treefc0d1142dc2ec9af0af1ed4fb109360f8ea68f0b
parent71f39b07b6856c5f7d1c1aae8e9e5866d2a9a974
bonding: fix build with icc

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@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
drivers/net/bonding/rte_eth_bond_pmd.c