-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
dsa-perf-micros/src/user_device.c
Line 1360 in f18242e
| pd->wq_avail |= (pq->wq_id << 1); |
should be changed to
pd->wq_avail |= (1 << pq->wq_id);fandebiao01
Metadata
Metadata
Assignees
Labels
No labels