netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 00/13][pull request] Intel Wired LAN Driver Updates
@ 2013-10-10  6:40 Jeff Kirsher
  2013-10-10  6:40 ` [net-next 01/13] i40e: Link code updates Jeff Kirsher
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Jeff Kirsher @ 2013-10-10  6:40 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, gospo, sassmann

This series contains updates to i40e only.

Alex provides the majority of the patches against i40e, where he does
cleanup of the Tx and RX queues and to align the code with the known
good Tx/Rx queue code in the ixgbe driver.

Anjali provides an i40e patch to update link events to not print to
the log until the device is administratively up.

Catherine provides a patch to update the driver version.

The following are changes since commit b68656b22fd7a3e03087c11b2b45c15c0b328609:
  be2net: change the driver version number to 4.9.224.0
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next master

Alexander Duyck (11):
  i40e: Drop unused completed stat
  i40e: Cleanup Tx buffer info layout
  i40e: Do not directly increment Tx next_to_use
  i40e: clean up Tx fast path
  i40e: Drop dead code and flags from Tx hotpath
  i40e: Add support for Tx byte queue limits
  i40e: Split bytes and packets from Rx/Tx stats
  i40e: Move q_vectors from pointer to array to array of pointers
  i40e: Replace ring container array with linked list
  i40e: Move rings from pointer to array to array of pointers
  i40e: Add support for 64 bit netstats

Anjali Singhai (1):
  i40e: Link code updates

Catherine Sullivan (1):
  i40e: Bump version

 drivers/net/ethernet/intel/i40e/i40e.h         |  11 +-
 drivers/net/ethernet/intel/i40e/i40e_debugfs.c | 207 ++++++------
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c |  69 ++--
 drivers/net/ethernet/intel/i40e/i40e_main.c    | 442 ++++++++++++++++---------
 drivers/net/ethernet/intel/i40e/i40e_txrx.c    | 358 ++++++++++----------
 drivers/net/ethernet/intel/i40e/i40e_txrx.h    |  35 +-
 6 files changed, 650 insertions(+), 472 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2013-10-10 19:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10  6:40 [net-next 00/13][pull request] Intel Wired LAN Driver Updates Jeff Kirsher
2013-10-10  6:40 ` [net-next 01/13] i40e: Link code updates Jeff Kirsher
2013-10-10  6:41 ` [net-next 02/13] i40e: Drop unused completed stat Jeff Kirsher
2013-10-10  6:41 ` [net-next 03/13] i40e: Cleanup Tx buffer info layout Jeff Kirsher
2013-10-10  6:41 ` [net-next 04/13] i40e: Do not directly increment Tx next_to_use Jeff Kirsher
2013-10-10  6:41 ` [net-next 05/13] i40e: clean up Tx fast path Jeff Kirsher
2013-10-10  6:41 ` [net-next 06/13] i40e: Drop dead code and flags from Tx hotpath Jeff Kirsher
2013-10-10  6:41 ` [net-next 07/13] i40e: Add support for Tx byte queue limits Jeff Kirsher
2013-10-10  6:41 ` [net-next 08/13] i40e: Split bytes and packets from Rx/Tx stats Jeff Kirsher
2013-10-10  6:41 ` [net-next 09/13] i40e: Move q_vectors from pointer to array to array of pointers Jeff Kirsher
2013-10-10  6:41 ` [net-next 10/13] i40e: Replace ring container array with linked list Jeff Kirsher
2013-10-10  6:41 ` [net-next 11/13] i40e: Move rings from pointer to array to array of pointers Jeff Kirsher
2013-10-10  6:41 ` [net-next 12/13] i40e: Add support for 64 bit netstats Jeff Kirsher
2013-10-10  6:41 ` [net-next 13/13] i40e: Bump version Jeff Kirsher
2013-10-10 19:30 ` [net-next 00/13][pull request] Intel Wired LAN Driver Updates 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).