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 933B845F04 for ; Sat, 21 Dec 2024 10:12:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6FA6240263; Sat, 21 Dec 2024 10:12:05 +0100 (CET) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id A56D64003C for ; Sat, 21 Dec 2024 10:12:03 +0100 (CET) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-467918c360aso29494831cf.0 for ; Sat, 21 Dec 2024 01:12:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734772323; x=1735377123; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=WPeItOKOgetEVM0G36I2O8scOuOxEDRtxylG7JHmFcM=; b=EZPyyuXQoSQltQw3sKwiuLW5HgMkbYnxwqawHi2x78SAMegdgPjxqRwWHAv9nbPZDF tE4AwbvidNfSlF9RtzflJgJkC2PIgclR2kDRZ3ZcHC+P2F8JVkaNelnVxFWt+c8/q87O XzzY747GN4Vl79aoQzyOGQHgJveiJMspyy6pY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734772323; x=1735377123; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=WPeItOKOgetEVM0G36I2O8scOuOxEDRtxylG7JHmFcM=; b=dL+U8evOzeJGeNtGVVNZTXDfflxRwAltD32QhVkpyoteQIp5zHdnQmFK7wnZ4iBQwh whhNJyEUtVIDNpf6wScmfRho5TuR/Lmloc8OEfVmmADiEyXCxB7Q/G7XcrJSHikxEhwK l3I1wEJzN2JhmNjUGCezSIu5++Bp0ekcnkYcI7Fc357shUpkCrhjhWJev+9xD4csyYum 2fxqsJ3tB7zMpwmwyEhl+K+KD49llGIWVBWkZXL7o/hsFYv7uOlYoDIwMuQgTwU9Ydw+ vqUZ/NkrasetMa+gfgZQ4qWA6JLPgIzJtnpA3Kut3t58s4MKlexvLoDTsTd+h2x/NSO/ JLNQ== X-Gm-Message-State: AOJu0YwHkQWP3nx/Zpy9lMTqyqXdmAzminjJwLHTvs9hE6n2bSMC5Uwn mK0vPuFp1BN86snqfZekRdyAs6Z+ssHJcueyqaPeipWBf+VmHDZ7u7EO0u/RjMahpy5r0uhc94V S1wC3Vi7zDNWuUfv9EXQjMPrtv7oQ+4sdf49h0Ay5XX5OprqT8N1SbIeS X-Gm-Gg: ASbGncuQOgVHERYid1i5irSsb4Bm6eBE/6saTDHQgjdLRlLnnzZYM+QdSImBJo4+YXk kb54dte5JcdI6yka+/Rj8FQars9UhA4RPrgBrYIOWyn7zUpoG8ZX05NFrOp9iSmXr+nH6Ps1lPl 46N03XN2kP4/vzl7T00jpV54hTr60OMtGynOM3OBgjqUaIXnK+USQyZ0yx9oXxaveFR7x4TjmW9 dumL/H8LteMNFoIGzc5CyKMMph021KzeHvp8KsUyTOcQyTQCSjk5ormnJt/IwG3WMul2QVw5VUK iXT+7g== X-Google-Smtp-Source: AGHT+IH36SVQk34r+u5Y2ubldzP5Qf6pMZGgV+JzCtOMU7ccni9y+aFEGsnkH94CaxVoouXGHRLKkogT1nPX X-Received: by 2002:a05:622a:5c6:b0:467:68a3:4c44 with SMTP id d75a77b69052e-46a4a972791mr110937941cf.39.1734772322896; Sat, 21 Dec 2024 01:12: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-46a3ebc5ec1sm2278851cf.24.2024.12.21.01.12.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Dec 2024 01:12:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 21 Dec 2024 01:12:02 -0800 (PST) Message-ID: <67668662.050a0220.2c8ee2.fe47SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 8CF5F6052471; Sat, 21 Dec 2024 04:12:02 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 07604f264417959d76aa9fcb8cb0c3665f62f0d3 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Chenbo Xia , Maxime Coquelin 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 _Testing PASS_ Branch: dpdk-next-virtio 07604f264417959d76aa9fcb8cb0c3665f62f0d3 --> testing pass Upstream job id: Aarch32-Unit-Test#4721 Test environment and result as below: +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | +=============================+==============+===========================+==============================+================+ | Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | Debian 12 (arm) | SKIPPED | PASS | PASS | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 39 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ | 32-bit Ubuntu 22.04.4 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+---------------------------+------------------------------+----------------+ Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32009/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/