Re: [E1000-devel] [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-16 Thread David Miller
From: Joe Perches Date: Thu, 12 Jul 2012 22:33:04 -0700 > net-next commit ad7eee98be ("etherdevice: introduce eth_broadcast_addr") > added a new style API. Rename random_ether_addr to eth_random_addr to > create some API symmetry. Series applied, thanks Joe. ---

Re: [E1000-devel] 82571EB: Detected Hardware Unit Hang

2012-07-16 Thread Jon Mason
On Mon, Jul 16, 2012 at 9:08 AM, Henrique de Moraes Holschuh wrote: > On Mon, 16 Jul 2012, Ben Hutchings wrote: >> On Sun, 2012-07-15 at 10:35 -0300, Henrique de Moraes Holschuh wrote: >> > On Sun, 15 Jul 2012, Dave, Tushar N wrote: >> > > Somehow setting max payload to 256 from BIOS does not set

Re: [E1000-devel] 82571EB: Detected Hardware Unit Hang

2012-07-16 Thread Jon Mason
On Mon, Jul 16, 2012 at 8:47 AM, Ben Hutchings wrote: > On Sun, 2012-07-15 at 10:35 -0300, Henrique de Moraes Holschuh wrote: >> On Sun, 15 Jul 2012, Dave, Tushar N wrote: >> > Somehow setting max payload to 256 from BIOS does not set this value for >> > all devices. I believe this is a BIOS bug.

Re: [E1000-devel] 82571EB - Detected Hardware Unit Hang

2012-07-16 Thread Andrew Peng
Sorry folks, but I just realized that I hadn't been replying to the list properly and instead I was mistakenly emailing Dave directly. I'm consolidating and re-sending the information to the list. BIOS on the HP N40L does not specify any options for AER or PCIe error management, or packet size (

Re: [E1000-devel] 82571EB: Detected Hardware Unit Hang

2012-07-16 Thread Henrique de Moraes Holschuh
On Mon, 16 Jul 2012, Ben Hutchings wrote: > On Sun, 2012-07-15 at 10:35 -0300, Henrique de Moraes Holschuh wrote: > > On Sun, 15 Jul 2012, Dave, Tushar N wrote: > > > Somehow setting max payload to 256 from BIOS does not set this value for > > > all devices. I believe this is a BIOS bug. > > > >

Re: [E1000-devel] 82571EB: Detected Hardware Unit Hang

2012-07-16 Thread Ben Hutchings
On Sun, 2012-07-15 at 10:35 -0300, Henrique de Moraes Holschuh wrote: > On Sun, 15 Jul 2012, Dave, Tushar N wrote: > > Somehow setting max payload to 256 from BIOS does not set this value for > > all devices. I believe this is a BIOS bug. > > And preferably, Linux should complain about it. Since

[E1000-devel] Coaching and Counseling, 30 - 31 Juli 2012 di Jakarta

2012-07-16 Thread Informasi Public Training
Your email client cannot read this email. To view it online, please go here: http://www.solutioncentreindonesia.com/mm/display.php?M=16912&C=661d88d746197c1376c21d5547a358f8&S=11&L=1&N=5 To stop receiving these emails:http://www.solutioncentreindonesia.com/mm/unsubscribe.php?M=16912&C=661d88d746

Re: [E1000-devel] [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-16 Thread David Miller
From: Felipe Balbi Date: Mon, 16 Jul 2012 14:12:19 +0300 > Acked-by: Felipe Balbi You need to provide this in a reply to the patch you actually want to ACK, so that the patch tracking system attaches your ACK to the proper patch. Thank you.

Re: [E1000-devel] [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-16 Thread Felipe Balbi
Hi, On Mon, Jul 16, 2012 at 03:29:01AM -0700, David Miller wrote: > From: Felipe Balbi > Date: Mon, 16 Jul 2012 13:14:38 +0300 > > > if you're really renaming the function, then this patch alone will break > > all of the below users. That should all be a single patch, I'm afraid. > > It would h

Re: [E1000-devel] [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-16 Thread David Miller
From: Felipe Balbi Date: Mon, 16 Jul 2012 13:14:38 +0300 > if you're really renaming the function, then this patch alone will break > all of the below users. That should all be a single patch, I'm afraid. It would help if you actually read his patches before saying what they might or might not d

Re: [E1000-devel] [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-16 Thread Felipe Balbi
On Thu, Jul 12, 2012 at 10:33:04PM -0700, Joe Perches wrote: > net-next commit ad7eee98be ("etherdevice: introduce eth_broadcast_addr") > added a new style API. Rename random_ether_addr to eth_random_addr to > create some API symmetry. > > Joe Perches (8): > etherdevice: Rename random_ether_add