|
@@ -2176,8 +2176,7 @@ static uint be_num_rss_want(struct be_adapter *adapter)
|
|
{
|
|
{
|
|
u32 num = 0;
|
|
u32 num = 0;
|
|
if ((adapter->function_caps & BE_FUNCTION_CAPS_RSS) &&
|
|
if ((adapter->function_caps & BE_FUNCTION_CAPS_RSS) &&
|
|
- !sriov_want(adapter) && be_physfn(adapter) &&
|
|
|
|
- !be_is_mc(adapter)) {
|
|
|
|
|
|
+ !sriov_want(adapter) && be_physfn(adapter)) {
|
|
num = (adapter->be3_native) ? BE3_MAX_RSS_QS : BE2_MAX_RSS_QS;
|
|
num = (adapter->be3_native) ? BE3_MAX_RSS_QS : BE2_MAX_RSS_QS;
|
|
num = min_t(u32, num, (u32)netif_get_num_default_rss_queues());
|
|
num = min_t(u32, num, (u32)netif_get_num_default_rss_queues());
|
|
}
|
|
}
|