Re: [PATCH] drivers: net: ethernet: mellanox: mlx4: let mlx4 depend on SMP

2014-05-18 Thread Chen Gang
On 05/18/2014 03:55 AM, Or Gerlitz wrote: > On Sat, May 17, 2014 at 8:36 AM, David Miller wrote: >> >> From: Chen Gang >> Date: Sat, 17 May 2014 13:26:16 +0800 >> >>> 'struct irq_affinity_notify' and the related functions are only defined >>>

Re: [PATCH] drivers: net: ethernet: mellanox: mlx4: let mlx4 depend on SMP

2014-05-18 Thread Chen Gang
On 05/18/2014 03:55 AM, Or Gerlitz wrote: > On Sat, May 17, 2014 at 8:36 AM, David Miller wrote: >> >> From: Chen Gang >> Date: Sat, 17 May 2014 13:26:16 +0800 >> >>> 'struct irq_affinity_notify' and the related functions are only defined >>>

Re: [PATCH] drivers: net: ethernet: mellanox: mlx4: let mlx4 depend on SMP

2014-05-16 Thread Chen Gang
On 05/17/2014 01:36 PM, David Miller wrote: > From: Chen Gang > Date: Sat, 17 May 2014 13:26:16 +0800 > >> 'struct irq_affinity_notify' and the related functions are only defined >> when SMP enabled, so at present, mlx4 has to only run under SMP. >> >

[PATCH] drivers: net: ethernet: mellanox: mlx4: let mlx4 depend on SMP

2014-05-16 Thread Chen Gang
r 2 make: *** [drivers] Error 2 Signed-off-by: Chen Gang --- drivers/infiniband/hw/mlx4/Kconfig | 2 +- drivers/net/ethernet/mellanox/mlx4/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/mlx4/Kconfig b/drivers/infiniband/hw/mlx4/Kconfig ind