1. 23 Oct, 2023 25 commits
  2. 22 Oct, 2023 9 commits
  3. 21 Oct, 2023 5 commits
  4. 20 Oct, 2023 1 commit
    • David S. Miller's avatar
      Merge branch 'ice-vf-resource-tracking' · 86a0348d
      David S. Miller authored
      Jacob Keller says:
      
      ====================
      Intel Wired LAN Driver Updates 2023-10-19 (ice, igb, ixgbe)
      
      This series contains improvements to the ice driver related to VF MSI-X
      resource tracking, as well as other minor cleanups.
      
      Dan fixes code in igb and ixgbe where the conversion to list_for_each_entry
      failed to account for logic which assumed a NULL pointer after iteration.
      
      Jacob makes ice_get_pf_c827_idx static, and refactors ice_find_netlist_node
      based on feedback that got missed before the function merged.
      
      Michal adds a switch rule to drop all traffic received by an inactive LAG
      port. He also implements ops to allow individual control of MSI-X vectors
      for SR-IOV VFs.
      
      Przemek removes some unused fields in struct ice_flow_entry, and modifies
      the ice driver to cache the VF PCI device inside struct ice_vf rather than
      performing lookup at run time.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      86a0348d