> > 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>
Applied, thanks