Re: [Intel-wired-lan] [PATCH iwl-net 1/3] idpf: fix memory leaks and crashes while performing a soft reset

2024-07-29 Thread Alexander Lobakin
From: Simon Horman Date: Fri, 26 Jul 2024 17:09:54 +0100 > On Wed, Jul 24, 2024 at 03:40:22PM +0200, Alexander Lobakin wrote: >> The second tagged commit introduced a UAF, as it removed restoring >> q_vector->vport pointers after reinitializating the structures. >> This is due to that all queue a

Re: [Intel-wired-lan] [PATCH iwl-next v4 5/5] ice: Drop auxbus use for PTP to finalize ice_adapter move

2024-07-29 Thread Przemek Kitszel
On 7/24/24 01:20, Jacob Keller wrote: On 7/18/2024 3:52 AM, Sergey Temerkhanov wrote: Drop unused auxbus/auxdev support from the PTP code due to move to the ice_adapter. Signed-off-by: Sergey Temerkhanov Reviewed-by: Przemek Kitszel Reviewed-by: Simon Horman --- drivers/net/ethernet/inte

Re: [Intel-wired-lan] [PATCH iwl-next v2] i40e: Add support for fw health report

2024-07-29 Thread Przemek Kitszel
On 7/18/24 20:13, Kamal Heib wrote: Add support for reporting fw status via the devlink health report. Example: # devlink health show pci/:02:00.0 reporter fw pci/:02:00.0: reporter fw state healthy error 0 recover 0 # devlink health diagnose pci/:02:00.0 reporter fw

[Intel-wired-lan] [PATCH iwl-next, v1 0/3] Add Default Rx Queue Setting for igc driver

2024-07-29 Thread Song Yoong Siang
This patch set introduces the support to configure default Rx queue during runtime. A new sysfs attribute "default_rx_queue" has been added, allowing users to check and modify the default Rx queue. This patch set is tested on two back-to-back connected i226 on Intel ADL-S systems. Test Steps an

[Intel-wired-lan] [PATCH iwl-next,v1 1/3] igc: Add documentation

2024-07-29 Thread Song Yoong Siang
From: Blanco Alcaine Hector This commit adds the documentation file for the Intel Ethernet Network Controller I225 and I226 driver. The documentation includes: - Identifying Your Adapter - Command Line Parameters - Additional Configurations - Support - Trademarks The file provides detailed

[Intel-wired-lan] [PATCH iwl-next, v1 2/3] igc: Add default Rx queue configuration via sysfs

2024-07-29 Thread Song Yoong Siang
From: Blanco Alcaine Hector This commit introduces the support to configure default Rx queue during runtime. A new sysfs attribute "default_rx_queue" has been added, allowing users to check and modify the default Rx queue. 1. Command to check the currently configured default Rx queue: cat /sy

[Intel-wired-lan] [PATCH iwl-next, v1 3/3] igc: Add default Rx Queue into documentation

2024-07-29 Thread Song Yoong Siang
From: Blanco Alcaine Hector Add description on default Rx Queue, including the get and set method, into documentation. Signed-off-by: Blanco Alcaine Hector Signed-off-by: Song Yoong Siang --- .../device_drivers/ethernet/intel/igc.rst | 21 +++ 1 file changed, 21 insertions