Re: [PATCH 1/3] net: lpc_eth: Replace WARN() trace with simplepr_warn()

From: David Miller
Date: Mon Jun 11 2012 - 04:10:35 EST


From: Roland Stigge <stigge@xxxxxxxxx>
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 <stigge@xxxxxxxxx>
> Tested-by: Alexandre Pereira da Silva <aletes.xgr@xxxxxxxxx>

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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/