Thread (20 messages) flat view 20 messages, 3 authors, 2012-06-17

[PATCH 1/3] net: lpc_eth: Replace WARN() trace with simple pr_warn()

From: davem@davemloft.net (David Miller)
Date: 2012-06-11 08:10:38
Also in: lkml, netdev

From: Roland Stigge <redacted>
Date: Mon, 11 Jun 2012 10:03:11 +0200
A WARN() trace indicating a "BUG!" was identified as a "normal" case in the
xmit function in case all TX descriptors are occupied already. In this case,
NETDEV_TX_BUSY is returned, nothing buggy at all.

Signed-off-by: Roland Stigge <redacted>
Tested-by: Alexandre Pereira da Silva <redacted>
This is not normal.

Read the comment above this code you are changing.  If we are
out of TX descriptors, the queue must be stopped, and therefore
if the queue is stopped this transmit method should not be
invoked.

It is a hard error condition, should never occur, and indicates
a very serious error condition in the driver.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help