netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net 0/2][pull request] Intel Wired LAN Driver Updates 2016-04-13
@ 2016-04-14  3:47 Jeff Kirsher
  2016-04-14  3:47 ` [net 1/2] i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet Jeff Kirsher
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff Kirsher @ 2016-04-14  3:47 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene, john.ronciak

This series contains updates to i40e, i40evf and fm10k.

Alex fixes a bug introduced earlier based on his interpretation of the
XL710 datasheet.  The actual limit for fragments with TSO and a skbuff
that has payload data in the header portion of the buffer is actually
only 7 fragments and the skb-data portion counts as 2 buffers, one for
the TSO header, and the one for a segment payload buffer.

Jacob fixes a bug where in a previous refactor of the code broke
multi-bit updates for VFs.  The problem occurs because a multi-bit
request has a non-zero length, and the PF would simply drop any
request with the upper 16 bits set.

The following are changes since commit a6d37131c02f15463daa00e2f1da6824e8e00de2:
  net: ethernet: renesas: ravb_main: test clock rate to avoid division by 0
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue master

Alexander Duyck (1):
  i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per
    packet

Jacob Keller (1):
  fm10k: fix multi-bit VLAN update requests from VF

 drivers/net/ethernet/intel/fm10k/fm10k_pf.c   | 30 +++++++++++-----
 drivers/net/ethernet/intel/i40e/i40e_txrx.c   | 49 +++++++++++++--------------
 drivers/net/ethernet/intel/i40e/i40e_txrx.h   | 10 ++++--
 drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 49 +++++++++++++--------------
 drivers/net/ethernet/intel/i40evf/i40e_txrx.h | 10 ++++--
 5 files changed, 84 insertions(+), 64 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-04-14  4:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14  3:47 [net 0/2][pull request] Intel Wired LAN Driver Updates 2016-04-13 Jeff Kirsher
2016-04-14  3:47 ` [net 1/2] i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packet Jeff Kirsher
2016-04-14  3:47 ` [net 2/2] fm10k: fix multi-bit VLAN update requests from VF Jeff Kirsher
2016-04-14  4:32 ` [net 0/2][pull request] Intel Wired LAN Driver Updates 2016-04-13 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).