[E1000-devel] [PATCH net-next 2/8] ethernet: Use eth_random_addr

2012-07-12 Thread Joe Perches
Convert the existing uses of random_ether_addr to the new eth_random_addr. Signed-off-by: Joe Perches --- drivers/net/ethernet/atheros/atl1c/atl1c_hw.c |2 +- drivers/net/ethernet/atheros/atlx/atl1.c |2 +- drivers/net/ethernet/atheros/atlx/atl2.c |2 +- drivers

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

2012-07-12 Thread Joe Perches
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_addr to eth_random_addr ethernet: Use eth_random_addr net: usb: Use eth_

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

2012-07-12 Thread Dave, Tushar N
>-Original Message- >From: Joe Jin [mailto:joe@oracle.com] >Sent: Thursday, July 12, 2012 4:46 PM >To: Dave, Tushar N >Cc: e1000-de...@lists.sf.net; net...@vger.kernel.org; linux- >ker...@vger.kernel.org >Subject: Re: 82571EB: Detected Hardware Unit Hang > Thanks for sending full dmesg

[E1000-devel] 4、掌握"客户服务循环"的概念,并指能用之于实践;-e1000-devel

2012-07-12 Thread
e1000-devel 2012-7-13 11:48:59 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include

Re: [E1000-devel] ixgbe 3.7.21: NULL skb deref in ixgbe_clean_rx_irq_ps()

2012-07-12 Thread akepner
On Thu, Jul 12, 2012 at 11:21:46AM -0700, Alexander Duyck wrote: > . > It seems like it might be some sort of memory corruption. In order to > get into that state the DD bit has to be set for the descriptor and the > skb would have to be NULL. > > What part is it you are running this on? Is

Re: [E1000-devel] ixgbe 3.7.21: NULL skb deref in ixgbe_clean_rx_irq_ps()

2012-07-12 Thread Alexander Duyck
On 07/11/2012 06:18 PM, akepner wrote: > Using the 3.7.21 version of the ixgbe driver we can reliably > produce a crash with this signature: > > BUG: unable to handle kernel NULL pointer dereference at 006c > IP: [] ixgbe_poll+0x9df/0x1710 [ixgbe] > PGD 814c7b067 PUD 8074dd067 PMD 0

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

2012-07-12 Thread Dave, Tushar N
>-Original Message- >From: Joe Jin [mailto:joe@oracle.com] >Sent: Thursday, July 12, 2012 12:11 AM >To: Dave, Tushar N >Cc: e1000-de...@lists.sf.net; net...@vger.kernel.org; linux- >ker...@vger.kernel.org >Subject: Re: 82571EB: Detected Hardware Unit Hang > >On 07/12/12 14:41, Dave, Tus