Re: [PATCH 2/3] tg3: Handle tg3_init_rings() failures

2006-07-25 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Tue, 25 Jul 2006 15:56:20 -0700 > Handle dev_alloc_skb() failures when initializing the RX rings. > Without proper handling, the driver will crash when using a partial > ring. > > Thanks to Stephane Doyon <[EMAIL PROTECTED]> for reporting the bug and

[PATCH 2/3] tg3: Handle tg3_init_rings() failures

2006-07-25 Thread Michael Chan
Handle dev_alloc_skb() failures when initializing the RX rings. Without proper handling, the driver will crash when using a partial ring. Thanks to Stephane Doyon <[EMAIL PROTECTED]> for reporting the bug and providing the initial patch. Howie Xu <[EMAIL PROTECTED]> also reported the same issue.