numam-dpdk/lib/sched
Ali Alnubani 948be25cdb sched: fix debug build
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: 44c730b0e3 ("sched: add PIE based congestion management")

Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
2021-11-07 18:52:51 +01:00
..
meson.build sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00
rte_approx.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_approx.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_pie.c sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00
rte_pie.h sched: fix debug build 2021-11-07 18:52:51 +01:00
rte_red.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_red.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_sched_common.h sched: get 64-bit greatest common divisor 2021-09-27 17:24:16 +02:00
rte_sched.c sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00
rte_sched.h sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00
version.map sched: add PIE based congestion management 2021-11-04 15:41:49 +01:00