All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next 0/6][pull request] 100GbE Intel Wired LAN Driver Updates 2018-05-07
@ 2018-05-07 14:45 Jeff Kirsher
  2018-05-07 14:45 ` [net-next 1/6] fm10k: setup VLANs for l2 accelerated macvlan interfaces Jeff Kirsher
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Jeff Kirsher @ 2018-05-07 14:45 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

This series contains updates to fm10k only.

Jake provides all the changes in the series, starting with adding
support for accelerated MACVLAN devices.  Reduced code duplication by
implementing a macro to be used when setting up the type specific
macros.  Avoided potential bugs with stats by using a macro to calculate
the array size when passing to ensure that the size is correct.

The following are changes since commit 90278871d4b0da39c84fc9aa4929b0809dc7cf3c:
  Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 100GbE

Jacob Keller (6):
  fm10k: setup VLANs for l2 accelerated macvlan interfaces
  fm10k: reduce duplicate fm10k_stat macro code
  fm10k: use variadic arguments to fm10k_add_stat_strings
  fm10k: use macro to avoid passing the array and size separately
  fm10k: warn if the stat size is unknown
  fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_ready

 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c | 115 +++++++++++------------
 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c  |  62 ++++++++++--
 2 files changed, 110 insertions(+), 67 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-05-09 15:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-07 14:45 [net-next 0/6][pull request] 100GbE Intel Wired LAN Driver Updates 2018-05-07 Jeff Kirsher
2018-05-07 14:45 ` [net-next 1/6] fm10k: setup VLANs for l2 accelerated macvlan interfaces Jeff Kirsher
2018-05-07 14:45 ` [net-next 2/6] fm10k: reduce duplicate fm10k_stat macro code Jeff Kirsher
2018-05-08 16:59   ` Joe Perches
2018-05-08 17:40     ` Keller, Jacob E
2018-05-07 14:45 ` [net-next 3/6] fm10k: use variadic arguments to fm10k_add_stat_strings Jeff Kirsher
2018-05-07 14:45 ` [net-next 4/6] fm10k: use macro to avoid passing the array and size separately Jeff Kirsher
2018-05-07 14:45 ` [net-next 5/6] fm10k: warn if the stat size is unknown Jeff Kirsher
2018-05-07 14:45 ` [net-next 6/6] fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_ready Jeff Kirsher
2018-05-08  4:10 ` [net-next 0/6][pull request] 100GbE Intel Wired LAN Driver Updates 2018-05-07 David Miller
2018-05-09 15:19   ` Jeff Kirsher
2018-05-09  0:29 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.