Re: mmotm 2020-07-09-21-00 uploaded (drivers/net/ethernet/mellanox/mlx5/core/en_main.c)

From: Saeed Mahameed
Date: Tue Jul 14 2020 - 19:58:59 EST


On Sun, 2020-07-12 at 21:17 -0700, Randy Dunlap wrote:
> On 7/12/20 9:02 PM, Stephen Rothwell wrote:
> > Hi Randy,
> >
> > On Fri, 10 Jul 2020 10:40:29 -0700 Randy Dunlap <
> > rdunlap@xxxxxxxxxxxxx> wrote:
> > > on i386:
> > >
> > > In file included from
> > > ../drivers/net/ethernet/mellanox/mlx5/core/en_main.c:49:0:
> > > ../drivers/net/ethernet/mellanox/mlx5/core/en_accel/en_accel.h:
> > > In function âmlx5e_accel_sk_get_rxqâ:
> > > ../drivers/net/ethernet/mellanox/mlx5/core/en_accel/en_accel.h:15
> > > 3:12: error: implicit declaration of function âsk_rx_queue_getâ;
> > > did you mean âsk_rx_queue_setâ? [-Werror=implicit-function-
> > > declaration]
> > > int rxq = sk_rx_queue_get(sk);
> > > ^~~~~~~~~~~~~~~
> > > sk_rx_queue_set
> >
> > Caused by commit
> >
> > 1182f3659357 ("net/mlx5e: kTLS, Add kTLS RX HW offload support")
> >
> > from the net-next tree. Presumably CONFIG_XPS is not set.
>
> Yes, that's correct.
>

Thanks for the report, we will handle and submit a patch to net-next.