[Intel-wired-lan] [tnguy-next-queue:dev-queue 84/88] drivers/net/ethernet/intel/igc/igc_tsn.h:48:undefined reference to `ethtool_mmsv_event_handle'

2025-03-15 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git dev-queue head: 7dca3a8a1f3c70a4ba8115e4ee5827e424629eaf commit: cb3499eabcea3f82c2ded3922431309d440b8ff3 [84/88] igc: add support for frame preemption verification config: arm64-randconfig-001-20250314 (https://downl

Re: [Intel-wired-lan] [iwl-next v4 1/1] iidc/ice/irdma: Update IDC to support multiple consumers

2025-03-15 Thread Samudrala, Sridhar
On 3/14/2025 11:12 AM, Leon Romanovsky wrote: On Thu, Mar 13, 2025 at 04:38:39PM -0700, Samudrala, Sridhar wrote: On 3/2/2025 12:26 AM, Leon Romanovsky wrote: On Wed, Feb 26, 2025 at 11:01:52PM +, Ertman, David M wrote: -Original Message- From: Leon Romanovsky Sent: Wednes

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

2025-03-15 Thread kernel test robot
randconfig-001-20250315gcc-13.2.0 arc randconfig-002-20250315gcc-13.2.0 arm allmodconfiggcc-14.2.0 arm allyesconfiggcc-14.2.0 arm randconfig-001-20250315gcc-14.2.0 arm

[Intel-wired-lan] [iwl-next v1 7/8] iavf: use libie_aq_str

2025-03-15 Thread Michal Swiatkowski
There is no need to store the err string in hw->err_str. Simplify it and use common helper. hw->err_str is still used for other purpouse. It should be marked that previously for unknown error the numeric value was passed as a string. Now the "LIBIE_AQ_RC_UNKNOWN" is used for such cases. Add libie

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

2025-03-15 Thread kernel test robot
-20250315gcc-13.2.0 arc randconfig-002-20250315gcc-13.2.0 arm allmodconfiggcc-14.2.0 arm allyesconfiggcc-14.2.0 arm randconfig-001-20250315gcc-14.2.0 arm randconfig-002

[Intel-wired-lan] [tnguy-next-queue:200GbE] BUILD SUCCESS 206f43f4e0f3c5c6f22a0f949bcd07f5f7e19db0

2025-03-15 Thread kernel test robot
allnoconfiggcc-13.2.0 arc allyesconfiggcc-13.2.0 arc randconfig-001-20250315gcc-13.2.0 arc randconfig-002-20250315gcc-13.2.0 arm allmodconfiggcc-14.2.0 arm

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

2025-03-15 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue.git dev-queue branch HEAD: 87ca16163fa39a6678d563f2d01662f1a9fa11a4 ice: fix reservation of resources for RDMA when disabled elapsed time: 1446m configs tested: 81 configs skipped: 1 The following configs have been b

[Intel-wired-lan] [tnguy-next-queue:dev-queue 87/88] drivers/net/ethernet/intel/igc/igc_ethtool.c:1791:undefined reference to `ethtool_mmsv_get_mm'

2025-03-15 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git dev-queue head: 7dca3a8a1f3c70a4ba8115e4ee5827e424629eaf commit: 8f97e7c17be21b5b4feefd2f2e71d71761777ab8 [87/88] igc: add support to get MAC Merge data via ethtool config: arm64-randconfig-001-20250314 (https://downl

Re: [Intel-wired-lan] [PATCH iwl-net v2] idpf: check error for register_netdev() on init

2025-03-15 Thread Salin, Samuel
> -Original Message- > From: Intel-wired-lan On Behalf Of > Simon Horman > Sent: Monday, February 17, 2025 8:17 AM > To: Tantilov, Emil S > Cc: intel-wired-...@lists.osuosl.org; net...@vger.kernel.org; > de...@google.com; will...@google.com; Nguyen, Anthony L > ; da...@davemloft.net; >

[Intel-wired-lan] [PATCH iwl-next 05/10] ice: add ICE_READ/WRITE_CGU_REG_OR_DIE helpers

2025-03-15 Thread Karol Kolacinski
Add ICE_READ_CGU_REG_OR_DIE() and ICE_WRITE_CGU_REG_OR_DIE() helpers to avoid multiple error checks after calling read/write functions. Suggested-by: Przemek Kitszel Reviewed-by: Michal Kubiak Reviewed-by: Milena Olech Signed-off-by: Karol Kolacinski --- drivers/net/ethernet/intel/ice/ice_com

Re: [Intel-wired-lan] [PATCH net-next 07/16] idpf: link NAPIs to queues

2025-03-15 Thread Eric Dumazet
On Wed, Mar 5, 2025 at 5:22 PM Alexander Lobakin wrote: > > Add the missing linking of NAPIs to netdev queues when enabling > interrupt vectors in order to support NAPI configuration and > interfaces requiring get_rx_queue()->napi to be set (like XSk > busy polling). > > Signed-off-by: Alexander L