948be25cdb
Compare pkt_len to 0 instead of NULL to avoid the following build
failure with debug mode enabled:
../lib/sched/rte_pie.h: In function 'rte_pie_enqueue_empty':
../lib/sched/rte_pie.h:125:21: error: comparison between pointer
and integer [-Werror]
RTE_ASSERT(pkt_len != NULL);
Bugzilla ID: 878
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_approx.c | ||
rte_approx.h | ||
rte_pie.c | ||
rte_pie.h | ||
rte_red.c | ||
rte_red.h | ||
rte_sched_common.h | ||
rte_sched.c | ||
rte_sched.h | ||
version.map |