[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A9D2DBF.8030200@trash.net>
Date: Tue, 01 Sep 2009 16:20:47 +0200
From: Patrick McHardy <kaber@...sh.net>
To: Christoph Lameter <cl@...ux-foundation.org>
CC: Eric Dumazet <eric.dumazet@...il.com>,
Mark Smith <lk-netdev@...netdev.nosense.org>,
Jarek Poplawski <jarkao2@...il.com>, netdev@...r.kernel.org,
davem@...ux-foundation.org
Subject: Re: UDP is bypassing qdisc statistics ....
Christoph Lameter wrote:
> Eric: This occurs with a Broadcom driver (bnx2). There is only one
> network device up and the IP statistics are correctly incremented.
That explains it. The bnx2 driver uses multiple TX queues, but
tc_dump_qdisc() only dumps the statistics from queue number 0.
Not sure whether we should sum them up or dump the statistics
from each queue (or both). Summing them up avoids userspace
visible changes when drivers are converted to multiq.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists