Re: [dpdk-dev] [PATCH] net/ice: fix unmatched integer type

2021-07-07 Thread Zhang, Qi Z
> -Original Message- > From: Ali Alnubani > Sent: Wednesday, July 7, 2021 6:36 PM > To: Xu, Ting ; dev@dpdk.org > Cc: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei ; NBU-Contact-Thomas Monjalon > ; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] net/ice: fi

Re: [dpdk-dev] [PATCH] net/ice: fix unmatched integer type

2021-07-07 Thread Thomas Monjalon
07/07/2021 12:36, Ali Alnubani: > From: Ting Xu > > 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 No need of Cc stable bec

Re: [dpdk-dev] [PATCH] net/ice: fix unmatched integer type

2021-07-07 Thread Ali Alnubani
> -Original Message- > From: dev 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 ; Ting Xu > ; sta...@dpdk.org > Subject: [d

[dpdk-dev] [PATCH] net/ice: fix unmatched integer type

2021-07-07 Thread Ting Xu
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 --- drivers/net/ice/ice_dcf_sched.c | 2 +- 1 file changed, 1 inser