netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/8][pull request] 1GbE Intel Wired LAN Driver Updates 2018-01-24
@ 2018-01-24 20:55 Jeff Kirsher
  2018-01-24 20:55 ` [net-next 1/8] igb: Allow to remove administratively set MAC on VFs Jeff Kirsher
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Jeff Kirsher @ 2018-01-24 20:55 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

This series contains updates to igb and e1000e only.

Corinna Vinschen implements the ability to set the VF MAC to
00:00:00:00:00:00 via RTM_SETLINK on the PF, to prevent receiving
"invlaid argument" when libvirt attempts to restore the MAC address back
to its original state of 00:00:00:00:00:00.

Zhang Shengju adds a new function igb_get_max_rss_queues() to get the
maxium number of RSS queues and to reduce code duplication.

Matt fixes an issue with e1000e where when setting HTHREST, we should
only be setting bit 8.  Also added a dev_info() message to alert when
C-states have been disabled, to help in debugging.

Jesus adds code comments to clarify the idlescope configuration
constraints.

Lyude Paul fixes a kernel crash on hotplug of igb, by checking to ensure
that we are in the process of dismantling the netdev on hotplug events.

Markus Elfring removes a duplicate message for a memory allocation
failure.

Daniel Hua fixes an issue where transmit timestamps will stop being put
into the socket when link is repeatedly up/down due to TSYNCTXCTL's TXTT
bit (Transmit timestamp valid bit) not clearing in the timeout logic of
ptp_tx_work(), which in turn causes no new timestamp to be loaded to the
TXSTMP register.

The following are changes since commit 46410c2efa9cb5b2f40c9ce24a75d147f44aedeb:
  Merge branch 'pktgen-Behavior-flags-fixes'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE

Corinna Vinschen (1):
  igb: Allow to remove administratively set MAC on VFs

Daniel Hua (1):
  igb: Clear TXSTMP when ptp_tx_work() is timeout

Jesus Sanchez-Palencia (1):
  igb: Clarify idleslope config constraints

Lyude Paul (1):
  igb: Free IRQs when device is hotplugged

Markus Elfring (1):
  igb: Delete an error message for a failed memory allocation in
    igb_enable_sriov()

Matt Turner (2):
  e1000e: Set HTHRESH when PTHRESH is used
  e1000e: Alert the user that C-states will be disabled by enabling
    jumbo frames

Zhang Shengju (1):
  igb: add function to get maximum RSS queues

 drivers/net/ethernet/intel/e1000e/netdev.c   |  4 +-
 drivers/net/ethernet/intel/igb/igb.h         |  1 +
 drivers/net/ethernet/intel/igb/igb_ethtool.c | 32 +------------
 drivers/net/ethernet/intel/igb/igb_main.c    | 72 +++++++++++++++++++++-------
 drivers/net/ethernet/intel/igb/igb_ptp.c     |  9 ++++
 5 files changed, 70 insertions(+), 48 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-01-29 16:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-24 20:55 [net-next 0/8][pull request] 1GbE Intel Wired LAN Driver Updates 2018-01-24 Jeff Kirsher
2018-01-24 20:55 ` [net-next 1/8] igb: Allow to remove administratively set MAC on VFs Jeff Kirsher
2018-01-24 20:55 ` [net-next 2/8] igb: add function to get maximum RSS queues Jeff Kirsher
2018-01-24 20:55 ` [net-next 3/8] e1000e: Set HTHRESH when PTHRESH is used Jeff Kirsher
2018-01-24 20:55 ` [net-next 4/8] igb: Clarify idleslope config constraints Jeff Kirsher
2018-01-24 20:55 ` [net-next 5/8] e1000e: Alert the user that C-states will be disabled by enabling jumbo frames Jeff Kirsher
2018-01-24 20:55 ` [net-next 6/8] igb: Free IRQs when device is hotplugged Jeff Kirsher
2018-01-24 20:55 ` [net-next 7/8] igb: Delete an error message for a failed memory allocation in igb_enable_sriov() Jeff Kirsher
2018-01-24 20:55 ` [net-next 8/8] igb: Clear TXSTMP when ptp_tx_work() is timeout Jeff Kirsher
2018-01-24 21:10 ` [net-next 0/8][pull request] 1GbE Intel Wired LAN Driver Updates 2018-01-24 David Miller
2018-01-25  2:29   ` Alexander Duyck
2018-01-29 16:46     ` 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).