-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Port eth_dw to new IP stack #28
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please remove the Change-Id fields from commits, they are not needed in github. |
This is related to commit "net: tcp: Make sure ACK timer is not run if cancelled" which did not set the cancel flag when the timer was cancelled from tcp.c. Signed-off-by: Jukka Rissanen <[email protected]>
tbursztyka
approved these changes
May 2, 2017
When adding link-local address to the cache the type needs to be properly set as net_ipv6_addr_create_iid will attempt to use it when generating the IPv6 address. Jira: ZEP-2077 Signed-off-by: Luiz Augusto von Dentz <[email protected]>
jukkar
previously requested changes
May 3, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the Change-Id fields from commit msg.
The main difference to how the previous driver operates, is that this version has zero-copy transmission. The transmit DMA descriptor is updated for every fragment that is transmitted from the driver. Another difference in the transmission path is that this version won't spin indefinitely while waiting for the DMA transfer to complete; an arbitrary number of busy checks (20) will be performed, and then the transmission thread will yield for as long as necessary to finish the transfer. These two changes should fix ZEP-472; since that issue was opened for an older version of Zephyr with uIP, I did not bother going all the way back to test. This has been only tested with a Galileo board, using Shared IRQ. Jira: ZEP-1652 Jira: ZEP-472 Signed-off-by: Leandro Pereira <[email protected]>
Enable it by default now that the eth_dw driver has been ported to the new IP stack. Jira: ZEP-1652 Signed-off-by: Leandro Pereira <[email protected]>
frasa
added a commit
to blik-GmbH/zephyr
that referenced
this pull request
Mar 25, 2019
fix: radio: fixed low power race condition on TX Closes zephyrproject-rtos#28 See merge request blik/embedded/zephyr!39
NickolasLapp
pushed a commit
to NickolasLapp/zephyr
that referenced
this pull request
Oct 19, 2022
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Apr 27, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Apr 28, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Apr 28, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
May 3, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
May 8, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
May 10, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
May 30, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
May 30, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
May 30, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Jun 16, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Jul 6, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Jul 10, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Jul 13, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Jul 17, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
pkunieck
pushed a commit
to pkunieck/zephyr
that referenced
this pull request
Jul 18, 2023
- Bump SDK version to 0.14.2 - Add docker rmi || tru fix for image disk leak on multiple rebuilds to 1rtos-container-image-build.yml - Drop awscli pip install. It required docutils = 0.16 or lower, which breaks docs packages like sphinx and others. - Bump the six and jinja2 versions. Defaults are too old break other packages. - Pin docutils at 17 which is mutally compatible with everything. Default is 0.18.1, which hoses things. - Add the doxygen installation from upstream project docker image. - Downgrade the protobuf version to make samples/modules/nanopb happy. Versions over 3.19.0 break the generated .proto stuff. Will open a bug upstream on that. - See zephyrproject-rtos/docker-image#106 for related issue on the dependency issues (not including protobuf nanopb thing). Signed-off-by: Connor Graydon <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Jul 18, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Aug 7, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
keith-packard
added a commit
to keith-packard/zephyr
that referenced
this pull request
Aug 7, 2023
Upstream PR zephyrproject-rtos#28 switches return type of 'main' to 'int'. Signed-off-by: Keith Packard <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These patches were already +2's by Jukka and Tomasz in Gerrit:
This change is