Re: [PATCH]: Fix myri10ge NAPI oops warnings

2007-10-31 Thread Stephen Hemminger
On Wed, 31 Oct 2007 17:40:06 -0400 Andrew Gallatin [EMAIL PROTECTED] wrote: When testing the myri10ge driver with 2.6.24-rc1, I found that the machine crashed under heavy load: Unable to handle kernel paging request at 00100108 RIP: [803cc8dd] net_rx_action+0x11b/0x184

[PATCH]: Fix myri10ge NAPI oops warnings

2007-10-31 Thread Andrew Gallatin
When testing the myri10ge driver with 2.6.24-rc1, I found that the machine crashed under heavy load: Unable to handle kernel paging request at 00100108 RIP: [803cc8dd] net_rx_action+0x11b/0x184 The address corresponds to the list_move_tail() in netif_rx_complete():

Re: [PATCH]: Fix myri10ge NAPI oops warnings

2007-10-31 Thread Andrew Gallatin
Stephen Hemminger wrote: On Wed, 31 Oct 2007 17:40:06 -0400 Andrew Gallatin [EMAIL PROTECTED] wrote: When testing the myri10ge driver with 2.6.24-rc1, I found that the machine crashed under heavy load: Unable to handle kernel paging request at 00100108 RIP: [803cc8dd]