Re: [PATCH] ucc_geth: Move freeing of TX packets to NAPI context.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Anton Vorontsov
Date: Wednesday, March 25, 2009 - 7:25 am

On Wed, Mar 25, 2009 at 02:30:49PM +0100, Joakim Tjernlund wrote:

Some time ago I've tried a similar thing for this driver, but during
tcp (or udp I don't quite remember) netperf tests I was getting tx
watchdog timeouts after ~2-5 minutes of work. I was testing with a
gigabit and 100 Mbit link, with 100 Mbit link the issue was not
reproducible.

Though, I recalling I was doing a bit more than your patch: I was
also clearing the TX events in the ucce register before calling
ucc_geth_tx, that way I was trying to avoid stale interrupts. That
helped to increase an overall performance (not only responsiveness),
but as I said my approach didn't pass the tests.

I don't really think that your patch may cause this, but can you
try netperf w/ this patch applied anyway? And see if it really
doesn't cause any issues under stress?

Thanks,

-- 
Anton Vorontsov
email: cbouatmailru@gmail.com
irc://irc.freenode.net/bd2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] ucc_geth: Move freeing of TX packets to NAPI context., Joakim Tjernlund, (Wed Mar 25, 6:30 am)
Re: [PATCH] ucc_geth: Move freeing of TX packets to NAPI c ..., Anton Vorontsov, (Wed Mar 25, 7:25 am)
Re: [PATCH] ucc_geth: Move freeing of TX packets to NAPI c ..., Joakim Tjernlund, (Wed Mar 25, 10:51 am)