netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/9][pull request] Intel Wired LAN Driver Update
@ 2011-06-25  7:22 Jeff Kirsher
  2011-06-25  7:22 ` [net-next 1/9] ixgbe: pass adapter struct instead of netdev for interrupt data Jeff Kirsher
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Jeff Kirsher @ 2011-06-25  7:22 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, gospo

The following series contains updates to ixgbe.  The changes are mainly
cleanup/update of the ixgbe driver.

The following are changes since commit c6af9c406ceb3434281cf230938453931dcbab75:
  net: wimax: Remove of unused 'rfkill_input' pointer
and are available in the git repository at:
  master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 master

Alexander Duyck (5):
  ixgbe: pass adapter struct instead of netdev for interrupt data
  ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline function
  ixgbe: Move all values that deal with count, next_to_use,
    next_to_clean to u16
  ixgbe: Add one function that handles most of context descriptor setup
  ixgbe: Update method used for determining descriptor count for an skb

John Fastabend (3):
  ixgbe: complete FCoE initialization from setapp() routine
  ixgbe: remove unused fcoe.tc field and fcoe_setapp()
  ixgbe: implement DCB ops dcb_ieee_del()

Lior Levy (1):
  ixgbe: A fix to VF TX rate limit

 drivers/net/ixgbe/ixgbe.h        |   21 ++-
 drivers/net/ixgbe/ixgbe_dcb_nl.c |   74 ++++++--
 drivers/net/ixgbe/ixgbe_fcoe.c   |  139 +++-----------
 drivers/net/ixgbe/ixgbe_fcoe.h   |    1 -
 drivers/net/ixgbe/ixgbe_main.c   |  390 +++++++++++++++++---------------------
 drivers/net/ixgbe/ixgbe_sriov.c  |   16 ++
 drivers/net/ixgbe/ixgbe_type.h   |    2 +-
 7 files changed, 298 insertions(+), 345 deletions(-)

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [net-next 0/9][pull request] Intel Wired LAN Driver Update
@ 2011-09-20  7:11 Jeff Kirsher
  2011-09-20 18:38 ` David Miller
  0 siblings, 1 reply; 13+ messages in thread
From: Jeff Kirsher @ 2011-09-20  7:11 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, gospo

The following series contains updates to igb only.  This is a smaller
subset of an earlier push request I sent, minus the problem/dependent
patches.  The missing patches are:
  ixgb: eliminate checkstack warnings (Jesse has a v2 in test now)
  igb: Make Tx budget for NAPI user adjustable (I am reworking)
these patches were not included as well since they were somewhat dependent
on the patch I am currently re-working.
  igb: split buffer_info into tx_buffer_info and rx_buffer_info
  igb: Consolidate creation of Tx context descriptors into a single

The following are changes since commit 765cf9976e937f1cfe9159bf4534967c8bf8eb6d:
  tcp: md5: remove one indirection level in tcp_md5sig_pool
and are available in the git repository at:
  git://github.com/Jkirsher/net-next.git

Alexander Duyck (9):
  igb: Update RXDCTL/TXDCTL configurations
  igb: Update max_frame_size to account for an optional VLAN tag if
    present
  igb: drop support for single buffer mode
  igb: streamline Rx buffer allocation and cleanup
  igb: update ring and adapter structure to improve performance
  igb: Refactor clean_rx_irq to reduce overhead and improve performance
  igb: drop the "adv" off function names relating to descriptors
  igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC
  igb: Remove multi_tx_table and simplify igb_xmit_frame

 drivers/net/ethernet/intel/igb/igb.h         |  117 +++---
 drivers/net/ethernet/intel/igb/igb_ethtool.c |   15 +-
 drivers/net/ethernet/intel/igb/igb_main.c    |  524 ++++++++++++--------------
 3 files changed, 311 insertions(+), 345 deletions(-)

-- 
1.7.6.2

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

end of thread, other threads:[~2011-09-20 18:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25  7:22 [net-next 0/9][pull request] Intel Wired LAN Driver Update Jeff Kirsher
2011-06-25  7:22 ` [net-next 1/9] ixgbe: pass adapter struct instead of netdev for interrupt data Jeff Kirsher
2011-06-25  7:22 ` [net-next 2/9] ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline function Jeff Kirsher
2011-06-25  7:22 ` [net-next 3/9] ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16 Jeff Kirsher
2011-06-25  7:22 ` [net-next 4/9] ixgbe: Add one function that handles most of context descriptor setup Jeff Kirsher
2011-06-25  7:22 ` [net-next 5/9] ixgbe: Update method used for determining descriptor count for an skb Jeff Kirsher
2011-06-25  7:22 ` [net-next 6/9] ixgbe: A fix to VF TX rate limit Jeff Kirsher
2011-06-25  7:22 ` [net-next 7/9] ixgbe: complete FCoE initialization from setapp() routine Jeff Kirsher
2011-06-25  7:22 ` [net-next 8/9] ixgbe: remove unused fcoe.tc field and fcoe_setapp() Jeff Kirsher
2011-06-25  7:22 ` [net-next 9/9] ixgbe: implement DCB ops dcb_ieee_del() Jeff Kirsher
2011-06-27  7:08 ` [net-next 0/9][pull request] Intel Wired LAN Driver Update David Miller
  -- strict thread matches above, loose matches on Subject: below --
2011-09-20  7:11 Jeff Kirsher
2011-09-20 18:38 ` 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).