netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next v2 0/8][pull request] 40GbE Intel Wired LAN Driver Updates 2019-08-05
@ 2019-08-05 18:54 Jeff Kirsher
  2019-08-05 18:54 ` [net-next v2 1/8] i40e: fix incorrect ethtool statistics veb and veb.tc_ Jeff Kirsher
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jeff Kirsher @ 2019-08-05 18:54 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series contains updates to i40e driver only.

Dmitrii adds missing statistic counters for VEB and VEB TC's.

Slawomir adds support for logging the "Disable Firmware LLDP" flag
option and its current status.

Jake fixes an issue where VF's being notified of their link status
before their queues are enabled which was causing issues.  So always
report link status down when the VF queues are not enabled.  Also adds
future proofing when statistics are added or removed by adding checks to
ensure the data pointer for the strings lines up with the expected
statistics count.

Czeslaw fixes the advertised mode reported in ethtool for FEC, where the
"None BaseR RS" was always being displayed no matter what the mode it
was in.  Also added logging information when the PF is entering or
leaving "allmulti" (or promiscuous) mode.  Fixed up the logging logic
for VF's when leaving multicast mode to not include unicast as well.

v2: drop Aleksandr's patch (previously patch #2 in the series) to
    display the VF MAC address that is set by the VF while community
    feedback is addressed.

The following are changes since commit a9e21bea1f815c2ec917ecc0efe0a7049c825d5b:
  ][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol"
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Czeslaw Zagorski (3):
  i40e: Update visual effect for advertised FEC mode.
  i40e: Log info when PF is entering and leaving Allmulti mode.
  i40e: Remove unicast log when VF is leaving multicast mode.

Dmitrii Golovanov (1):
  i40e: fix incorrect ethtool statistics veb and veb.tc_

Jacob Keller (2):
  i40e: don't report link up for a VF who hasn't enabled queues
  i40e: verify string count matches even on early return

Jeff Kirsher (1):
  i40e: fix code comments

Slawomir Laba (1):
  i40e: Log disable-fw-lldp flag change by ethtool

 drivers/net/ethernet/intel/i40e/i40e.h        |  1 +
 .../net/ethernet/intel/i40e/i40e_ethtool.c    | 74 +++++++++++--------
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 11 ++-
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    | 54 +++++++++-----
 .../ethernet/intel/i40e/i40e_virtchnl_pf.h    |  1 +
 5 files changed, 90 insertions(+), 51 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-08-06 21:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-05 18:54 [net-next v2 0/8][pull request] 40GbE Intel Wired LAN Driver Updates 2019-08-05 Jeff Kirsher
2019-08-05 18:54 ` [net-next v2 1/8] i40e: fix incorrect ethtool statistics veb and veb.tc_ Jeff Kirsher
2019-08-05 18:54 ` [net-next v2 2/8] i40e: Log disable-fw-lldp flag change by ethtool Jeff Kirsher
2019-08-05 18:54 ` [net-next v2 3/8] i40e: don't report link up for a VF who hasn't enabled queues Jeff Kirsher
2019-08-05 18:54 ` [net-next v2 4/8] i40e: fix code comments Jeff Kirsher
2019-08-05 18:54 ` [net-next v2 5/8] i40e: Update visual effect for advertised FEC mode Jeff Kirsher
2019-08-05 18:54 ` [net-next v2 6/8] i40e: Log info when PF is entering and leaving Allmulti mode Jeff Kirsher
2019-08-05 18:54 ` [net-next v2 7/8] i40e: verify string count matches even on early return Jeff Kirsher
2019-08-05 18:54 ` [net-next v2 8/8] i40e: Remove unicast log when VF is leaving multicast mode Jeff Kirsher
2019-08-06  3:46 ` [net-next v2 0/8][pull request] 40GbE Intel Wired LAN Driver Updates 2019-08-05 Jakub Kicinski
2019-08-06 21:41 ` 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).