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
::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
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=
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
.../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=type-limits]
for (port_id = 0; port_id < RTE_MAX_ETHPORTS; port_id++
14/06/2019 13:20, Ajit Khaparde:
> The driver was defining its own version of roundup which was
> conflicting with another version defined elsewhere.
>
> Change the local definition of roundup to avoid compilation errors.
>
> Fixes: c5d09af8aa46 ("net/bnxt: support thor controller")
Fixed the wr
The driver was defining its own version of roundup which was
conflicting with another version defined elsewhere.
Change the local definition of roundup to avoid compilation errors.
Fixes: c5d09af8aa46 ("net/bnxt: support thor controller")
Signed-off-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt_
On 10/10/2017 8:40 AM, Kavanagh, Mark B wrote:
>> From: Yigit, Ferruh
>> Sent: Monday, October 9, 2017 6:34 PM
>> To: Kavanagh, Mark B ; dev@dpdk.org
>> Cc: ajit.khapa...@broadcom.com
>> Subject: Re: [PATCH] net/bnxt: fix compilation
>>
>> On 10/9/2017 2:59 PM, Mark Kavanagh wrote:
>>> As of 5ef3b7
>From: Yigit, Ferruh
>Sent: Monday, October 9, 2017 6:34 PM
>To: Kavanagh, Mark B ; dev@dpdk.org
>Cc: ajit.khapa...@broadcom.com
>Subject: Re: [PATCH] net/bnxt: fix compilation
>
>On 10/9/2017 2:59 PM, Mark Kavanagh wrote:
>> As of 5ef3b79fdfe6f, compilation of DPDK fails with the following
>> erro
On 10/9/2017 2:59 PM, Mark Kavanagh wrote:
> As of 5ef3b79fdfe6f, compilation of DPDK fails with the following
> error message:
> "bnxt_filter.c:960:117: error: ‘vnic’ may be used uninitialized in this
> function [-Werror=maybe-uninitialized]".
>
> Resolve this by initializing 'vnic' to NULL;
>
>
As of 5ef3b79fdfe6f, compilation of DPDK fails with the following
error message:
"bnxt_filter.c:960:117: error: ‘vnic’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]".
Resolve this by initializing 'vnic' to NULL;
Fixes: 5ef3b79fdfe6f ("net/bnxt: support flow filter ops")
11 matches
Mail list logo