Re: [Intel-wired-lan] [PATCH iwl-next v1 1/1] igc: add support for ethtool.set_phys_id

2024-05-23 Thread Przemek Kitszel
On 5/22/24 11:19, Vitaly Lifshits wrote: Add support for ethtool.set_phys_id callback to initiate LED blinking and stopping them by the ethtool interface. This is done by storing the initial LEDCTL register value and restoring it when LED blinking is terminated. In addition, moved IGC_LEDCTL rel

Re: [Intel-wired-lan] [EXTERNAL] [PATCH iwl-next] ice: use irq_update_affinity_hint()

2024-05-23 Thread Sunil Kovvuri Goutham
> -Original Message- > From: Michal Schmidt > Sent: Thursday, May 23, 2024 4:43 AM > To: Jesse Brandeburg ; Tony Nguyen > ; intel-wired-...@lists.osuosl.org > Cc: net...@vger.kernel.org; Nitesh Narayan Lal ; > Thomas Gleixner > Subject: [EXTERNAL] [PATCH iwl-next] ice: use irq_update_a

Re: [Intel-wired-lan] [PATCH iwl-next] ice: use irq_update_affinity_hint()

2024-05-23 Thread Jacob Keller
On 5/22/2024 4:12 PM, Michal Schmidt wrote: > irq_set_affinity_hint() is deprecated. Use irq_update_affinity_hint() > instead. This removes the side-effect of actually applying the affinity. > > The driver does not really need to worry about spreading its IRQs across > CPUs. The core code alrea

Re: [Intel-wired-lan] [PATCH iwl-net V4, 1/2] i40e: factoring out i40e_suspend/i40e_resume

2024-05-23 Thread Pucha, HimasekharX Reddy
> -Original Message- > From: Intel-wired-lan On Behalf Of Thinh > Tran > Sent: Thursday, May 16, 2024 2:37 AM > To: net...@vger.kernel.org; k...@kernel.org; Nguyen, Anthony L > ; Loktionov, Aleksandr > ; Kitszel, Przemyslaw > ; pmen...@molgen.mpg.de > Cc: eduma...@google.com; Thomas, R

Re: [Intel-wired-lan] [PATCH iwl-net V4, 2/2] i40e: Fully suspend and resume IO operations in EEH case

2024-05-23 Thread Pucha, HimasekharX Reddy
> -Original Message- > From: Intel-wired-lan On Behalf Of Thinh > Tran > Sent: Thursday, May 16, 2024 2:37 AM > To: net...@vger.kernel.org; k...@kernel.org; Nguyen, Anthony L > ; Loktionov, Aleksandr > ; Kitszel, Przemyslaw > ; pmen...@molgen.mpg.de > Cc: eduma...@google.com; Thomas, R

Re: [Intel-wired-lan] [PATCH iwl-net v1] ice: fix 200G PHY types to link speed mapping

2024-05-23 Thread Pucha, HimasekharX Reddy
> -Original Message- > From: Intel-wired-lan On Behalf Of Paul > Greenwalt > Sent: Friday, April 19, 2024 9:05 PM > To: intel-wired-...@lists.osuosl.org > Cc: Michal Swiatkowski ; Greenwalt, Paul > > Subject: [Intel-wired-lan] [PATCH iwl-net v1] ice: fix 200G PHY types to link > speed

Re: [Intel-wired-lan] [PATCH iwl-next v1 1/1] igc: add support for ethtool.set_phys_id

2024-05-23 Thread Jacob Keller
On 5/23/2024 1:44 AM, Przemek Kitszel wrote: > On 5/22/24 11:19, Vitaly Lifshits wrote: >> Add support for ethtool.set_phys_id callback to initiate LED blinking >> and stopping them by the ethtool interface. >> This is done by storing the initial LEDCTL register value and restoring >> it when LE

[Intel-wired-lan] [PATCH iwl-net v2] ice: check for unregistering correct number of devlink params

2024-05-23 Thread Dave Ertman
On module load, the ice driver checks for the lack of a specific PF capability to determine if it should reduce the number of devlink params to register. One situation when this test returns true is when the driver loads in safe mode. The same check is not present on the unload path when devlink

Re: [Intel-wired-lan] [PATCH iwl-next v11] ice: Add get/set hw address for VFs using devlink commands

2024-05-23 Thread Jacob Keller
On 5/20/2024 3:20 AM, Karthik Sundaravel wrote: > Changing the MAC address of the VFs is currently unsupported via devlink. > Add the function handlers to set and get the HW address for the VFs. > > Signed-off-by: Karthik Sundaravel > --- > .../ethernet/intel/ice/devlink/devlink_port.c | 59 +

Re: [Intel-wired-lan] [PATCH iwl-net v2] ice: check for unregistering correct number of devlink params

2024-05-23 Thread Jacob Keller
On 5/23/2024 2:04 PM, Dave Ertman wrote: > On module load, the ice driver checks for the lack of a specific PF > capability to determine if it should reduce the number of devlink params > to register. One situation when this test returns true is when the > driver loads in safe mode. The same c

Re: [Intel-wired-lan] [PATCH iwl-next v2 1/3] ice: Extend Sideband Queue command to support dynamic flag

2024-05-23 Thread Jacob Keller
On 5/9/2024 11:50 PM, Anil Samal wrote: > Current driver implementation for Sideband Queue supports a > fixed flag (ICE_AQ_FLAG_RD). To retrieve FEC statistics from > firmware, Sideband Queue command is used with a different flag. > > Extend API for Sideband Queue command to use 'flag' as input