wengzhe opened a new pull request, #15333: URL: https://github.com/apache/nuttx/pull/15333
## Summary When `CONFIG_NETDEV_RSS` is disabled, `NETDEV_THREAD_COUNT` will be 1, and we should not access `upper->sem[cpu]` with `cpu > 0`. ## Impact Netdev upperhalf with `CONFIG_NETDEV_RSS=n` and SMP enabled. ## Testing QEMU with virtio-net and SMP, which may randomly block on sending without this patch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org