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: 44c730b0e379 ("sched: add PIE based congestion management")

Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
2021-11-07 18:52:51 +01:00
..
2021-11-04 19:43:14 +01:00
2021-08-17 08:37:52 +02:00
2021-10-22 23:32:00 +02:00
2021-11-05 15:35:57 +01:00
2021-11-04 12:38:03 +01:00
2021-10-08 14:58:11 +02:00
2021-10-24 13:37:43 +02:00
2021-11-04 19:46:27 +01:00
2021-09-30 17:38:13 +02:00
2021-08-17 08:37:52 +02:00
2021-10-25 19:08:16 +02:00
2021-08-17 08:37:52 +02:00
2021-10-13 22:14:59 +02:00
2021-10-31 23:25:02 +01:00
2021-10-25 19:13:12 +02:00
2021-11-07 18:52:51 +01:00
2021-08-17 08:37:52 +02:00