netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/5][pull request] 40GbE Intel Wired LAN Driver Updates 2016-01-08
@ 2016-01-08 10:14 Jeff Kirsher
  2016-01-08 10:14 ` [net-next 1/5] i40e: change log messages and error returns Jeff Kirsher
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jeff Kirsher @ 2016-01-08 10:14 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene, john.ronciak

This series contains updates to i40e and i40evf only.

Mitch adds a useful error message and return value when the VFs are being
reset, since there is a brief window of time when the VF cannot be
configured because they do not have a VSI to configure.  Also made a driver
change to allow the user to specify a zero MAC address for VFs, which
causes the existing MAC address to be removed and allows the VF to use a
random address (like libvirt).

Sowmini Varadhan from Oracle adds similar functionality/fix to i40e that
was added to ixgbe earlier.  The fix attempts to look up the MAC address
in the Open Firmware on systems that support it and use IDPROM on SPARC
if no OF address is found.

Anjali provides a fix the code path so that we do not call skb_set_hash()
if the feature is disabled.

Jesse removes a device ID that has never been productized and there are
no plans to use it, so just remove it.

The following are changes since commit 24759daa018f0fc8cccebc89d3dee0953e73785a:
  Merge branch 'macb-usrio-cap'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Anjali Singhai Jain (1):
  i40e: Fix Rx hash reported to the stack by our driver

Jesse Brandeburg (1):
  i40e: remove forever unused ID

Mitch Williams (2):
  i40e: change log messages and error returns
  i40e: allow zero MAC address for VFs

Sowmini Varadhan (1):
  i40e: Look up MAC address in Open Firmware or IDPROM

 drivers/net/ethernet/intel/i40e/i40e.h             |  1 +
 drivers/net/ethernet/intel/i40e/i40e_common.c      |  1 -
 drivers/net/ethernet/intel/i40e/i40e_devids.h      |  1 -
 drivers/net/ethernet/intel/i40e/i40e_main.c        | 91 +++++++++++++++++++++-
 drivers/net/ethernet/intel/i40e/i40e_txrx.c        | 54 +++++++------
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 38 +++++----
 drivers/net/ethernet/intel/i40evf/i40e_common.c    |  1 -
 drivers/net/ethernet/intel/i40evf/i40e_devids.h    |  1 -
 drivers/net/ethernet/intel/i40evf/i40e_txrx.c      | 54 +++++++------
 9 files changed, 173 insertions(+), 69 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-01-08 17:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08 10:14 [net-next 0/5][pull request] 40GbE Intel Wired LAN Driver Updates 2016-01-08 Jeff Kirsher
2016-01-08 10:14 ` [net-next 1/5] i40e: change log messages and error returns Jeff Kirsher
2016-01-08 10:14 ` [net-next 2/5] i40e: allow zero MAC address for VFs Jeff Kirsher
2016-01-08 10:14 ` [net-next 3/5] i40e: Look up MAC address in Open Firmware or IDPROM Jeff Kirsher
2016-01-08 10:14 ` [net-next 4/5] i40e: Fix Rx hash reported to the stack by our driver Jeff Kirsher
2016-01-08 10:14 ` [net-next 5/5] i40e: remove forever unused ID Jeff Kirsher
2016-01-08 17:44 ` [net-next 0/5][pull request] 40GbE Intel Wired LAN Driver Updates 2016-01-08 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).