netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/9][pull request] 10GbE Intel Wired LAN Driver Updates 2015-12-24
@ 2015-12-25  5:29 Jeff Kirsher
  2015-12-25  5:29 ` [net-next 1/9] ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vector Jeff Kirsher
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Jeff Kirsher @ 2015-12-25  5:29 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene, john.ronciak

This series contains updates to ixgbe and ixgbevf.

William Dauchy provides a fix for ixgbevf that was implemented for ixgbe,
commit 5d6002b7b822c7 ("ixgbe: Fix handling of NAPI budget when multiple
queues are enabled per vector"). The issue was that the polling routine
would increase the budget for receive to at least 1 per queue if multiple
queues were present, which resulted in receive packets being processed
when the budget was 0.

Emil provides minor cleanups for ixgbevf, one being that we need to
check rx_itr_setting with == and not &, since it is not a mask.  Added
QSFP PHY support in ixgbe to allow for more accurate reporting of port
settings.  Fixed the max RSS limit for X550 which is 63, not 64.  Lastly,
fix an issue which was causing PCI AER errors, by fixing the write to
the VLVFR register in ixgbe_clear_vf_vlans() where the word argument
is the actual offset of the register and not the index for the
IXGBE_VLVFB() macro.

Veola fixes ixgbe ethtool reporting of backplane type interfaces as
1000/10000baseT link modes, instead, report the media as KR, KX or KX4
based on the backplane interface present.

Mark cleans up redundancy in the setting of hw_enc_features that makes
it appear that X550 has more encapsulation features than other devices.
Also do not set NETIF_F_SG any longer since that is set by the
register_netdev() call.  Also fixed the X550EM_x revision check, which
needs to check a value, not just a bit.

Alex Duyck fixes additional bugs in ixgbe_clear_vf_vlans(), one being
that the mask was using a divide instead of a modulus, which resulted
in the mask bit being incorrectly set to 0 or 1 based on the value of
the VF being tested.  Alex also found that he was not consistent in
using the "word" argument as an offset or as a register offset, so
made the code consistently use word as the offset in the array.

The following are changes since commit d7d3e25f40e950bdcec6d94faf9346b7a7d6e4bb:
  cxgb4: Remove deprecated module parameters
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: Fix bugs in ixgbe_clear_vf_vlans()

Emil Tantilov (4):
  ixgbevf: minor cleanups for ixgbevf_set_itr()
  ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
  ixgbe: fix RSS limit for X550
  ixgbe: fix write to VLVFB in ixgbe_clear_vf_vlans()

Mark Rustad (2):
  ixgbe: Clean up redundancy in hw_enc_features
  ixgbe: Correct X550EM_x revision check

Veola Nazareth (1):
  ixgbe: report correct media type for KR, KX and KX4 interfaces

William Dauchy (1):
  ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
    per vector

 drivers/net/ethernet/intel/ixgbe/ixgbe.h          |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c  | 59 ++++++++++++++++++-----
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c     |  7 +--
 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c    | 10 ++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h     |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c     |  9 ++--
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |  7 ++-
 7 files changed, 63 insertions(+), 33 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2015-12-26  4:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-25  5:29 [net-next 0/9][pull request] 10GbE Intel Wired LAN Driver Updates 2015-12-24 Jeff Kirsher
2015-12-25  5:29 ` [net-next 1/9] ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vector Jeff Kirsher
2015-12-25  5:29 ` [net-next 2/9] ixgbevf: minor cleanups for ixgbevf_set_itr() Jeff Kirsher
2015-12-25  5:29 ` [net-next 3/9] ixgbe: add support for QSFP PHY types in ixgbe_get_settings() Jeff Kirsher
2015-12-25  5:29 ` [net-next 4/9] ixgbe: report correct media type for KR, KX and KX4 interfaces Jeff Kirsher
2015-12-25  5:29 ` [net-next 5/9] ixgbe: Clean up redundancy in hw_enc_features Jeff Kirsher
2015-12-25  5:29 ` [net-next 6/9] ixgbe: fix RSS limit for X550 Jeff Kirsher
2015-12-25  5:29 ` [net-next 7/9] ixgbe: Correct X550EM_x revision check Jeff Kirsher
2015-12-25  5:29 ` [net-next 8/9] ixgbe: fix write to VLVFB in ixgbe_clear_vf_vlans() Jeff Kirsher
2015-12-25 15:33   ` Tantilov, Emil S
2015-12-25  5:29 ` [net-next 9/9] ixgbe: Fix bugs " Jeff Kirsher
2015-12-26  4:34 ` [net-next 0/9][pull request] 10GbE Intel Wired LAN Driver Updates 2015-12-24 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).