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
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.