[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091123152724.2871cf4d@marrow.netinsight.se>
Date: Mon, 23 Nov 2009 15:27:24 +0100
From: Simon Kagstrom <simon.kagstrom@...insight.net>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, davej@...hat.com, shemminger@...tta.com,
romieu@...zoreil.com
Subject: [PATCH v2 0/7] via-velocity performance fixes
Hi again!
This is version two of the series posted here:
http://marc.info/?l=linux-netdev&m=125873023117769&w=2
The new version tries to integrate Stephen and Davids comments, and
also some general improvements which I've done. There are 7 patches:
1. See to it that data is 64-byte aligned (same as before)
2. Add ethtool interrupt coalescing support. This is the old "adaptive
interrupt suppression" patch, which is now implemented through the
ethtool interface. Both tx/rx frames and tx/rx time can be
controlled. The module parameters have been removed.
The default is everything off (i.e., as before).
3. NAPI support for via-velocity (same as before, but rebased)
4. Change DMA length default (same as before, rebased)
5. Re-enable scatter-gather support. This is also implemented through
ethtool, and therefore needs to be turned on. It's not always a win,
but for some netperf runs it improves stuff.
6. Set tx checksum from ethtool instead of a module parameter (new
patch)
7. Bump the version.
To get the same performance results as before, you now need to setup
interrupt supression with
ethtool -C eth-swa rx-usecs 20 tx-usecs 100 tx-frames 31 rx-frames 31
(which are the defaults from the VIA driver)
// Simon
--
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