Re: [PATCH net-next v4 3/8] forcedeth: allow to silence "TXtimeout" debug messages

From: Stephen Hemminger
Date: Tue Nov 15 2011 - 17:27:39 EST


On Tue, 15 Nov 2011 11:25:36 -0800
David Decotigny <david.decotigny@xxxxxxxxxx> wrote:

> From: Sameer Nanda <snanda@xxxxxxxxxx>
>
> This adds a new module parameter "debug_tx_timeout" to silence most
> debug messages in case of TX timeout. These messages don't provide a
> signal/noise ratio high enough for production systems and, with ~30kB
> logged each time, they tend to add to a cascade effect if the system
> is already under stress (memory pressure, disk, etc.).
>
> By default, the parameter is clear, meaning that only a single warning
> will be reported.
>
>
>
> Signed-off-by: David Decotigny <david.decotigny@xxxxxxxxxx>

This (and the counter) should really be generic. I know it is more annoying
to have to solve a generic problem, but putting my distributor hat on,
any solution that is specific to only one driver is not a solution that
is useful.

The control of tx_timeout should be a property of the device, and the statistic
should be available for all devices. There is a problem though, the existing
network device statistics structure is part of ABI and can't grow. You can
add new statistics to netlink and sysfs as attributes, but not for the older
static API's.


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