Netdev List
 help / color / mirror / Atom feed
* [net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2018-10-02
@ 2018-10-02 15:24 Jeff Kirsher
  2018-10-02 15:24 ` [net-next 1/9] ice: Expand use of VSI handles part 1/2 Jeff Kirsher
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Jeff Kirsher @ 2018-10-02 15:24 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

This series contains updates to ice driver only.

Anirudh expands the use of VSI handles across the rest of the driver,
which includes refactoring the code to correctly use VSI handles.  After
a reset, ensure that all configurations for a VSI get re-applied before
moving on to rebuilding the next VSI.

Dave fixed the driver to check the current link state after reset to
ensure that the correct link state of a port is reported.  Fixed an
issue where if the driver is unloaded when traffic is in progress,
errors are generated.

Preethi breaks up the IRQ tracker into a software and hardware IRQ
tracker, where the software IRQ tracker tracks only the PF's IRQ
requests and does not play any role in the VF initialization.  The
hardware IRQ tracker represents the device's interrupt space and will be
looked up to see if the device has run our of interrupts when a
interrupt has to be allocated in the device for either PF or VF.

Md Fahad adds support for enabling/disabling RSS via ethtool.

Brett aligns the ice_reset_req enum values to the values that the
hardware understands.  Also added initial support for dynamic interrupt
moderation in the ice driver.

The following are changes since commit 024926def6ca95819442699fbecc1fe376253fb9:
  net: phy: Convert to using %pOFn instead of device_node.name
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 100GbE

Anirudh Venkataramanan (3):
  ice: Expand use of VSI handles part 1/2
  ice: Expand use of VSI handles part 2/2
  ice: Implement VSI replay framework

Brett Creeley (2):
  ice: Align ice_reset_req enum values to hardware reset values
  ice: Add support for dynamic interrupt moderation

Dave Ertman (2):
  ice: Check for actual link state of port after reset
  ice: Fix error on driver remove

Md Fahad Iqbal Polash (1):
  ice: Implement ethtool hook for RSS switch

Preethi Banala (1):
  ice: Split irq_tracker into sw_irq_tracker and hw_irq_tracker

 drivers/net/ethernet/intel/ice/ice.h          |  25 +-
 drivers/net/ethernet/intel/ice/ice_common.c   | 180 +++++-
 drivers/net/ethernet/intel/ice/ice_common.h   |  16 +-
 .../net/ethernet/intel/ice/ice_hw_autogen.h   |   5 +
 drivers/net/ethernet/intel/ice/ice_lib.c      | 182 ++++--
 drivers/net/ethernet/intel/ice/ice_lib.h      |   2 +
 drivers/net/ethernet/intel/ice/ice_main.c     | 209 +++++--
 drivers/net/ethernet/intel/ice/ice_sched.c    | 151 ++---
 drivers/net/ethernet/intel/ice/ice_sched.h    |   5 +-
 drivers/net/ethernet/intel/ice/ice_switch.c   | 573 +++++++++++-------
 drivers/net/ethernet/intel/ice/ice_switch.h   |  45 +-
 drivers/net/ethernet/intel/ice/ice_txrx.h     |  17 +-
 drivers/net/ethernet/intel/ice/ice_type.h     |  49 +-
 13 files changed, 952 insertions(+), 507 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-10-03  2:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-02 15:24 [net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2018-10-02 Jeff Kirsher
2018-10-02 15:24 ` [net-next 1/9] ice: Expand use of VSI handles part 1/2 Jeff Kirsher
2018-10-02 15:24 ` [net-next 2/9] ice: Expand use of VSI handles part 2/2 Jeff Kirsher
2018-10-02 15:24 ` [net-next 3/9] ice: Implement VSI replay framework Jeff Kirsher
2018-10-02 15:24 ` [net-next 4/9] ice: Check for actual link state of port after reset Jeff Kirsher
2018-10-02 15:24 ` [net-next 5/9] ice: Split irq_tracker into sw_irq_tracker and hw_irq_tracker Jeff Kirsher
2018-10-02 15:24 ` [net-next 6/9] ice: Implement ethtool hook for RSS switch Jeff Kirsher
2018-10-02 15:24 ` [net-next 7/9] ice: Align ice_reset_req enum values to hardware reset values Jeff Kirsher
2018-10-02 15:24 ` [net-next 8/9] ice: Add support for dynamic interrupt moderation Jeff Kirsher
2018-10-02 15:24 ` [net-next 9/9] ice: Fix error on driver remove Jeff Kirsher
2018-10-02 18:41 ` [net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2018-10-02 David Miller
2018-10-02 19:47   ` Jeff Kirsher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox