netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/7][pull request] 10GbE Intel Wired LAN Driver Updates 2019-11-02
@ 2019-11-02 12:14 Jeff Kirsher
  2019-11-02 12:14 ` [net-next 1/7] fm10k: add missing field initializers to TLV attributes) Jeff Kirsher
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Jeff Kirsher @ 2019-11-02 12:14 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series contains old Halloween candy updates, yet still sweet, to
fm10k, ixgbe and i40e.

Jake adds the missing initializers for a couple of the TLV attribute
macros.  Added support for capturing and reporting statistics for all of
the VFs in a given PF.  Lastly, bump the version of the fm10k driver to
reflect the recent changes.

Alex addresses locality issues in the ixgbe driver when it is loaded on
a system supporting multiple NUMA nodes.

Manjunath Patil provides changes to the ixgbe driver, similar to those
made to igb, to prevent transmit packets to request a hardware timestamp
when the NIC has not been setup via the SIOCSHWTSTAMP ioctl.

Alice adds support for x710 by adding the missing device id's in the
appropriate places to ensure all the features are enabled in i40e.

Jesse adds support for VF stats gathering in the i40e via the kernel
via ndo_get_vf_stats function.

The following are changes since commit c23fcbbc6aa4e0bb615e8a7f23e1f32aec235a1c:
  tc-testing: added tests with cookie for conntrack TC action
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 10GbE

Alexander Duyck (1):
  ixgbe: Make use of cpumask_local_spread to improve RSS locality

Alice Michael (1):
  i40e: enable X710 support

Jacob Keller (3):
  fm10k: add missing field initializers to TLV attributes)
  fm10k: add support for ndo_get_vf_stats operation
  fm10k: update driver version to match out-of-tree

Jesse Brandeburg (1):
  i40e: implement VF stats NDO

Manjunath Patil (1):
  ixgbe: protect TX timestamping from API misuse

 drivers/net/ethernet/intel/fm10k/fm10k.h      |  3 ++
 drivers/net/ethernet/intel/fm10k/fm10k_iov.c  | 48 +++++++++++++++++++
 drivers/net/ethernet/intel/fm10k/fm10k_main.c |  2 +-
 .../net/ethernet/intel/fm10k/fm10k_netdev.c   |  1 +
 drivers/net/ethernet/intel/fm10k/fm10k_pci.c  |  3 ++
 drivers/net/ethernet/intel/fm10k/fm10k_tlv.h  |  6 +--
 drivers/net/ethernet/intel/fm10k/fm10k_type.h |  1 +
 drivers/net/ethernet/intel/i40e/i40e_common.c |  2 +
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  1 +
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    | 48 +++++++++++++++++++
 .../ethernet/intel/i40e/i40e_virtchnl_pf.h    |  2 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c  |  8 ++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  3 +-
 13 files changed, 118 insertions(+), 10 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-11-04 21:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-02 12:14 [net-next 0/7][pull request] 10GbE Intel Wired LAN Driver Updates 2019-11-02 Jeff Kirsher
2019-11-02 12:14 ` [net-next 1/7] fm10k: add missing field initializers to TLV attributes) Jeff Kirsher
2019-11-02 12:14 ` [net-next 2/7] fm10k: add support for ndo_get_vf_stats operation Jeff Kirsher
2019-11-02 12:14 ` [net-next 3/7] ixgbe: Make use of cpumask_local_spread to improve RSS locality Jeff Kirsher
2019-11-02 12:14 ` [net-next 4/7] fm10k: update driver version to match out-of-tree Jeff Kirsher
2019-11-02 12:14 ` [net-next 5/7] ixgbe: protect TX timestamping from API misuse Jeff Kirsher
2019-11-04 19:53   ` Jakub Kicinski
2019-11-04 21:15     ` Jeff Kirsher
2019-11-02 12:14 ` [net-next 6/7] i40e: enable X710 support Jeff Kirsher
2019-11-02 12:14 ` [net-next 7/7] i40e: implement VF stats NDO Jeff Kirsher

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).