Skip to content

Commit 8299b00

Browse files
Matt TurnerJeff Kirsher
authored andcommitted
e1000e: Alert the user that C-states will be disabled by enabling jumbo frames
I personally spent a long time trying to decypher why my CPU would not reach deeper C-states. Let's just tell the next user what's going on. Signed-off-by: Matt Turner <[email protected]> Acked-by: Shannon Nelson <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 0da6090 commit 8299b00

File tree

1 file changed

+2
-0
lines changed
  • drivers/net/ethernet/intel/e1000e

1 file changed

+2
-0
lines changed

drivers/net/ethernet/intel/e1000e/netdev.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,6 +3306,8 @@ static void e1000_configure_rx(struct e1000_adapter *adapter)
33063306
ew32(RXDCTL(0), rxdctl | 0x3 | BIT(8));
33073307
}
33083308

3309+
dev_info(&adapter->pdev->dev,
3310+
"Some CPU C-states have been disabled in order to enable jumbo frames\n");
33093311
pm_qos_update_request(&adapter->pm_qos_req, lat);
33103312
} else {
33113313
pm_qos_update_request(&adapter->pm_qos_req,

0 commit comments

Comments
 (0)