[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS d8ec134a885b32f6a0290c6f4fbd364afdb52fc5

2024-11-07 Thread kernel test robot
allyesconfigclang-20 arc allyesconfiggcc-13.2.0 arc defconfiggcc-14.2.0 arc haps_hs_smp_defconfigclang-20 arc randconfig-001-20241107gcc-13.2.0 arc randconfig

Re: [Intel-wired-lan] [iwl-next v1] ice: add recipe priority check in search

2024-11-07 Thread Buvaneswaran, Sujai
> -Original Message- > From: Intel-wired-lan On Behalf Of > Michal Swiatkowski > Sent: Friday, October 11, 2024 12:33 PM > To: intel-wired-...@lists.osuosl.org > Cc: net...@vger.kernel.org; Szycik, Marcin ; > Kitszel, Przemyslaw > Subject: [Intel-wired-lan] [iwl-next v1] ice: add recipe p

[Intel-wired-lan] [PATCH iwl-net] ice: fix PHY timestamp extraction for ETH56G

2024-11-07 Thread Przemyslaw Korba
Fix incorrect PHY timestamp extraction for ETH56G. It's better to use FIELD_PREP() than manual shift. Fixes: 7cab44f1c35f ("ice: Introduce ETH56G PHY model for E825C products") Reviewed-by: Przemek Kitszel Signed-off-by: Przemyslaw Korba --- drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 3 ++-

Re: [Intel-wired-lan] Expected effects of layoffs on driver Intel Wired Ethernet driver development?

2024-11-07 Thread Tony Nguyen
On 11/6/2024 10:07 PM, Paul Menzel wrote: Dear Intel Wired Ethernet Linux Kernel driver folks, It looks like some developers are not working for Intel anymore – like Sasha Neftin. I assume this is a result of layoffs from the news [1]. Is this true, or was the team *not* affected by the la

Re: [Intel-wired-lan] [PATCH net-next v3 1/2] ptp: add control over HW timestamp latch point

2024-11-07 Thread Richard Cochran
On Thu, Nov 07, 2024 at 09:01:41AM +, Kubalewski, Arkadiusz wrote: > >From: Jakub Kicinski > >Sent: Wednesday, November 6, 2024 3:05 AM > >Richard has the final say but IMO packet timestamping config does not > >belong to the PHC, rather ndo_hwtstamp_set. Right, PHC means the hardware clock.

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

2024-11-07 Thread kernel test robot
-20241107gcc-14.2.0 arc randconfig-002-20241107gcc-14.2.0 arm allmodconfigclang-20 arm allmodconfiggcc-14.2.0 arm allnoconfiggcc-14.2.0 arm

Re: [Intel-wired-lan] [PATCH net-next v3 1/2] ptp: add control over HW timestamp latch point

2024-11-07 Thread Kubalewski, Arkadiusz
>From: Intel-wired-lan On Behalf Of >Andrew Lunn >Sent: Wednesday, November 6, 2024 6:45 PM > >On Wed, Nov 06, 2024 at 02:07:55AM +0100, Arkadiusz Kubalewski wrote: >> Currently HW support of ptp/timesync solutions in network PHY chips can >>be >> implemented with two different approaches, the tim

Re: [Intel-wired-lan] [PATCH iwl-net v2] i40e: Fix handling changed priv flags

2024-11-07 Thread Pucha, HimasekharX Reddy
> -Original Message- > From: Intel-wired-lan On Behalf Of > pe...@friiks.de > Sent: 30 October 2024 22:52 > To: intel-wired-...@lists.osuosl.org; Paul Menzel ; > Nguyen, Anthony L ; Kitszel, Przemyslaw > > Cc: net...@vger.kernel.org; Peter Große > Subject: [Intel-wired-lan] [PATCH iwl

Re: [Intel-wired-lan] [PATCH net-next] ice: Fix NULL pointer dereference in switchdev

2024-11-07 Thread Buvaneswaran, Sujai
> -Original Message- > From: Intel-wired-lan On Behalf Of > Wojciech Drewek > Sent: Tuesday, October 29, 2024 3:13 PM > To: intel-wired-...@lists.osuosl.org > Cc: net...@vger.kernel.org > Subject: [Intel-wired-lan] [PATCH net-next] ice: Fix NULL pointer dereference > in switchdev > > Comm

Re: [Intel-wired-lan] [PATCH net-next v3 1/2] ptp: add control over HW timestamp latch point

2024-11-07 Thread Kubalewski, Arkadiusz
>From: Jakub Kicinski >Sent: Wednesday, November 6, 2024 3:05 AM > >On Wed, 6 Nov 2024 02:07:55 +0100 Arkadiusz Kubalewski wrote: >> +What: /sys/class/ptp/ptp/ts_point >> +Date: October 2024 >> +Contact:Arkadiusz Kubalewski >> +Description: >> +This fi

Re: [Intel-wired-lan] [PATCH v2 1/4] Revert "igb: Disable threaded IRQ for igb_msix_other"

2024-11-07 Thread Sebastian Andrzej Siewior
On 2024-11-06 08:14:26 [-0300], Wander Lairson Costa wrote: > This reverts commit 338c4d3902feb5be49bfda530a72c7ab860e2c9f. > > Sebastian noticed the ISR indirectly acquires spin_locks, which are > sleeping locks under PREEMPT_RT, which leads to kernel splats. > > Fixes: 338c4d3902feb ("igb: Disa