This series contains updates to ixgbe and ixgbevf.

Veola fixes how the backplane reports the media in ethtool, as KR, KX or
KX4 based on the backplane interface present.

Emil fixes ixgbevf since an incorrect size parameter for
ixgbevf_write_msg_read_ack() ended up only giving the PF the first 4
bytes of the MAC address, so correct the size by calculating it on the
fly for all instances where we call ixgbevf_write_msg_read_ack().  Added
geneve receive offload support for x550em_a.

Don fixes the LED interface for x557 since it uses a different interface.
Added support for the new x557 copper device.

The following are changes since commit 8238ac0ce27b9537a4c161e0382abfc613ee577b:
  Merge branch 'tun-cleanups'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 10GbE

Don Skidmore (3):
  ixgbe: Fix led interface for X557 devices
  ixgbe: add device to MDIO speed setting
  ixgbe: Add support for new X557 device

Emil Tantilov (2):
  ixgbevf: fix incorrect MAC address on load
  ixgbe: add support for geneve Rx offload

Veola Nazareth (1):
  ixgbe: report correct media type for KR, KX and KX4 interfaces

 drivers/net/ethernet/intel/ixgbe/ixgbe.h         |   4 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c  |   1 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c |   4 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    | 175 ++++++++++++++++-------
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h    |  11 ++
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c    |  62 +++++++-
 drivers/net/ethernet/intel/ixgbevf/vf.c          |  21 ++-
 7 files changed, 217 insertions(+), 61 deletions(-)

-- 
2.7.4

Reply via email to