|
@@ -101,9 +101,6 @@ static int __ixgbe_enable_sriov(struct ixgbe_adapter *adapter)
|
|
adapter->dcb_cfg.num_tcs.pfc_tcs = 1;
|
|
adapter->dcb_cfg.num_tcs.pfc_tcs = 1;
|
|
}
|
|
}
|
|
|
|
|
|
- /* We do not support RSS w/ SR-IOV */
|
|
|
|
- adapter->ring_feature[RING_F_RSS].limit = 1;
|
|
|
|
-
|
|
|
|
/* Disable RSC when in SR-IOV mode */
|
|
/* Disable RSC when in SR-IOV mode */
|
|
adapter->flags2 &= ~(IXGBE_FLAG2_RSC_CAPABLE |
|
|
adapter->flags2 &= ~(IXGBE_FLAG2_RSC_CAPABLE |
|
|
IXGBE_FLAG2_RSC_ENABLED);
|
|
IXGBE_FLAG2_RSC_ENABLED);
|