> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Ting Xu > Sent: Wednesday, July 7, 2021 12:51 PM > To: dev@dpdk.org > Cc: qi.z.zh...@intel.com; jingjing...@intel.com; beilei.x...@intel.com; > NBU-Contact-Thomas Monjalon <tho...@monjalon.net>; Ting Xu > <ting...@intel.com>; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/ice: fix unmatched integer type > > This patch fixed the unmatched interger type issue in the comparison, which > causing compilation failure on RHEL. > > Fixes: 3a6bfc37eaf4 ("net/ice: support QoS config VF bandwidth in DCF") > Cc: sta...@dpdk.org > > Signed-off-by: Ting Xu <ting...@intel.com> > ---
Tested-by: Ali Alnubani <alia...@nvidia.com> Thanks, Ali