From: David S. Miller Date: Fri, 20 Oct 2023 11:53:06 +0000 (+0100) Subject: Merge branch 'ice-vf-resource-tracking' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=86a0348de98576c8e3826d911db815a7105eaf41;p=linux.git Merge branch 'ice-vf-resource-tracking' 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: David S. Miller --- 86a0348de98576c8e3826d911db815a7105eaf41