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

drivers/net/{e1000|igc}: limit no packet is transmit after carrier off #196

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

zhhyu7
Copy link
Contributor

@zhhyu7 zhhyu7 commented Feb 26, 2025

Summary

if the drvier tx queue is full up during the network cable unplugging, there will be no txdone interrupt after inserting the network cable, transmit cannot be recovered.

Modified to no longer fill the driver with packet when link down.

Impact

e1000/igc NIC

Testing

intel NUC board

if the drvier tx queue is full up during the network cable unplugging,
there will be no txdone interrupt after inserting the network cable,
transmit cannot be recovered.

Modified to no longer fill the driver with packet when link down.

Signed-off-by: zhanghongyu <[email protected]>
@xiaoxiang781216 xiaoxiang781216 merged commit 2a9b916 into open-vela:dev Feb 26, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants