[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <36D9DB17C6DE9E40B059440DB8D95F5205CD3405@orsmsx418.amr.corp.intel.com>
Date: Tue, 5 Aug 2008 18:13:04 -0700
From: "Brandeburg, Jesse" <jesse.brandeburg@...el.com>
To: "Denys Fedoryshchenko" <denys@...p.net.lb>,
<netdev@...r.kernel.org>
Subject: RE: thousands of classes, e1000 TX unit hang
Denys Fedoryshchenko wrote:
> I did script, that looks something like this (to simulate SFQ by flow
> classifier):
<snip>
Just to clarify for e1000 message, this is a "false hang" as indicated
by .status = 1 and TDH==TDT and both are still moving, which means
adapter is still transmitting.
In this case it appears that the system took longer than two seconds to
allow the e1000 driver to clean up packets that it transmitted, in fact
it appears to be delayed by about a constant 700 jiffies or so.
> Error message appearing in dmesg:
> [149650.006939] e1000: eth0: e1000_clean_tx_irq: Detected Tx Unit Hang
> [149650.006943] Tx Queue <0>
> [149650.006944] TDH <a3>
> [149650.006945] TDT <a3>
> [149650.006947] next_to_use <a3>
> [149650.006948] next_to_clean <f8>
> [149650.006949] buffer_info[next_to_clean]
> [149650.006951] time_stamp <8e69a7c>
> [149650.006952] next_to_watch <f8>
> [149650.006953] jiffies <8e6a111>
> [149650.006954] next_to_watch.status <1>
> [149655.964100] e1000: eth0: e1000_clean_tx_irq: Detected Tx Unit Hang
> [149655.964104] Tx Queue <0>
> [149655.964105] TDH <6c>
> [149655.964107] TDT <6c>
> [149655.964108] next_to_use <6c>
> [149655.964109] next_to_clean <c1>
> [149655.964111] buffer_info[next_to_clean]
> [149655.964112] time_stamp <8e6b198>
> [149655.964113] next_to_watch <c1>
> [149655.964115] jiffies <8e6b853>
> [149655.964116] next_to_watch.status <1>
So I don't think this is any e1000 problem as it appears the rest of
your thread confirms, as it appears the system gets too busy trying to
traverse your tc filters and can't work on e1000 driver packet clean up.
Jesse
--
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