netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net 0/3][pull request] Intel Wired LAN Driver Updates 2015-06-04
@ 2015-06-05  3:27 Jeff Kirsher
  2015-06-05  3:27 ` [net 1/3] i40e/i40evf: Fix mixed size frags and linearization Jeff Kirsher
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jeff Kirsher @ 2015-06-05  3:27 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene, john.ronciak

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

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

end of thread, other threads:[~2015-06-06  4:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05  3:27 [net 0/3][pull request] Intel Wired LAN Driver Updates 2015-06-04 Jeff Kirsher
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

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