Ting Xu 83fa214051 net/ice: fix build on RHEL 7
This patch fixed the unmatched integer type issue in the comparison,
which causing compilation failure on RHEL.

drivers/net/ice/ice_dcf_sched.c:353:15: error:
comparison between signed and unsigned integer expressions
   if (node_id > tc_nb * hw->num_vfs) {
               ^

CI reported the failure:
http://mails.dpdk.org/archives/test-report/2021-July/201905.html

Fixes: 3a6bfc37eaf4 ("net/ice: support QoS config VF bandwidth in DCF")

Signed-off-by: Ting Xu <ting.xu@intel.com>
Tested-by: Ali Alnubani <alialnu@nvidia.com>
2021-07-07 13:28:06 +02:00
..
2021-05-12 00:44:06 +02:00
2021-05-11 15:17:55 +02:00
2021-05-12 14:54:16 +02:00
2021-06-09 00:50:02 +02:00
2021-07-07 13:28:06 +02:00
2021-05-12 14:21:27 +02:00
2021-05-11 15:17:55 +02:00
2021-07-05 16:33:18 +02:00
2021-05-14 13:52:32 +02:00
2021-05-11 15:17:55 +02:00
2021-05-12 14:54:16 +02:00
2021-05-11 18:51:21 +02:00