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

Lock LWIP before p-net linkoutput call #549

Closed
wants to merge 1 commit into from

Conversation

VictorSkoglund
Copy link

Bug fix for xemacps descriptor queues becomeing corrupt due to both lwip and p-net using the same driver but p-net does not check if the driver is busy. To resolve the issue, the LWIP core needs to be locked before it is called by p-net.

This is a bug fix for xemacps descriptor queues becomeing corrupt,
due to both lwip and p-net using the same driver but p-net does not
check if the driver is busy. To resolve the issue, the LWIP core
needs to be locked before it is called by p-net.
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.

1 participant