mbox series

[net,00/10,pull,request] Intel Wired LAN Driver Updates 2024-09-30 (ice, idpf)

Message ID 20240930223601.3137464-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-09-30 (ice, idpf) | expand

Message

Tony Nguyen Sept. 30, 2024, 10:35 p.m. UTC
This series contains updates to ice and idpf drivers:

For ice:

Michal corrects setting of dst VSI on LAN filters and adds clearing of
port VLAN configuration during reset.

Gui-Dong Han corrects failures to decrement refcount in some error
paths.

Przemek resolves a memory leak in ice_init_tx_topology().

Arkadiusz prevents setting of DPLL_PIN_STATE_SELECTABLE to an improper
value.

Dave stops clearing of VLAN tracking bit to allow for VLANs to be properly
restored after reset.

For idpf:

Ahmed sets uninitialized dyn_ctl_intrvl_s value.

Josh corrects use and reporting of mailbox size.

Larysa corrects order of function calls during de-initialization.

The following are changes since commit d505d3593b52b6c43507f119572409087416ba28:
  net: wwan: qcom_bam_dmux: Fix missing pm_runtime_disable()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Ahmed Zaki (1):
  idpf: fix VF dynamic interrupt ctl register initialization

Arkadiusz Kubalewski (1):
  ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pins

Dave Ertman (1):
  ice: fix VLAN replay after reset

Gui-Dong Han (2):
  ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()
  ice: Fix improper handling of refcount in
    ice_sriov_set_msix_vec_count()

Joshua Hay (1):
  idpf: use actual mbx receive payload length

Larysa Zaremba (1):
  idpf: deinit virtchnl transaction manager after vport and vectors

Michal Swiatkowski (2):
  ice: set correct dst VSI in only LAN filters
  ice: clear port vlan config during reset

Przemek Kitszel (1):
  ice: fix memleak in ice_init_tx_topology()

 drivers/net/ethernet/intel/ice/ice_ddp.c      | 58 +++++++++----------
 drivers/net/ethernet/intel/ice/ice_ddp.h      |  4 +-
 drivers/net/ethernet/intel/ice/ice_dpll.c     |  6 +-
 drivers/net/ethernet/intel/ice/ice_main.c     |  8 +--
 drivers/net/ethernet/intel/ice/ice_sriov.c    |  8 ++-
 drivers/net/ethernet/intel/ice/ice_switch.c   |  2 -
 drivers/net/ethernet/intel/ice/ice_tc_lib.c   | 11 ++++
 drivers/net/ethernet/intel/ice/ice_vf_lib.c   |  7 +++
 .../net/ethernet/intel/ice/ice_vsi_vlan_lib.c | 57 ++++++++++++++++++
 .../net/ethernet/intel/ice/ice_vsi_vlan_lib.h |  1 +
 drivers/net/ethernet/intel/idpf/idpf_vf_dev.c |  1 +
 .../net/ethernet/intel/idpf/idpf_virtchnl.c   | 11 +---
 12 files changed, 120 insertions(+), 54 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 4, 2024, 12:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Mon, 30 Sep 2024 15:35:47 -0700 you wrote:
> This series contains updates to ice and idpf drivers:
> 
> For ice:
> 
> Michal corrects setting of dst VSI on LAN filters and adds clearing of
> port VLAN configuration during reset.
> 
> [...]

Here is the summary with links:
  - [net,01/10] ice: set correct dst VSI in only LAN filters
    https://git.kernel.org/netdev/net/c/839e3f9bee42
  - [net,02/10] ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()
    https://git.kernel.org/netdev/net/c/ccca30a18e36
  - [net,03/10] ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()
    https://git.kernel.org/netdev/net/c/d517cf89874c
  - [net,04/10] ice: clear port vlan config during reset
    https://git.kernel.org/netdev/net/c/d019b1a9128d
  - [net,05/10] ice: fix memleak in ice_init_tx_topology()
    https://git.kernel.org/netdev/net/c/c188afdc3611
  - [net,06/10] ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pins
    https://git.kernel.org/netdev/net/c/afe6e30e7701
  - [net,07/10] ice: fix VLAN replay after reset
    https://git.kernel.org/netdev/net/c/0eae2c136cb6
  - [net,08/10] idpf: fix VF dynamic interrupt ctl register initialization
    https://git.kernel.org/netdev/net/c/d382c7bc236d
  - [net,09/10] idpf: use actual mbx receive payload length
    https://git.kernel.org/netdev/net/c/640f70063e6d
  - [net,10/10] idpf: deinit virtchnl transaction manager after vport and vectors
    https://git.kernel.org/netdev/net/c/09d0fb5cb30e

You are awesome, thank you!