[PATCH net] gianfar: fix babbling rx error event bug
David Miller
davem at davemloft.net
Wed May 27 13:48:15 EST 2009
From: Xiaotian Feng <Xiaotian.Feng at windriver.com>
Date: Wed, 27 May 2009 09:52:36 +0800
> Gianfar interrupt handler uses IEVENT_ERR_MASK to check and handle errors.
> Babbling RX error (IEVENT_BABR) should be included in IEVENT_ERROR_MASK.
> Otherwise if BABR is raised, it never gets handled nor cleared, and an
> interrupt storm results. This has been observed to happen on sending a
> burst of ethernet frames to a gianfar based board.
>
> Signed-off-by: Xiaotian Feng <xiaotian.feng at windriver.com>
Patch applied, thanks.
More information about the Linuxppc-dev
mailing list