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
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
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
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
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
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
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