All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Keller <jacob.e.keller@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH v1 0/3] i40e: fix RSS on X722
Date: Tue, 19 Jul 2016 16:23:28 -0700	[thread overview]
Message-ID: <20160719232331.31422-1-jacob.e.keller@intel.com> (raw)

The X722 device supports configuring the RSS lookup table and hash key
using the admin queue instead of using registers. However, this
functionality is broken due to a couple of missing refactors which got
lost in the mix. This patch series moves some code around and finishes
the missing refactors so that things work as expected. It resolves a
NULL pointer dereference caused by ethtool -X and fixes VMQd user
configured RSS settings.

Jacob Keller (3):
  i40e: move i40e_vsi_config_rss below i40e_get_rss_aq
  i40e: fix broken i40e_config_rss_aq function
  i40e: use configured RSS key and lookup table in i40e_vsi_config_rss

 drivers/net/ethernet/intel/i40e/i40e_main.c | 124 ++++++++++++++--------------
 1 file changed, 63 insertions(+), 61 deletions(-)

-- 
2.9.0.rc1.405.g81f467e


             reply	other threads:[~2016-07-19 23:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-19 23:23 Jacob Keller [this message]
2016-07-19 23:23 ` [Intel-wired-lan] [PATCH v1 1/3] i40e: move i40e_vsi_config_rss below i40e_get_rss_aq Jacob Keller
2016-08-19 21:58   ` Bowers, AndrewX
2016-07-19 23:23 ` [Intel-wired-lan] [PATCH v1 2/3] i40e: fix broken i40e_config_rss_aq function Jacob Keller
2016-08-19 21:59   ` Bowers, AndrewX
2016-07-19 23:23 ` [Intel-wired-lan] [PATCH v1 3/3] i40e: use configured RSS key and lookup table in i40e_vsi_config_rss Jacob Keller
2016-08-19 22:00   ` Bowers, AndrewX
2016-07-19 23:47 ` [Intel-wired-lan] [PATCH v1 0/3] i40e: fix RSS on X722 Keller, Jacob E

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160719232331.31422-1-jacob.e.keller@intel.com \
    --to=jacob.e.keller@intel.com \
    --cc=intel-wired-lan@osuosl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.