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, john.ronciak@intel.com
Subject: [net 0/3][pull request] Intel Wired LAN Driver Updates 2015-06-04
Date: Thu, 4 Jun 2015 20:27:01 -0700 [thread overview]
Message-ID: <1433474824-5414-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)
This series contains updates to i40e and i40evf.
Anjali provides three fixes, first to resolve a Tx queue hang if mixed
size frags are passed to the driver while using TSO. There was a corner
case where we needed to linearize but we were not. Next fixes a bug in
the default configuration which prevented a software bridge loaded on the
PF interface from working correctly because broadcast packets are
incorrectly looped back. Lastly fixes an NPAR bug when SRIOV is enabled,
where we need to be in VEB mode, not VEPA mode at probe.
The following are changes since commit 6e540309326188f769e03bb4c6dd8ff6752930c2:
ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue master
Anjali Singhai Jain (3):
i40e/i40evf: Fix mixed size frags and linearization
i40e: start up in VEPA mode by default
i40e: Make sure to be in VEB mode if SRIOV is enabled at probe
drivers/net/ethernet/intel/i40e/i40e.h | 1 +
drivers/net/ethernet/intel/i40e/i40e_debugfs.c | 9 ++++++
drivers/net/ethernet/intel/i40e/i40e_main.c | 35 +++++++++++++++++++---
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 25 +++++++---------
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 10 ++++++-
drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 25 +++++++---------
6 files changed, 70 insertions(+), 35 deletions(-)
--
2.1.0
next reply other threads:[~2015-06-05 3:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-05 3:27 Jeff Kirsher [this message]
2015-06-05 3:27 ` [net 1/3] i40e/i40evf: Fix mixed size frags and linearization Jeff Kirsher
2015-06-05 3:27 ` [net 2/3] i40e: start up in VEPA mode by default Jeff Kirsher
2015-06-05 3:27 ` [net 3/3] i40e: Make sure to be in VEB mode if SRIOV is enabled at probe Jeff Kirsher
2015-06-06 4:17 ` [net 0/3][pull request] Intel Wired LAN Driver Updates 2015-06-04 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=1433474824-5414-1-git-send-email-jeffrey.t.kirsher@intel.com \
--to=jeffrey.t.kirsher@intel.com \
--cc=davem@davemloft.net \
--cc=jogreene@redhat.com \
--cc=john.ronciak@intel.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).