Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenable CONFIG_E1000_DELAY #77

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/x86/configs/nati_x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ CONFIG_TULIP=m
CONFIG_E100=m
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_E1000_DELAY=y
CONFIG_IGB=m
CONFIG_IGBVF=m
CONFIG_IXGB=m
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ config E1000E_HWTS
config E1000_DELAY
bool "Add delays to e1000x drivers"
default n
depends on (E1000E || E1000) && PREEMPT_RT_FULL
depends on (E1000E || E1000) && PREEMPT_RT
help
Enable delays after large numbers of MMIO writes to registers.
The delays aid in preventing noticeable impact on real-time
Expand Down