Re: [Intel-wired-lan] [PATCH iwl-net 2/2] idpf: trigger SW interrupt when exiting wb_on_itr mode

2024-12-03 Thread Hay, Joshua A
> From: Lobakin, Aleksander > Cc: intel-wired-...@lists.osuosl.org; Kitszel, Przemyslaw > ; Kubiak, Michal ; > Chittim, Madhu ; net...@vger.kernel.org > Subject: Re: [Intel-wired-lan][PATCH iwl-net 2/2] idpf: trigger SW interrupt > when exiting wb_on_itr mode > > From: Joshua Hay > Date: Mon, 25

Re: [Intel-wired-lan] [PATCH iwl-net] ice: fix max values for dpll pin phase adjust

2024-12-03 Thread Kubalewski, Arkadiusz
>From: Intel-wired-lan On Behalf Of >Simon Horman >Sent: Tuesday, December 3, 2024 11:05 AM > >On Wed, Nov 20, 2024 at 08:51:12AM +0100, Arkadiusz Kubalewski wrote: >> Mask admin command returned max phase adjust value for both input and >> output pins. Only 31 bits are relevant, last released dat

Re: [Intel-wired-lan] [PATCH v2 iwl-next 07/10] idpf: add Tx timestamp capabilities negotiation

2024-12-03 Thread Simon Horman
On Tue, Nov 26, 2024 at 04:58:53AM +0100, Milena Olech wrote: > Tx timestamp capabilities are negotiated for the uplink Vport. > Driver receives information about the number of available Tx timestamp > latches, the size of Tx timestamp value and the set of indexes used > for Tx timestamping. > > A

[Intel-wired-lan] [PATCH iwl-next v1] ice: Extend ethtool reset support

2024-12-03 Thread Mateusz Polchlopek
Extend the job done in: commit b699c81af068 ("ice: Implement ethtool reset support") by adding ethtool reset function for safe mode ops structure. Suggested-by: Przemek Kitszel Reviewed-by: Martyna Szapar-Mudlaw Signed-off-by: Mateusz Polchlopek --- drivers/net/ethernet/intel/ice/ice_ethtool.c

Re: [Intel-wired-lan] [PATCH iwl-net] ice: fix max values for dpll pin phase adjust

2024-12-03 Thread Simon Horman
On Wed, Nov 20, 2024 at 08:51:12AM +0100, Arkadiusz Kubalewski wrote: > Mask admin command returned max phase adjust value for both input and > output pins. Only 31 bits are relevant, last released data sheet wrongly > points that 32 bits are valid - see [1] 3.2.6.4.1 Get CCU Capabilities > Command

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS b3dc167c157570c23a712a06c742a5f6232f828d

2024-12-03 Thread kernel test robot
-20241203clang-20 arc randconfig-001-20241203gcc-13.2.0 arc randconfig-002-20241203clang-20 arc randconfig-002-20241203gcc-13.2.0 arcvdk_hs38_smp_defconfiggcc-14.2.0 arm

[Intel-wired-lan] [PATCH iwl-next] fixup! ice: dump ethtool stats and skb by Tx hang devlink health reporter

2024-12-03 Thread Przemek Kitszel
Dan has reported [1] than @event variable is dereferenced before the check against NULL, fix that. [1]: https://lore.kernel.org/intel-wired-lan/b1453276-9043-49c4-a603-9b6bb41306c7@stanley.mountain Tony please squash this into my devlink-health series (no need to amend commit message) that is in

[Intel-wired-lan] [iwl-next v9 8/9] ice: simplify VF MSI-X managing

2024-12-03 Thread Michal Swiatkowski
After implementing pf->msix.max field, base vector for other use cases (like VFs) can be fixed. This simplify code when changing MSI-X amount on particular VF, because there is no need to move a base vector. A fixed base vector allows to reserve vectors from the beginning instead of from the end,