Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netdev/upper: Fix wrong CPU when RSS is disabled
When `CONFIG_NETDEV_RSS` is disabled, `NETDEV_THREAD_COUNT` will be 1, and we should not access `upper->sem[cpu]` with `cpu > 0`. Signed-off-by: Zhe Weng <[email protected]>
- Loading branch information