netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/9] Intel Wired LAN Driver Updates
@ 2014-01-17 23:36 Aaron Brown
  2014-01-17 23:36 ` [net-next 1/9] i40e: fix compile warning on checksum_local Aaron Brown
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Aaron Brown @ 2014-01-17 23:36 UTC (permalink / raw)
  To: davem; +Cc: Aaron Brown, netdev, gospo, sassmann

This series contains updates to i40e.  

Neerav implements DCB and DCBNL support and adds DCB options
to Kconfig.  DCB is disabled by default.

Anjali refactors flow control director to fix inconsistencies
that were preventing clean unloads of the driver, move the
queues for handling flow director error into their own hardware
VSI and implement a corrected version of the basic ethtool add 
ntuple rule.

Jesse provides fixes for a compiler warning, firmware workaround,
white space fixes and renames some defines.

Shannon reworks the device ID #defines to follow the
DEV_ID_ convention followed by our other drivers.

Jesse Brandeburg (4):
  i40e: fix compile warning on checksum_local
  i40e: Change firmware workaround
  i40e: whitespace fixes
  i40e: rename defines
 
Anjali Singhai Jain (1):
  i40e: refactor flow director

Neerav Parikh (3):
  i40e: implement DCB support infastructure
  i40e: add DCB and DCBNL support
  i40e: add DCB option to Kconfig

Shannon Nelson (1):
  i40e: Fix device ID define names to align to standard

 drivers/net/ethernet/intel/Kconfig                 |   8 +
 drivers/net/ethernet/intel/i40e/Makefile           |   2 +
 drivers/net/ethernet/intel/i40e/i40e.h             |  21 +-
 drivers/net/ethernet/intel/i40e/i40e_common.c      | 145 +++-
 drivers/net/ethernet/intel/i40e/i40e_dcb.c         | 469 +++++++++++++
 drivers/net/ethernet/intel/i40e/i40e_dcb.h         | 107 +++
 drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c      | 316 +++++++++
 drivers/net/ethernet/intel/i40e/i40e_debugfs.c     |  59 ++
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c     |  17 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c        | 733 +++++++++++++++------
 drivers/net/ethernet/intel/i40e/i40e_nvm.c         |   2 +-
 drivers/net/ethernet/intel/i40e/i40e_prototype.h   |  22 +-
 drivers/net/ethernet/intel/i40e/i40e_txrx.c        |   2 +-
 drivers/net/ethernet/intel/i40e/i40e_type.h        |  45 +-
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |   4 +-
 drivers/net/ethernet/intel/i40evf/i40e_common.c    |  24 +-
 drivers/net/ethernet/intel/i40evf/i40e_type.h      |  32 +-
 drivers/net/ethernet/intel/i40evf/i40evf_main.c    |   2 +-
 18 files changed, 1711 insertions(+), 299 deletions(-)
 create mode 100644 drivers/net/ethernet/intel/i40e/i40e_dcb.c
 create mode 100644 drivers/net/ethernet/intel/i40e/i40e_dcb.h
 create mode 100644 drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c

-- 
1.8.5.GIT

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

end of thread, other threads:[~2014-01-18  3:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-17 23:36 [net-next 0/9] Intel Wired LAN Driver Updates Aaron Brown
2014-01-17 23:36 ` [net-next 1/9] i40e: fix compile warning on checksum_local Aaron Brown
2014-01-17 23:36 ` [net-next 2/9] i40e: Change firmware workaround Aaron Brown
2014-01-17 23:36 ` [net-next 3/9] i40e: whitespace fixes Aaron Brown
2014-01-17 23:36 ` [net-next 4/9] i40e: rename defines Aaron Brown
2014-01-17 23:36 ` [net-next 5/9] i40e: refactor flow director Aaron Brown
2014-01-17 23:36 ` [net-next 6/9] i40e: implement DCB support infastructure Aaron Brown
2014-01-17 23:36 ` [net-next 7/9] i40e: add DCB and DCBNL support Aaron Brown
2014-01-17 23:36 ` [net-next 8/9] i40e: add DCB option to Kconfig Aaron Brown
2014-01-17 23:36 ` [net-next 9/9] i40e: Fix device ID define names to align to standard Aaron Brown
2014-01-18  3:17 ` [net-next 0/9] 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).