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

nvnetdrv v2 part 2 #689

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

nvnetdrv v2 part 2 #689

wants to merge 8 commits into from

Conversation

Ryzee119
Copy link
Contributor

@Ryzee119 Ryzee119 commented Dec 29, 2024

Continuation from #686

Will likely end up in 3 parts.

Primary change here are to pass ring sizes to the init function instead of #defines. Previously we could have different hardware ring size and queue size. Its actually much simpler to just have the hardware ring size exactly the same size as the queue. It also works better with LWIP as we can create pbuf pools to exactly match our requirement.

Most other commits are just some minor bug fixes and house keeping.

This fixes a bug that on soft reset or coming from XDK app where the network would not retrieve an IP address in some cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant