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 D6450460E3 for ; Thu, 23 Jan 2025 07:17:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D45AD40279; Thu, 23 Jan 2025 07:17:13 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id D911340269 for ; Thu, 23 Jan 2025 07:17:12 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-84a012f7232so50238239f.0 for ; Wed, 22 Jan 2025 22:17:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737613032; x=1738217832; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=Cs4DsfwsjMFMzR1+1rKC6pRK4lYJxF7Zdsb5uqKBoHQ=; b=bjT0cGNFaZs2kOR2sAIhzxm883KYhHFyiZOsZGKowdxvllAS4M1DKSoUHkOJpQimS5 qvPULomeH5e+H8GvmSpn7Qp97iF6Eq2oSsY0lD/Cv8m1622EUu9zjywNvWZDsUcbif3A 9l3cxJhuI6DP37a3TsqVDDHf/cBIUY/qA7Pag= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737613032; x=1738217832; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Cs4DsfwsjMFMzR1+1rKC6pRK4lYJxF7Zdsb5uqKBoHQ=; b=JnB87hMBcXh+vbJtZVvFc+1QrebLtXYhXH4Kq/Hjw/DaID+iIHjssfXp8RB8qNbicv xm2roAZZME67QNjtRQA3ddTm13+53RkONWdxbI0Datjckmz2R4DFEB6oCHAv5npbL4z8 tjVIgNUimTMxy9s3zYhfYLqtWlwJIRx+BwFSDdFFwyfrh4DHMBOFfY3MDkNcYdZEb71D wqRC0LLk/mHM78gyasb/ltOUo1H37S1Sjm1kEaMvMiMIBm0DdY9sfGG8YK0H00A9ZVwj svbfaCI3Q1tDbQqLfAeCxc9vTP0aTH/vaj6YgxRgqV4nqQwp3sfDuawew7DhjRsVoCVb aySA== X-Gm-Message-State: AOJu0YzMse9R2IRym4ZaraLfqku3YJiL2t0dJMAMpDU3gWRIWMFOgWD1 CRjpu0KUFig085QwtI6irv8tMYZrD1wxlyCMnLIocGSTeDoPNHQN/0HFLvM8uaFeSJjzdA8f3rI GOzozAX9Bf24KBwbedTAOUnRlyjcV0rlKlQw4juoI X-Gm-Gg: ASbGnctRxwX9PRTNHiyjJshMmg++arkTY5nDBSUzIuoi/HCNBKVHhgI4S/6rVJG5Zya 7xzBQdr/KkbToknXF4MxtoJZmsEkD0OePkGTR6AO/tDkj6PWN1AkQ/Yd4SS9WRIXuV1XU/lApXu tLP91h0KgCq2H8BabXsxPTKVZRgATz9lhRaSb9Y5jO7K52Y12Yz+mv5BIwpQsRN27T6hSHMISlu 41x5oEQoRP9IXcXJP2cirOrCezvfqGQ4R9g/FgvwsRDByqXqArWH2v6ExKMmLOvJPxo7EslMGgS QNU2ZmfVvMTZrQI2q9k= X-Google-Smtp-Source: AGHT+IF76fnglkL844P91lTk9eX0GErnDcKc6+1w251teopu2FVEIgingWVz3WB/abhjZlBXO4KaOP2xqg+O X-Received: by 2002:a05:6e02:148a:b0:3cf:b2ca:39b7 with SMTP id e9e14a558f8ab-3cfbc12fc2cmr18380005ab.3.1737613032248; Wed, 22 Jan 2025 22:17:12 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3cf71aaa8desm7761015ab.16.2025.01.22.22.17.12 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Jan 2025 22:17:12 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 22 Jan 2025 22:17:12 -0800 (PST) Message-ID: <6791dee8.050a0220.52ecd.0c92SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id B28E06052471; Thu, 23 Jan 2025 01:17:11 -0500 (EST) Subject: |PENDING| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab 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 c66daa12e76d7b4912cfb7109a761856a7a873ab --> testing pending Upstream job id: Generic-Unit-Test-DPDK#308447 Test environment and result as below: +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +==========================+================+==============+===========================+==============================+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 11 (Buster) (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 41 (ARM Clang) | 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 | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 41 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PEND | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 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 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/32311/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/