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

mpfs/ethernet: Move txtimeout from HPWORK to LPWORK #364

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

jlaitine
Copy link

This timeout timer makes very lengthy operations such as re-initializing PHY.

- Remove useless CONFIG_MPFS_ETHMAC_LPWORK; use LPWORK by default if HPWORK is not defined
- Always use LPWORK for timeouts; this makes very lengthy operations such as re-initializing PHY.

Signed-off-by: Jukka Laitinen <[email protected]>
@jlaitine jlaitine force-pushed the mpfs_move_txtimeout_to_lpwork branch from 8ebc645 to 33d4b44 Compare March 11, 2025 13:41
@github-actions github-actions bot added Size: S and removed Size: XS labels Mar 11, 2025
@jlaitine jlaitine merged commit 4551232 into master Mar 11, 2025
10 checks passed
@jlaitine jlaitine deleted the mpfs_move_txtimeout_to_lpwork branch March 11, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants