Re: [PATCH 3/3] net/mlx5e: don't build RFS without ethernet

2016-05-04 Thread Saeed Mahameed
On Wed, May 4, 2016 at 5:23 PM, Arnd Bergmann wrote: > On Wednesday 04 May 2016 16:09:16 Saeed Mahameed wrote: >> On Wed, May 4, 2016 at 3:32 PM, Arnd Bergmann wrote: >> > The RFS acceleration support in mlx5 is enabled whenever CONFIG_RFS_ACCEL >> > is in use. However, this fails if a user turns

Re: [PATCH 3/3] net/mlx5e: don't build RFS without ethernet

2016-05-04 Thread Arnd Bergmann
On Wednesday 04 May 2016 16:09:16 Saeed Mahameed wrote: > On Wed, May 4, 2016 at 3:32 PM, Arnd Bergmann wrote: > > The RFS acceleration support in mlx5 is enabled whenever CONFIG_RFS_ACCEL > > is in use. However, this fails if a user turns off CONFIG_MLX5_CORE_EN, > > because the rfs code now call

Re: [PATCH 3/3] net/mlx5e: don't build RFS without ethernet

2016-05-04 Thread Saeed Mahameed
On Wed, May 4, 2016 at 3:32 PM, Arnd Bergmann wrote: > The RFS acceleration support in mlx5 is enabled whenever CONFIG_RFS_ACCEL > is in use. However, this fails if a user turns off CONFIG_MLX5_CORE_EN, > because the rfs code now calls into the ethernet portion of the > driver: > > ERROR: "mlx5e_d