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 >>> when SMP enabled, so at present, mlx4 has to only run

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 >>> when SMP enabled, so at present, mlx4 has to only run

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

2014-05-17 Thread Or Gerlitz
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 > > when SMP enabled, so at present, mlx4 has to only run under SMP. > > > > The related error (allmodconf

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. >> >> The related error (allmodconfig under unicor

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

2014-05-16 Thread David Miller
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. > > The related error (allmodconfig under unicore32): Making the entire driver depend upon SMP is no