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 96A3E45EA8 for ; Sun, 15 Dec 2024 06:29:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8E9F240263; Sun, 15 Dec 2024 06:29:35 +0100 (CET) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id ED5C74003C for ; Sun, 15 Dec 2024 06:29:33 +0100 (CET) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-e3a189af49fso1916099276.3 for ; Sat, 14 Dec 2024 21:29:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734240573; x=1734845373; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=sGvVZisOP2U4M7mVIEJXVPmi2+/Pb34878ABeyZZip4=; b=H3si5ZbpqFMfh2X7Y5KXKX0bYHbvqmLfZI7JqN80yVFMB8lxJs9ugz38/rmMnFjEJP yAx1Xuovj9+hM/y7YMoo8YK5GzndoA1neflm8bmihuwvLEfkSBWY8gzxNY635+j8kDlC G8dHE3pXg6c+lYb06xy3tv/ILevt5Uh17dq+0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734240573; x=1734845373; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=sGvVZisOP2U4M7mVIEJXVPmi2+/Pb34878ABeyZZip4=; b=rtrdKi9Pl8Ap/4X+YLfLraM/vIY6OMGjrKHyuBfJvjhtHTycigieFfuIsV4fuXYi2M cDFluYZkA8uTY4i9LvM9v4lOi/md/jpCM5wKUPai5g1m3x7MQTePti+SWcu/km0iGUNx 6/jzvFarpa0xYrAyFRaUarKSK3jaKe0wlce21VeA9RKiHb949lbzF9VCh5PBGufDNgLz RKaccD9Uns7VK4p3/J/WbdLiddPpeuUi6UTfJywNNac9aRjSutgHC/GTRALnxpe6GJtb vuwVrv+Veg4jmcgp+Rnp1Vx0we2oyVBLGSbvPqfvPJK8Y8vTFNhtGG7nMeeKZUrdD6c/ Dcaw== X-Gm-Message-State: AOJu0YxlS+zJgQWxFPnFfHa+DyDfn6ZvxL1MkSbc9zAH/3r9hKa3V+LK LknRJWLO89IevDIbRQKZove3y7oOnyjdRRQHhIbmPHksjd6XUXCGDo5lrvGnfKJW3y+f3Ujg/Nt Bl2Ppvynl6lH3QVukVoYzlo3VdLyigdpmNoGafPId X-Gm-Gg: ASbGncukNOhnOa2uzPk4FH26AuifeprWRbnanRRuOvVzoK6ZDuXRHWuWNhIW0PF2++o 3jpyLjt75Wcfqw33iC/sJHM7+2W2LYoNKy8844fhFmcLTBvVPSDgXrIKehbO7F6s98dHLwOmRyp Lsk92/5cpRjBINyi0FIBk/vtuuojosK4rX47TnU3z8W8KYp6eZVbNL+iFs2WMsg0fS55CX6cCsB aOXxRE/AEl2BZk588Y/T0orsd+23KAtmXmDcE2BKveXK/cvniyC1UPzMNcsQPBuywrMReZWVX/a jQ== X-Google-Smtp-Source: AGHT+IHKyWPt+iDWYcnffxSAyN/Jwl04HEzcDqKaFXQfhKXBDsbG1acHnMt93qieT0r0UfFQa76PXRcKil0r X-Received: by 2002:a05:6902:993:b0:e47:f4e3:8801 with SMTP id 3f1490d57ef6-e48d4e1e714mr2774217276.12.1734240573295; Sat, 14 Dec 2024 21:29:33 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 3f1490d57ef6-e46ffc6d115sm67678276.4.2024.12.14.21.29.33 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Dec 2024 21:29:33 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 14 Dec 2024 21:29:33 -0800 (PST) Message-ID: <675e693d.050a0220.36c2b4.49a4SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id E298B6052471; Sun, 15 Dec 2024 00:29:32 -0500 (EST) Subject: |PENDING| [GIT MASTER] 39bcde2d05afc0f904f906182be1e659b60ceeb7 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 39bcde2d05afc0f904f906182be1e659b60ceeb7 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#299618 Test environment and result as below: +-----------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=======================+================+==============+===========================+==============================+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +-----------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+---------------------------+------------------------------+ | 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 Clang) | 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 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 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 Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) 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 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/31938/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/