netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next v4 0/5][pull request] 10GbE Intel Wired LAN Driver Updates 2017-07-25
@ 2017-07-25 23:41 Jeff Kirsher
  2017-07-25 23:41 ` [net-next v4 1/5] ixgbe: Ensure MAC filter was added before setting MACVLAN Jeff Kirsher
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jeff Kirsher @ 2017-07-25 23:41 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

This series contains updates to ixgbe only.

Tony provides all of the changes in the series, starting with adding a
check to ensure that adding a MAC filter was successful, before setting the
MACVLAN.  In order to receive notifications of link configurations of the
external PHY and support the configuration of the internal iXFI link on
X552 devices, Tony enables LASI interrupts.  Update the iXFI driver code
flow, since the MAC register NW_MNG_IF_SEL fields have been redefined for
X553 devices, so add MAC checks for iXFI flows.  Added additional checks
for flow control autonegotiation, since it is not support for X553 fiber
 and XFI devices.

v2: removed unnecessary parens noticed by David Miller in patch 6 of the
    series.
v3: dropped patch 6 of the original series, while we work out a more
    generic solution for malicious driver detection (MDD) support.
v4: updated patch 1 of the series with the comments from Joe Perches which
    were:
      - switched logic to return on error
      - return 0 on success
      - declare retval as an integer

The following are changes since commit 34c8c10a766c8daf42293664f5c9ca5516fa3f41:
  Merge branch 'bnxt_en-Fix-kbuild-errors-and-rename-phys_port_name'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 10GbE

Tony Nguyen (5):
  ixgbe: Ensure MAC filter was added before setting MACVLAN
  ixgbe: Enable LASI interrupts for X552 devices
  ixgbe: Update NW_MNG_IF_SEL support for X553
  ixgbe: Do not support flow control autonegotiation for X553
  ixgbe: Disable flow control for XFI

 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c |  30 +++++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c   |   2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c  |   9 ++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h   |   4 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c   | 102 +++++++++++++++---------
 5 files changed, 96 insertions(+), 51 deletions(-)

-- 
2.13.3

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

end of thread, other threads:[~2017-07-26 23:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25 23:41 [net-next v4 0/5][pull request] 10GbE Intel Wired LAN Driver Updates 2017-07-25 Jeff Kirsher
2017-07-25 23:41 ` [net-next v4 1/5] ixgbe: Ensure MAC filter was added before setting MACVLAN Jeff Kirsher
2017-07-25 23:41 ` [net-next v4 2/5] ixgbe: Enable LASI interrupts for X552 devices Jeff Kirsher
2017-07-25 23:41 ` [net-next v4 3/5] ixgbe: Update NW_MNG_IF_SEL support for X553 Jeff Kirsher
2017-07-25 23:41 ` [net-next v4 4/5] ixgbe: Do not support flow control autonegotiation " Jeff Kirsher
2017-07-25 23:41 ` [net-next v4 5/5] ixgbe: Disable flow control for XFI Jeff Kirsher
2017-07-26 23:36 ` [net-next v4 0/5][pull request] 10GbE Intel Wired LAN Driver Updates 2017-07-25 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).