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 721FB45DD5 for ; Fri, 6 Dec 2024 19:06:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7A77340E03; Fri, 6 Dec 2024 19:06:04 +0100 (CET) Received: from mail-qt1-f228.google.com (mail-qt1-f228.google.com [209.85.160.228]) by mails.dpdk.org (Postfix) with ESMTP id C31294064F for ; Fri, 6 Dec 2024 19:06:02 +0100 (CET) Received: by mail-qt1-f228.google.com with SMTP id d75a77b69052e-4668d7d40f2so19634991cf.1 for ; Fri, 06 Dec 2024 10:06:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733508362; x=1734113162; 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=ZWIuyTCYVJLFNyBPNmr1+2juVuOb2C69XeefzJmeW9I=; b=ajyooYuXG5YesIVRl7GVAJzqaV0BrJZ8JlkDnwymcBEZDcquDr0wDfsGnYTh+opZ6N 6vy85lm62UV6q32PhEqx50C0CMFoIgoX8b5ggD94WV053x2UP/hZzwX2YcveVWO3ROAj 0aNkmp/4p4cTfaBPzn1A2UkJ8mA9n9rspj6b8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733508362; x=1734113162; 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=ZWIuyTCYVJLFNyBPNmr1+2juVuOb2C69XeefzJmeW9I=; b=fr6cNW2lUa29aBYG7sYDRKuESUEeBiN46eqciMpNc4K9KKNo/w2BfGe5ver639AmrJ rTgEO04TKszg9PMGG72O2mlDRCbSBUBU+7AbObP6cmBGWKrW3Huxx3d+9fRx/tQunBQ+ Gm6EJk7Ds2YUNiNDsr+yd4RPtmFbXUCibGFJpWizhClaSrSUMnazL6tCA+Sm7cdjHxfP R6eUuF5QtIbwvIK8oGilmwL/47GeHRwUdH4dIMPp7Ejbe5Rej4VDowCCAQvn/IiY3JCd kzvk+wI+mPO1gVMMQPaWw9XpioROCw14mVIWdczhMHAvdLuUGERsduE+Tem5o5La3ByR g1ww== X-Gm-Message-State: AOJu0YzbwqffBXz+Vq9R2R5OumRpWj9+2LnZLa5em21YHFbePrdskxXK qPomGfEdEwII//V8r0k+8a4ZLOSnrPJclSLyqygVljM0zG3RqrGk0jb0UIqB/wNiI7N7UqapuIM RSHMgOyveU5fGK/j8yZdJf00OXJkGiDzQeaO9DNMpHhPDU60bLC42wf4+ X-Gm-Gg: ASbGncvfwsDRjT2RFCNUJ6+/5y6SOjhAohKlw3UFq9DW1qkqLXE8rg2rdeMaWWE95JI H6G6Ix+DFcIyGEmfLWAYeYaZOW5nzazdq89eyYR9+yF4wT+a0tNHihAFRZxICjMJeHNUH+5CQvC IuGqXjq0pfp5dP2faWetRarlomh478cUYI8xFPHui7dqjgdcgsWJqX2u7kL86waPcG4ZlzKdL+J bipTG/Sbg05IHqM2v1F2J1E6j6A6eqbL/Xh4FhlTB4feXDozVwyEntgyDktPVIxOSEvaTxxfEk= X-Google-Smtp-Source: AGHT+IE5DSM9NQ2QHyOelqM7/Ts+6q5u6ntnDZlljadxTAnvA8mIogciebo+CxoriR8+W7d0bQIFBivID3oQ X-Received: by 2002:a05:622a:1891:b0:466:9003:aaf0 with SMTP id d75a77b69052e-46734db8990mr79897461cf.37.1733508362099; Fri, 06 Dec 2024 10:06:02 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-46743c1f21esm107041cf.22.2024.12.06.10.06.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Dec 2024 10:06:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 06 Dec 2024 10:06:02 -0800 (PST) Message-ID: <67533d0a.050a0220.49df6.099eSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id A77496052471; Fri, 6 Dec 2024 13:06:01 -0500 (EST) Subject: |SUCCESS| pw149070 [PATCH] [v2] net/mlx5: fix hypervisor detection i From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241206142605.2582139-1-viacheslavo@nvidia.com> References: <20241206142605.2582139-1-viacheslavo@nvidia.com> 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-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/149070 _Testing PASS_ Submitter: Viacheslav Ovsiienko Date: Friday, December 06 2024 14:26:05 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149070 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#341535 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32101/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/