Re: net driver error accounting

2007-08-02 Thread Andrew Morton
On Thu, 02 Aug 2007 16:38:09 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > Looking at http://bugzilla.kernel.org/show_bug.cgi?id=8106 > > > > Guys, could we please have a ruling here? > > > > When a net driver encounters a tx_fifo_error, should this also contribute > >

Re: net driver error accounting

2007-08-02 Thread Jeff Garzik
Andrew Morton wrote: Looking at http://bugzilla.kernel.org/show_bug.cgi?id=8106 Guys, could we please have a ruling here? When a net driver encounters a tx_fifo_error, should this also contribute to the tx_error count, or should it not? For each TX error, (a) tx_error is incremented and (b) a

net driver error accounting

2007-08-02 Thread Andrew Morton
Looking at http://bugzilla.kernel.org/show_bug.cgi?id=8106 Guys, could we please have a ruling here? When a net driver encounters a tx_fifo_error, should this also contribute to the tx_error count, or should it not? More generally, should netdev drivers accumulate all the detailed rx_errors int