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 4498A45E37 for ; Thu, 5 Dec 2024 08:09:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 688B1402C4; Thu, 5 Dec 2024 08:09:51 +0100 (CET) Received: from mail-oa1-f99.google.com (mail-oa1-f99.google.com [209.85.160.99]) by mails.dpdk.org (Postfix) with ESMTP id 0976A402AE for ; Thu, 5 Dec 2024 08:09:50 +0100 (CET) Received: by mail-oa1-f99.google.com with SMTP id 586e51a60fabf-29e5bf419ebso223249fac.1 for ; Wed, 04 Dec 2024 23:09:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733382589; x=1733987389; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=7iw291xYw+obHkuvnnKfvFtteKx/YkS4vXWGasdHpEQ=; b=IjhedPmx56JVdVYHQmJjTHEmAq/j/KeYsvWO8pEieS54g1gkWuzWtFWLnSrmyXUr57 SoAaOEX7aQzNZEwwsuRmBn7ksGlLpjMxeZetSCVuurXiLJsEXv1zWBwDYc4cj+siafM5 QmdPoN7UDerWMSahyks6gqXAfFm16NCrN7ygo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733382589; x=1733987389; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=7iw291xYw+obHkuvnnKfvFtteKx/YkS4vXWGasdHpEQ=; b=JXK1xP1ZluCH0jN/HsCy1cm26LGZOywlZS+ne3LnGJHONMCBYaEFwVoOdn+xY88if/ NDvGZUVvjnlb2Srcq+pvMCNeFcipghh6M995xbeEqyz47ZrtSa91x88e3QED9AqOdZ9D 0pTI9ykuXJyM+Jvs6B0jU9/l2XEna418r3Z1IFVVABfBl6hOdslawsJCQG/ALig6uNWG Lq4g7lmIsTk7hCE85dm0Bm2D/eucKZRwPAiIg8ARuG/pmS983NKIXb0zVt4J83VxjX4A j/Qn8Y9fEyoxF6zwZXGSs2MUPoCAhwp/+s17lKu+k2H5Awq/tDhwxMQF2XyH1mR6z8Dt 4qNA== X-Gm-Message-State: AOJu0Yz6zMGmG5LnYCUbDBKmsu/Q1b3thfEEffEbUFfip9dmRM9lb1OS O6KPD1sazhhfSeehq5dmfcToOKQhU594fC2etbQS5BI88KJa5Csi7YLU8rnNNXwzNtubYlbnFi4 wy8lDGUQOcd0b7/qTDF5058VN09F1XcED7ZvK7dGH X-Gm-Gg: ASbGncstIXepAq3ZKb3ghBfL/C4zNEo1ToWKnW9/b8m1hIvzj0Q3MisaYGy4SPMX9fK WLHzr/FZxbqV7i8BsKsDsA5PezrZu2dM1GSEuavihwt+9bG1Rkgq3cTfGNX8XpAqh33PGT0yGpw j2o2dV7qzxYX2etwu5GPHD7+n2ZI6qJ4JMKBwjnFfVoN/nEtqYfpeMSNDADijMQEnvChTRezXST lYSIdgybYXA0eUjD9Fz+0f5O4bE399psg0Br1ZYmWWWHB5y2g2bJkrbSeSFW5a7RQz7i6c= X-Google-Smtp-Source: AGHT+IEFWLDwMIgm3tK35R96nvOvoU8dDujyL7SAW3nw7gA4F1Q+S3jlwQzxBcebqR5aJDPgPQOv84K7Q+SP X-Received: by 2002:a05:6871:7c17:b0:29e:5a4c:4ad8 with SMTP id 586e51a60fabf-29e8891d312mr8241732fac.40.1733382587990; Wed, 04 Dec 2024 23:09:47 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-29f56921c5fsm35025fac.32.2024.12.04.23.09.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 23:09:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 23:09:47 -0800 (PST) Message-ID: <675151bb.050a0220.25d55f.22acSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 8F7E56052471; Thu, 5 Dec 2024 02:09:47 -0500 (EST) Subject: |PENDING| [GIT MASTER] e8eb14e00d56027bef8569d68cf00e39670edca2 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/v23.11 e8eb14e00d56027bef8569d68cf00e39670edca2 --> testing pending Upstream job id: Aarch32-Unit-Test#4574 Test environment and result as below: +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=============================+================+==============+===========================+==============================+ | Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (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 | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PEND | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) 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) 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.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 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/31849/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/