netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 net-next 0/2] patchset: Support for configurable RSS hash key
@ 2014-03-17 12:31 Venkat Duvvuru
  2014-03-19 19:59 ` David Miller
  0 siblings, 1 reply; 15+ messages in thread
From: Venkat Duvvuru @ 2014-03-17 12:31 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 option.

v5:
1. Removed "inline" keyword for ethtool_copy_validate_indir function.
2. Added description about what "indir_size == 0xDEADBEEF" means.

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

 drivers/net/ethernet/emulex/benet/be.h         |   12 ++-
 drivers/net/ethernet/emulex/benet/be_cmds.c    |    7 +-
 drivers/net/ethernet/emulex/benet/be_cmds.h    |    2 +-
 drivers/net/ethernet/emulex/benet/be_ethtool.c |  103 ++++++++++--
 drivers/net/ethernet/emulex/benet/be_main.c    |   31 ++--
 include/linux/ethtool.h                        |   13 ++
 include/uapi/linux/ethtool.h                   |   29 +++
 net/core/ethtool.c                             |  219 ++++++++++++++++++++++--
 8 files changed, 371 insertions(+), 45 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-04-03 18:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17 12:31 [PATCH v5 net-next 0/2] patchset: Support for configurable RSS hash key Venkat Duvvuru
2014-03-19 19:59 ` David Miller
2014-03-20 12:02   ` Venkata Duvvuru
2014-03-20 19:43     ` David Miller
2014-03-21 14:33   ` Ben Hutchings
2014-03-21 19:28     ` David Miller
2014-03-26  9:21       ` Venkata Duvvuru
2014-03-27 18:53         ` David Miller
2014-03-28  1:39           ` Ben Hutchings
2014-03-28 21:12             ` David Miller
2014-04-01 15:19               ` Venkata Duvvuru
2014-04-01 16:20                 ` David Miller
2014-04-01 16:55                   ` Ben Hutchings
2014-04-02 11:14                   ` Venkata Duvvuru
2014-04-03 18:37                     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).