Re: [Intel-wired-lan] [PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE

2018-11-26 Thread Jeff Kirsher
mber > with the > global macro NUMA_NO_NODE. This helps remove NUMA related assumptions > like > 'invalid node' from various places redirecting them to a common > definition. > > Signed-off-by: Anshuman Khandual For the 'ixgbe' driver changes. Acked

[net-next 02/14] freescale: remove incorrect copied comment

2015-07-17 Thread Jeff Kirsher
t is today. CC: Pantelis Antoniou CC: Vitaly Bordug CC: Signed-off-by: Jacob Keller Signed-off-by: Jeff Kirsher --- drivers/net/ethernet/freescale/fec_ptp.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/net/ethernet/freescale/fec_ptp.c b/drivers/net/ethernet/freescale/fec_ptp.

Re: [PATCH 08/51] DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handling

2013-09-20 Thread Jeff Kirsher
out > if either fails. > > Signed-off-by: Russell King > --- > drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 15 > +-- > 1 files changed, 5 insertions(+), 10 deletions(-) Acked-by: Jeff Kirsher signature.asc Description: This is a digitally signed message part ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 07/51] DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handling

2013-09-20 Thread Jeff Kirsher
s. > > Signed-off-by: Russell King > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 15 +-- > 1 files changed, 5 insertions(+), 10 deletions(-) Acked-by: Jeff Kirsher signature.asc Description: This is a digitally signed message part ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 06/51] DMA-API: net: intel/ixgb: fix 32-bit DMA mask handling

2013-09-20 Thread Jeff Kirsher
Russell King > --- > drivers/net/ethernet/intel/ixgb/ixgb_main.c | 16 +--- > 1 files changed, 5 insertions(+), 11 deletions(-) Acked-by: Jeff Kirsher signature.asc Description: This is a digitally signed message part ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 05/51] DMA-API: net: intel/igbvf: fix 32-bit DMA mask handling

2013-09-20 Thread Jeff Kirsher
and to error out > if either fails. > > Signed-off-by: Russell King > --- > drivers/net/ethernet/intel/igbvf/netdev.c | 18 ++ > 1 files changed, 6 insertions(+), 12 deletions(-) Acked-by: Jeff Kirsher signature.asc Description: This is a digitally signed me

Re: [PATCH 04/51] DMA-API: net: intel/igb: fix 32-bit DMA mask handling

2013-09-20 Thread Jeff Kirsher
error out > if either fails. > > Signed-off-by: Russell King > --- > drivers/net/ethernet/intel/igb/igb_main.c | 18 ++ > 1 files changed, 6 insertions(+), 12 deletions(-) Acked-by: Jeff Kirsher signature.asc Description: This is a digitally signed message p

Re: [PATCH 03/51] DMA-API: net: intel/e1000e: fix 32-bit DMA mask handling

2013-09-20 Thread Jeff Kirsher
error out > if either fails. > > Signed-off-by: Russell King > --- > drivers/net/ethernet/intel/e1000e/netdev.c | 18 ++ > 1 files changed, 6 insertions(+), 12 deletions(-) Acked-by: Jeff Kirsher signature.asc Description: This is a digitally signed message p

Re: [PATCH 12/51] DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() with new helper

2013-09-20 Thread Jeff Kirsher
--- > drivers/net/ethernet/intel/e1000/e1000_main.c |9 ++--- > 1 files changed, 2 insertions(+), 7 deletions(-) Acked-by: Jeff Kirsher signature.asc Description: This is a digitally signed message part ___ Linuxppc-dev mailing list Li

Re: linux-next: boot test failure (net tree)

2011-08-23 Thread Jeff Kirsher
On Mon, 2011-08-22 at 21:02 -0700, David Miller wrote: > From: Arnaud Lacombe > Date: Mon, 22 Aug 2011 23:50:02 -0400 > > > Are you implying we need some kind of way to migrate config ? > > The issue is that the dependencies for every single ethernet driver > have changed. Some dependencies hav

Re: linux-next: boot test failure (net tree)

2011-08-22 Thread Jeff Kirsher
On Mon, 2011-08-22 at 19:13 -0700, David Miller wrote: > From: Stephen Rothwell > Date: Tue, 23 Aug 2011 11:41:29 +1000 > > > On Tue, 23 Aug 2011 11:40:11 +1000 Stephen Rothwell > > wrote: > >> > >> On Mon, 22 Aug 2011 11:30:32 +1000 Stephen Rothwell > >> wrote: > >> > > >> > Here's what I am

Re: [E1000-devel] [PATCH] driver/e1000e: Fix default interrupt mode select

2011-04-12 Thread Jeff Kirsher
On Mon, 2011-04-11 at 21:56 -0700, Prabhakar Kushwaha wrote: > From: Prabhakar > > The Intel e1000 device driver defaults to MSI interrupt mode, even if > MSI > support is not enabled > > Signed-off-by: Jin Qing > Signed-off-by: Prabhakar Kushwaha > --- > Based upon > git://git.kernel.org/pub

Re: [PATCH] driver/e1000e: Fix default interrupt mode select

2011-04-12 Thread Jeff Kirsher
On Tue, 2011-04-12 at 14:27 -0700, David Miller wrote: > From: Prabhakar Kushwaha > Date: Tue, 12 Apr 2011 10:26:03 +0530 > > > From: Prabhakar > > > > The Intel e1000 device driver defaults to MSI interrupt mode, even if MSI > > support is not enabled > > > > Signed-off-by: Jin Qing > > Sign

[PATCH] igb: add IGB_DCA instead of selecting INTEL_IOATDMA

2008-10-17 Thread Jeff Kirsher
Add a bool IGB_DCA defined to y if IGB and DCA are enabled, but IGB isn't y while DCA=m. And thus remove the need to select INTEL_IOATDMA when IGB is enabled, so that non-x86 architectures can build the igb driver. Based on work/patch from Brice Goglin <[EMAIL PROTECTED]> Signed-o