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