From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2AB40461CA for ; Sat, 8 Feb 2025 14:10:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F96240280; Sat, 8 Feb 2025 14:10:42 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id A07C140279 for ; Sat, 8 Feb 2025 14:10:40 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-21f710c17baso4749855ad.1 for ; Sat, 08 Feb 2025 05:10:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739020240; x=1739625040; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=bWN5HiHhPMzcwUQIhccYGfZLjLZNuhoh4gbBSTXUZbE=; b=Um8jjrPENAuR/5PMgGdZdFvgPJfHgeRKdh3yZo4m3/N0PNB7OUXiGBAVqXVQzCbgLE Vrhsw8ecwcj7WU9zymXsLiWor6Il2oH/3F06NtvgRuISso5Bw65NNMuunCCsjlspy/Hn QwrtMRxqapG3dE7lKGnjX5rNLtofEme2BscqQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739020240; x=1739625040; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=bWN5HiHhPMzcwUQIhccYGfZLjLZNuhoh4gbBSTXUZbE=; b=R0fI0MeGGQQT+O0oGuPRXPk/iPxp5IqJDKmbM0413gnJ6sJGh6vP81N7XgkApnlN1B IFn+Ih5Y5gVCSkSYuBYl71gbrwOML3H2kVdeeKMEMJ+y+jXtmNn4RnOlsN9XSzo5dZM6 lpq036il8LOkMt18xb7bfyvH91obfI5sw2hmINIJBCn+tktFlpCHwHgcd29DxfojoKmM +tOEebjE+xnaff46rWA+hH4biU64Fv0c5LoXQOhmlijGuLot0ebtDEa0/T0gUwvi0Kx8 8KnOLhRnI8g/m5mQKjAyVhm9o+vPdNVzbb8Fp9gayYPcAh+tGrbTOA7LIp8unC74sUJT yP7g== X-Gm-Message-State: AOJu0YyUnp/N9Q8UBX6WbJT/TjytppkVucbYjLYNtCjcjVexkIQaeXMl 984brSXKvi9gmaOlhp4HEiTn/9sEy+sDAU1eWdQ74J5Sgd9KsPnLFJYgwV6mRjISoF2B2c391t4 SN9v1JWTpFxHGKjN7Gdok1hmffb/xAP4WYof0d6Tk X-Gm-Gg: ASbGnct6hNF6J/PdtLPPX2195lIngdIfEEwcic/IzvkR5+g/G6mqW5gzn98tRPtZxoh DHH8EXe+MW/VZ0eHsNSm5innJ7BLoCjF55w0dy0xKWIOIig2eC3/02h8mtZaxBnD+onmUwfTOBW +1CseoRB7RD/AkB3NqxsfbVNFW9unyKJvV0FLBR7um9DdecgfeZ9H2q675ZDDEC5Srd7CNoMQmD GjvN6guouDueeLaUKcSE3Ftl/Zs1uXiZNKDNxwgbd0twk4nJsIfajS2nOsfubLktwCccfwciiW6 Pk6mDwga4qP7a9FhRhd5DWypj/zzlw== X-Google-Smtp-Source: AGHT+IEpvP5xIK83gosA7q8pCIWun1wMtQ+1SMoPJXPChWl5Wl/wN7Hsui6jp2dc/t/qFHMZu1CTs927L+0i X-Received: by 2002:a17:902:ef51:b0:215:6995:1ef3 with SMTP id d9443c01a7336-21f4e6a1125mr104673725ad.3.1739020239609; Sat, 08 Feb 2025 05:10:39 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21f74d8cffcsm416185ad.100.2025.02.08.05.10.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Feb 2025 05:10:39 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 08 Feb 2025 05:10:39 -0800 (PST) Message-ID: <67a757cf.170a0220.adf62.2026SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.8] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id B542E6052472; Sat, 8 Feb 2025 08:10:38 -0500 (EST) Subject: |SUCCESS| pw151183 [PATCH] drivers: allow build with VLAs From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250208092839.1238770-1-thomas@monjalon.net> References: <20250208092839.1238770-1-thomas@monjalon.net> Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-compile-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/151183 _Testing PASS_ Submitter: Thomas Monjalon Date: Saturday, February 08 2025 09:28:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:3553897d84d8b54a1b1136cbf04dd7f1a40fd85b 151183 --> testing pass Upstream job id: Generic-VM-DPDK-Compile-Meson#33170 Test environment and result as below: +---------------------+-------------------------+-------------------+--------------------+----------------------+ | Environment | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_meson_compile | dpdk_mingw64_compile | +=====================+=========================+===================+====================+======================+ | Windows Server 2022 | PASS | PASS | SKIPPED | PASS | +---------------------+-------------------------+-------------------+--------------------+----------------------+ | FreeBSD 13.4 | SKIPPED | SKIPPED | PASS | SKIPPED | +---------------------+-------------------------+-------------------+--------------------+----------------------+ | FreeBSD 14.2 | SKIPPED | SKIPPED | PASS | SKIPPED | +---------------------+-------------------------+-------------------+--------------------+----------------------+ Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.2 Kernel: 14.2-RELEASE Compiler: clang 18.1.6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32536/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/