netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
	netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
	jogreene@redhat.com
Subject: [net 0/2][pull request] Intel Wired LAN Driver Updates 2017-03-02
Date: Thu,  2 Mar 2017 18:24:46 -0800	[thread overview]
Message-ID: <20170303022448.79638-1-jeffrey.t.kirsher@intel.com> (raw)

This series contains fixes to ixgbe only.

Paolo fixes the driver so that you can actually update the RSS key value
via ethtool.

Alex fixes an issue on architectures that have a cache line size larger
than 64 Bytes, where the amount of headroom for the frame starts
shrinking.  To take this into account, Alex adds one small check so that
we compare the max_frame to the amount of actual data we can store, so
we will automatically enable 3K receive buffers as soon as the maximum
frame size we can handle drops below the standard Ethernet MTU.

The following are changes since commit 9f674e48c13dcbc31ac903433727837795b81efe:
  xen-netback: Use GFP_ATOMIC to allocate hash
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 10GbE

Alexander Duyck (1):
  ixgbe: Limit use of 2K buffers on architectures with 256B or larger
    cache lines

Paolo Abeni (1):
  ixgbe: update the rss key on h/w, when ethtool ask for it

 drivers/net/ethernet/intel/ixgbe/ixgbe.h         |  3 ++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c |  4 +++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    | 22 ++++++++++++++++++----
 3 files changed, 23 insertions(+), 6 deletions(-)

-- 
2.12.0

             reply	other threads:[~2017-03-03  2:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-03  2:24 Jeff Kirsher [this message]
2017-03-03  2:24 ` [net 1/2] ixgbe: update the rss key on h/w, when ethtool ask for it Jeff Kirsher
2017-03-03  2:24 ` [net 2/2] ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache lines Jeff Kirsher
2017-03-03 12:24   ` David Laight
2017-03-03 15:55     ` Duyck, Alexander H
2017-03-03 17:33 ` [net 0/2][pull request] Intel Wired LAN Driver Updates 2017-03-02 David Miller

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=20170303022448.79638-1-jeffrey.t.kirsher@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=davem@davemloft.net \
    --cc=jogreene@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@redhat.com \
    --cc=sassmann@redhat.com \
    /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 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).