All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 ethtool 0/2] patchset - Support for configurable RSS hash key
@ 2014-03-17 12:32 Venkat Duvvuru
  0 siblings, 0 replies; only message in thread
From: Venkat Duvvuru @ 2014-03-17 12:32 UTC (permalink / raw)
  To: netdev; +Cc: Venkat Duvvuru

NIC drivers that support RSS use either a hard-coded value or a random value
for the RSS hash key. Irrespective of the type of the key used, the user
would want to change the hash key if he/she is not satisfied with the
effectiveness of the default hash-key in spreading the incoming flows evenly
across the RSS queues.

This patch set adds support for configuring the RSS hash-key via the ethtool
interface using .X/-x option.

v4:
1. Edited ethtool_rxfh command description to fit into one physical line.
2. Edited rss_config description to explain how indirection table and hashkey
   are arranged in memory.
3. Added description about what "indir_size == 0xDEADBEEF" means.


Venkat Duvvuru (2):
  ethtool: Support for configurable RSS hash key
  ethtool: Support for configurable RSS hash key

 ethtool-copy.h |   34 +++++++-
 ethtool.8.in   |   18 +++--
 ethtool.c      |  253 ++++++++++++++++++++++++++++++++++++++++++++------------
 3 files changed, 244 insertions(+), 61 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-17 12:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-17 12:32 [PATCH v4 ethtool 0/2] patchset - Support for configurable RSS hash key Venkat Duvvuru

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.