aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ixgbe/ixgbe_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index 3aafe94741ba..0027d7561516 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -3004,7 +3004,6 @@ static void ixgbe_configure_rx(struct ixgbe_adapter *adapter)
3004 3004
3005 /* Program registers for the distribution of queues */ 3005 /* Program registers for the distribution of queues */
3006 ixgbe_setup_mrqc(adapter); 3006 ixgbe_setup_mrqc(adapter);
3007 ixgbe_configure_virtualization(adapter);
3008 3007
3009 ixgbe_set_uta(adapter); 3008 ixgbe_set_uta(adapter);
3010 3009
@@ -3391,6 +3390,7 @@ static void ixgbe_configure(struct ixgbe_adapter *adapter)
3391 } else if (adapter->flags & IXGBE_FLAG_FDIR_PERFECT_CAPABLE) { 3390 } else if (adapter->flags & IXGBE_FLAG_FDIR_PERFECT_CAPABLE) {
3392 ixgbe_init_fdir_perfect_82599(hw, adapter->fdir_pballoc); 3391 ixgbe_init_fdir_perfect_82599(hw, adapter->fdir_pballoc);
3393 } 3392 }
3393 ixgbe_configure_virtualization(adapter);
3394 3394
3395 ixgbe_configure_tx(adapter); 3395 ixgbe_configure_tx(adapter);
3396 ixgbe_configure_rx(adapter); 3396 ixgbe_configure_rx(adapter);