Re: [dpdk-dev] [PATCH] net/bnxt: fix compilation error on Redhat 8

2020-09-20 Thread Xia, Chenbo
ath Kotur ; Thierry Herbelot > ; Xia, Chenbo ; dev > ; Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH] net/bnxt: fix compilation error on Redhat > 8 > > ::snip:: > > > > > > > This patch rang a bell. > > There is the exact same patch proposed by Xia with

Re: [dpdk-dev] [PATCH] net/bnxt: fix compilation error on Redhat 8

2020-09-18 Thread Ajit Khaparde
::snip:: > > > > This patch rang a bell. > There is the exact same patch proposed by Xia with a comment, so I > guess Xia is still working on it? > https://patchwork.dpdk.org/patch/75177/#117201 Xia, Will you submit the changes that Thomas asked for? Otherwise I will apply the bnxt patch and you ca

Re: [dpdk-dev] [PATCH] net/bnxt: fix compilation error on Redhat 8

2020-09-18 Thread Somnath Kotur
On Fri, Sep 18, 2020 at 12:32 PM Thierry Herbelot wrote: > > .../drivers/net/bnxt/tf_ulp/ulp_def_rules.c: In function > ‘bnxt_ulp_destroy_df_rules’: > .../dpdk/drivers/net/bnxt/tf_ulp/ulp_def_rules.c:425:28: error: > comparison is always true due to limited range of data type > [-Werror=

Re: [dpdk-dev] [PATCH] net/bnxt: fix compilation error on Redhat 8

2020-09-18 Thread David Marchand
On Fri, Sep 18, 2020 at 9:12 AM Somnath Kotur wrote: > > On Fri, Sep 18, 2020 at 12:32 PM Thierry Herbelot > wrote: > > > > .../drivers/net/bnxt/tf_ulp/ulp_def_rules.c: In function > > ‘bnxt_ulp_destroy_df_rules’: > > .../dpdk/drivers/net/bnxt/tf_ulp/ulp_def_rules.c:425:28: error: > > co