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 081154655B for ; Fri, 11 Apr 2025 07:11:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DAB434066E; Fri, 11 Apr 2025 07:11:27 +0200 (CEST) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id 79C7540285 for ; Fri, 11 Apr 2025 07:11:26 +0200 (CEST) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-4767e969b94so26577081cf.2 for ; Thu, 10 Apr 2025 22:11:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1744348286; x=1744953086; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=VuFD6HnbR88r+uLqULpbVs+cPMYNduOgjf4maG1/4lU=; b=WC3YDKDJevEiJe2GWwHoDcZhpmusMca6VwEmYY6/msr3dxA1gZ2G+yjzWzeKD2xn/W ExZkkOqcUeMiziRV1bi41AVqHkaYrchtES3JtpKg4R3L/8uK+ugNVVzwe2fnrZ+/FSIf cnQjTbrObGUw1nbvbOc0SMb4FZhHfuDEsMsog= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1744348286; x=1744953086; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VuFD6HnbR88r+uLqULpbVs+cPMYNduOgjf4maG1/4lU=; b=eCit0eu7FxAJ+nSJWZHvOIzS8O0vE+SSKDCkC1Ei7wsM3953vWMQrk5TtG433n/F5u 1CM/nqneh02dlZ2s/jC+kJ+GH2ou9UtIKWDrAauxOTokAOeO34DlgzL2E/YOyP82tI52 vmSniFhmqsqWMc0bTb/BINicWnRHQ3yE4ilqrz90hLQcxyNKHAQ6yYbWWJX94bXXKBCA +eNBvgYqVdBBLD2qJZwV8R0gnSjs+arT5Y1o0ypYcvMdhb7/9g+blD7Z9Tiu74w19Qri LOJvD7uXMteWecAJlwBkRriqaY4hl0No6mc32X/F7lUZR8yj/ZS8J+qp/MMWpisdQeIq DDyw== X-Gm-Message-State: AOJu0Yxjl7s66dy/zVpqxoTc36jDEv+dUekPY66P5jI5LNDoCyr6qtwS iJXMOiV9dYYSm1eNzRVRJzyazmq6boG5x73GNl4XQScqWGe54EQCkppvRseXK+6BlaLatceBhKz DRATkyW1nB6kzgYKAxLs8S2vHSNvl90n450XVdUbi X-Gm-Gg: ASbGncsup8KFdo8nziYZhqRsLSpb9XlJnm0PNAHV6V5i2l+5cUqo0Hzopl5CVY9hCzt ajEyXT5pyT7tkAVseSGMRhesE26cKGX+6hWxVVSFaoNm8dS1KcFOQq4/WnxCTtABbN9X0/mtYZ9 6LMNzrbbff7YHKIWeSkhuISPyd0VZWIpt6qM3LeD87P0k76xiRk1QC6KmmkIq4r7NHVO3xoUrxb ifzwCH8ikxvhRLDY60/oPWIsBR0KL/QcDxQF4BI5dbr5YeCfi5wYavmyE1yr4ZAbVXQ6CEwhNUH IFTpxm2kl/eDDrbP+CTXibcJqjPRez+Y+ZXT X-Google-Smtp-Source: AGHT+IG2xF5JlaR/1RiAJVhXm1Mz4HGWKzxrJLS2i09c8+dIdZ9RvUQw++bklADRopdhtA/YAW0F+NE6gFy0 X-Received: by 2002:ac8:588c:0:b0:476:7199:4da1 with SMTP id d75a77b69052e-479775e8e54mr26658611cf.46.1744348285794; Thu, 10 Apr 2025 22:11:25 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-4796eb9133esm1492301cf.17.2025.04.10.22.11.25 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Apr 2025 22:11:25 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 10 Apr 2025 22:11:25 -0700 (PDT) Message-ID: <67f8a47d.c80a0220.f95f2.62faSMTPIN_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 5A7C56052471; Fri, 11 Apr 2025 01:11:25 -0400 (EDT) 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#330379 Test environment and result as below: +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=============================+================+==============+===========================+==============================+ | CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | CentOS Stream 10 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 41 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM) | 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 20.04 ARM SVE | SKIPPED | PEND | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) CentOS Stream 10 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) 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) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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 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/33223/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/