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 1C00046035 for ; Sat, 11 Jan 2025 06:31:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EC50C4029F; Sat, 11 Jan 2025 06:31:19 +0100 (CET) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id A5C1F400D5 for ; Sat, 11 Jan 2025 06:31:18 +0100 (CET) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-e460717039fso3760369276.0 for ; Fri, 10 Jan 2025 21:31:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736573478; x=1737178278; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=iKrmMQnEDga/q63QC1/cnevOwe5Tm4gQnl060F26gFA=; b=aFT8a1ibebPUyqPoyBOsZTvIKVXw/16LqkTaVg0XJmQHzOBqTfrexQMlw7c2jEBzwo qv/oKuuouISDixoUoseQA0dbqd4nkpFRn+dJMXqu4DeiY6LhohgmeECTGJLfLp0rlFtt 9EWCgB8fSKs/i1JotsTRfewv36bQ1z5OoskgI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736573478; x=1737178278; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=iKrmMQnEDga/q63QC1/cnevOwe5Tm4gQnl060F26gFA=; b=n+Iy8GgrpUZbV1GuV7jVDiVd44WxXyF4wXLk0YqLUZyGBpwrNRSf/B+2mvlgR7c9Tl X6gS/SsqBJRlZ5iEtaNDsApu+tXLhKgWTMF14yR+JNbuhTj46SAp9tPGYuqo2Qtmtz3t SARmD3q8yfcWnGXWZT/6rnos4whpmnhryKs3AIFqfWEHtYnlMXqK8F6Y2lfSLy9oc4Tz xrGRvT6VZSPE2li+aE+dgNAeeVdw8C50BFDvR3oHFMij3jf8nPWQU3j9oA/6X2hvAWA7 +FfwzEpD4nFPn7BH4+NUl3w6lhQYHUpAiz7W7lUX4m6rz4AVhqfSagUBzF0T72fpOiLb ktGA== X-Gm-Message-State: AOJu0YxxuvKA7izumW7gl/qJpRbxhqzJ1JLu+A85den1jJspl9NdacTF ffiq1//WJAGNfCI3aKl3mN9EwQSEnke1lQTuf4UORfImxPl7qXpBJAmDFABnIUUFBJGbB4EREoK eZB/Ae6YGaQqcfrnQO1RGios1satwI2KbjO95JoTg X-Gm-Gg: ASbGncvzbk1DO2TqBLYhKni1hIO5rsvR0G+rl4vqX6vJfIF0vXxQcBpt1Nkc6aIGNrD CXGh1RA7WJc3RsvIQtd/zEOK+mlWg1aid7XAvy2zLkiUulyTiuiAE6uXtazCC70XKOVhzEhiAM4 3FSXecDM+Qqe3GBtQ8bGZZqMJpzWcP6LdDsg2jOxxnJ+aaoGSOKgIjA7xwwtumN8A8jw2EJXgde oV/eh87HmslcqLSE+Rr5rkvd9HkNGy9xHrUoG9DyTwUED9LA/HzcuM/fgTkG/l5rGU85UcfI2JL Pw== X-Google-Smtp-Source: AGHT+IGOStw3htN8FgwtuL1LpblC89sdrTfatdzaHMeg5USteBVS/iH/Yo7CwQpOAB30O+gY7xtpDU0yESg/ X-Received: by 2002:a05:690c:7248:b0:6f6:7ef2:fe74 with SMTP id 00721157ae682-6f67ef33d5fmr710447b3.32.1736573477817; Fri, 10 Jan 2025 21:31:17 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546e2c438sm2197447b3.60.2025.01.10.21.31.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jan 2025 21:31:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 10 Jan 2025 21:31:17 -0800 (PST) Message-ID: <67820225.810a0220.641c7.0c13SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 6C94F6052471; Sat, 11 Jan 2025 00:31:17 -0500 (EST) Subject: |PENDING| [GIT MASTER] f2eea2f37a82bb73fb01d56350708f7d70e21379 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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 pending_ Branch: tags/v24.11 f2eea2f37a82bb73fb01d56350708f7d70e21379 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#304987 Test environment and result as below: +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +==========================+================+==============+==============================+===========================+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 41 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 41 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PEND | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32166/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/