1b03e29291
This patch fixes a number of instances of the same return
value mis-check, where previously we checked for a negative
return value as error, however the API returns an unsigned
integer, so these return value checks are invalid.
The rte_event_enqueue_burst() API returns the number of
events enqueued, so in order to identify the error case,
we must check for != the number of intended enqueues.
Fixes:
|
||
---|---|---|
.. | ||
event_ring.h | ||
iq_chunk.h | ||
Makefile | ||
meson.build | ||
rte_pmd_sw_event_version.map | ||
sw_evdev_log.h | ||
sw_evdev_scheduler.c | ||
sw_evdev_selftest.c | ||
sw_evdev_worker.c | ||
sw_evdev_xstats.c | ||
sw_evdev.c | ||
sw_evdev.h |