netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 ethtool 0/2] patchset - Support for configurable RSS hash key
@ 2014-06-06 15:51 Venkat Duvvuru
  2014-07-15 15:24 ` Venkat Duvvuru
  0 siblings, 1 reply; 2+ messages in thread
From: Venkat Duvvuru @ 2014-06-06 15:51 UTC (permalink / raw)
  To: ben; +Cc: netdev, 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.

v6:
1. Addressed Ben's comments.
2. Fixed memory leaks in do_grxfhindir, do_srxfhindir, do_srxfh, do_grxfh.
3. Handled memory allocation failures in do_grxfhindir, do_srxfhindir, do_srxfh, do_grxfh.

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

 ethtool-copy.h |  478 ++++++++++++++++++++++++++++++++++++++++++--------------
 ethtool.8.in   |   18 ++-
 ethtool.c      |  390 ++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 703 insertions(+), 183 deletions(-)

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

* RE: [PATCH v6 ethtool 0/2] patchset - Support for configurable RSS hash key
  2014-06-06 15:51 [PATCH v6 ethtool 0/2] patchset - Support for configurable RSS hash key Venkat Duvvuru
@ 2014-07-15 15:24 ` Venkat Duvvuru
  0 siblings, 0 replies; 2+ messages in thread
From: Venkat Duvvuru @ 2014-07-15 15:24 UTC (permalink / raw)
  To: ben; +Cc: netdev, Venkat Duvvuru

Ben, 
Are there any  review comments on this patchset?

/Venkat.

> -----Original Message-----
> From: netdev-owner@vger.kernel.org [mailto:netdev-
> owner@vger.kernel.org] On Behalf Of Venkat Duvvuru
> Sent: Friday, June 06, 2014 9:21 PM
> To: ben@decadent.org.uk
> Cc: netdev@vger.kernel.org; Venkat Duvvuru
> Subject: [PATCH v6 ethtool 0/2] patchset - Support for configurable RSS hash
> key
> 
> 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.
> 
> v6:
> 1. Addressed Ben's comments.
> 2. Fixed memory leaks in do_grxfhindir, do_srxfhindir, do_srxfh, do_grxfh.
> 3. Handled memory allocation failures in do_grxfhindir, do_srxfhindir,
> do_srxfh, do_grxfh.
> 
> Venkat Duvvuru (2):
>   ethtool: Support for configurable RSS hash key
>   ethtool: Support for configurable RSS hash key
> 
>  ethtool-copy.h |  478
> ++++++++++++++++++++++++++++++++++++++++++--------------
>  ethtool.8.in   |   18 ++-
>  ethtool.c      |  390 ++++++++++++++++++++++++++++++++++++++--------
>  3 files changed, 703 insertions(+), 183 deletions(-)
> 
> --
> 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

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

end of thread, other threads:[~2014-07-15 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-06 15:51 [PATCH v6 ethtool 0/2] patchset - Support for configurable RSS hash key Venkat Duvvuru
2014-07-15 15:24 ` Venkat Duvvuru

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).