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 4B13545D6C for ; Thu, 21 Nov 2024 20:27:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40E8C42FD1; Thu, 21 Nov 2024 20:27:54 +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 459D242FA9 for ; Thu, 21 Nov 2024 20:27:45 +0100 (CET) Received: by mail-oa1-f99.google.com with SMTP id 586e51a60fabf-296b0d23303so741124fac.2 for ; Thu, 21 Nov 2024 11:27:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732217264; x=1732822064; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=5tgT+uMQ5vGyu5pciTLO3gRIpi4nG2EDj1BUNrgVTis=; b=cRngrntCR9uOWychDvP9D5d2fIOrtnmRSOpjW0ZotlK9lZ1nwu1Jn5js3GW2UB4Fev GVFtvsVM0PsftrDqd0E9DuPZ77gGN0quMJTjRfbCa23odb1+wVO7ebFfE2x8E2VZt+kR pNjaXCsPdZl98mx7akm16dTZvDn+SLQtQlYyE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732217264; x=1732822064; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5tgT+uMQ5vGyu5pciTLO3gRIpi4nG2EDj1BUNrgVTis=; b=XWBwFYBJxbPW0ri3LZY+GisGUhgJjDW+Odm7FNdJ7EKtg0wyk0MoX/asdMroai+Qw4 iY4qL+6g1VHtuQyo9NcCYZlTvtnS3Q/IW11wK7LYsGpe6p9Cxdcts8Pe75C9KlVII/t6 4qnZ62UT3L8a/6vNqQsVnb8lZpy4V4T5QUAwL3tx9z8s1kL8HmnBuzvWKVGTvkbwDwqr FQ5k8dGM2AC3jJrIeEpBsyfYd7NkzUTTs8vM2o5t6DsdMKMeJJHSat0YF1J8lP/zUniP 3EBvnVwxMY5dv/gH+sVckYnFIJIlrbgpxGcb/n6Tdjp7iYYO6+N0JTtBkM5FDV6+I8ia D7vw== X-Gm-Message-State: AOJu0YxtXJhA5vCRkA6j7iltaj4U20fgYl7R/p0WM6bO2wbv2VCwVKS8 zP3HPx19kwy4nC1EJmjKZedjiwjbAhsGRY6pYZ/NRXUdUrX0lMcWV0aYyJvdBu//1JVm2THZSlU 3Gba45mc6diEw4RQZe7WKm4lv+Oy4G+KK4YL9vjUr X-Gm-Gg: ASbGncv4D7ObCiQ8gNKyeREbJ9cbgme7ZcVpyevYp8HKXHpl8jZ3Am3bDus7vpiIVVB D3z5jAcpOR264ZpMMOHC2iyFKdrDoZjshIxgjKBUiQTCJbAVADumei6zjX7zNFlVsg97z+0gKhT kdBHXu6JFND2EHln6NBMCnyGtYmT5T4osUlFd7x0q0DHpdO0Qqxx/V2OtNEfYstwvoDCGIghIkN fF/mLzV9UrGsuXYWUYJQW36nCPoReRyQO0EyiPJMmL3R+CLM93hQKsL/KzD6xcytYv0mFU= X-Google-Smtp-Source: AGHT+IFJfTg030e4fd77j3m0Y5oXcWVMcE9uJd3rBIg+0KUwygUiWaWWzB9Gu78uCVT+ZimTPyoKFtTMQPdM X-Received: by 2002:a05:6870:f819:b0:297:95e:e61d with SMTP id 586e51a60fabf-29720ac0363mr113006fac.2.1732217264558; Thu, 21 Nov 2024 11:27:44 -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-2971d89694bsm10663fac.45.2024.11.21.11.27.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Nov 2024 11:27:44 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 21 Nov 2024 11:27:44 -0800 (PST) Message-ID: <673f89b0.050a0220.13c9dc.0beaSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.8] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 01C2A6052471; Thu, 21 Nov 2024 14:27:43 -0500 (EST) Subject: |PENDING| [GIT MASTER] f4ccce58c1a33cb41e1e820da504698437987efc 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: dpdk-next-crypto f4ccce58c1a33cb41e1e820da504698437987efc --> testing pending Upstream job id: Generic-Unit-Test-DPDK#293830 Test environment and result as below: +-----------------------+----------------+ | Environment | dpdk_unit_test | +=======================+================+ | Fedora 39 (ARM Clang) | PEND | +-----------------------+----------------+ | Debian 12 (arm) | PASS | +-----------------------+----------------+ | Ubuntu 22.04 (ARM) | PEND | +-----------------------+----------------+ | Fedora 39 (ARM) | PEND | +-----------------------+----------------+ | Fedora 40 (ARM) | PEND | +-----------------------+----------------+ | RHEL9 (ARM) | PEND | +-----------------------+----------------+ | Fedora 40 (ARM Clang) | PEND | +-----------------------+----------------+ | CentOS Stream 9 (ARM) | PEND | +-----------------------+----------------+ | Ubuntu 20.04 (ARM) | PEND | +-----------------------+----------------+ | Ubuntu 24.04 (ARM) | PEND | +-----------------------+----------------+ Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 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) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31672/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/