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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to