diff options
| author | Emil Tantilov <emil.s.tantilov@intel.com> | 2014-12-06 04:18:57 -0500 |
|---|---|---|
| committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2015-02-05 22:57:46 -0500 |
| commit | dec2e395fd35ebbd642c71b1c871298cba68cded (patch) | |
| tree | 6ef978f2d99a5e1e74f9d48946ee772658406bb3 | |
| parent | 7ddbde3f74c08fadb729513cf305f5f201aa1feb (diff) | |
ixgbe: allow multiple queues in SRIOV mode
ixgbe_set_sriov_queues() has the logic to allow multiple queues, this patch
just removes the limitation.
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
| -rw-r--r-- | drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c index c76ba90ecc6e..a82a36bc789e 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | |||
| @@ -101,9 +101,6 @@ static int __ixgbe_enable_sriov(struct ixgbe_adapter *adapter) | |||
| 101 | adapter->dcb_cfg.num_tcs.pfc_tcs = 1; | 101 | adapter->dcb_cfg.num_tcs.pfc_tcs = 1; |
| 102 | } | 102 | } |
| 103 | 103 | ||
| 104 | /* We do not support RSS w/ SR-IOV */ | ||
| 105 | adapter->ring_feature[RING_F_RSS].limit = 1; | ||
| 106 | |||
| 107 | /* Disable RSC when in SR-IOV mode */ | 104 | /* Disable RSC when in SR-IOV mode */ |
| 108 | adapter->flags2 &= ~(IXGBE_FLAG2_RSC_CAPABLE | | 105 | adapter->flags2 &= ~(IXGBE_FLAG2_RSC_CAPABLE | |
| 109 | IXGBE_FLAG2_RSC_ENABLED); | 106 | IXGBE_FLAG2_RSC_ENABLED); |
