Skip to content

Conversation

@HedongGao
Copy link
Contributor

@HedongGao HedongGao commented Jan 7, 2026

Summary

To fix the issue 17758
Udp message cannt be sent to the network card

Impact

It only fixes the issue and will not affect the api, function and performance.

Testing

Build the sim: userfs environment, and verify that issue 17758 can be fixed.
Set up the sim: matter environment, enable CONFIG_EXAMPLES_UDP, modify udp_client. c, and send data with udp_len greater than or equal to 0 at the same time. The results show that both types of data can be sent to the host side.

@github-actions github-actions bot added Area: Networking Effects networking subsystem Size: XS The size of the change in this PR is very small labels Jan 7, 2026
@xiaoxiang781216 xiaoxiang781216 linked an issue Jan 7, 2026 that may be closed by this pull request
1 task
@xiaoxiang781216
Copy link
Contributor

@HedongGao fix:

../nuttx/tools/checkpatch.sh -c -u -m -g f53b986fb2042b5090fe29f8516243b67aafc6e1..HEAD
❌ Missing git commit message
Used config files:
    1: .codespellrc
Some checks failed. For contributing guidelines, see:
  https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md
Error: Process completed with exit code 1.

…twork card

UDP message cannot be sent to the network card, and case a stuck issue.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
@HedongGao
Copy link
Contributor Author

@HedongGao fix:

../nuttx/tools/checkpatch.sh -c -u -m -g f53b986fb2042b5090fe29f8516243b67aafc6e1..HEAD
❌ Missing git commit message
Used config files:
    1: .codespellrc
Some checks failed. For contributing guidelines, see:
  https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md
Error: Process completed with exit code 1.

DONE!

@jerpelea jerpelea changed the title net/udp_sendto_unbuffered.c: fix udp message cannot be sent to the network card net/udp: fix udp message cannot be sent to the network card Jan 7, 2026
@simbit18 simbit18 merged commit 6a6bc58 into apache:master Jan 7, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Networking Effects networking subsystem Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] UDP/userfs: userfs operations do not complete

5 participants