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 83D0045D71 for ; Thu, 21 Nov 2024 22:17:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7A628402DB; Thu, 21 Nov 2024 22:17:02 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id BB27F402A7 for ; Thu, 21 Nov 2024 22:17:01 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e388c3b0b76so1193203276.0 for ; Thu, 21 Nov 2024 13:17:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732223821; x=1732828621; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=GhOLn/dCmMas4VGEEc4IwZNQzrh9zw0J8pCYpnDMcoE=; b=H/ZuoJhH7uleEumNzmsneSSDBrmy4zgNkdXG3eVq/zKJ6cG8+vY+ZRpCDKTwNORDVB eB76YXs2yUy0tj68m6yigzzdQDVc2IAwTsXOtGdV9QYfR86irOahyEga/dOmxKZqNt22 Hxx90IXpFbo6c1QT9gcxNVRMSRDweXvgxnubM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732223821; x=1732828621; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=GhOLn/dCmMas4VGEEc4IwZNQzrh9zw0J8pCYpnDMcoE=; b=Vg3JPPpJBiEtd04fRmYOkH0cV4o7BgqcTcoMA46GESknVkl0h2K7sSzm1r9RF5EWwr Ik5ilteHQSHg+PtO9zIL5eaIhF7k9TUeMZdDWsgzDD8n/66i4ZB1BVnyYomaJKMoQnqa F0bxIiBJEoU2awxKZku3MvrgeDxncODK6Ov9ikbhVg73MXCDGHjrcmaQgKBqYIn6UyRJ pdU9foA5giyAmu7QspXFjY1bjvbB+CIuX2ibXLVGJhENYLYIBYFc5ZHs/KEK7jFHv4s9 Ds1eAjfS8VnYIkENipSJ6qdgouezb1/MLwYYq4g1HS7LXJQ8wsMjoO0/z26Cj8MP2gBV 7EWQ== X-Gm-Message-State: AOJu0YxBwy2JdUmctgYtlLOX1JYcn2mQrt6Ya7IwXChLuJWpeDwHG0Uj ftfdMDiUsfsZ9yDrz6GavJNnp4HQ/0BOY6lIPZcSm1wrcSSE+3u4MfvxnkObgy1sJSnMQ+ZXbS2 8ZF/F0cDNrCBgtGmKS9ltx3IWOkt4QambNRcVCnxH X-Gm-Gg: ASbGncve6O+AKwDT9+0T+lFKwWeeFLJucti5+ansOjKOoDpTh6DNiH0x+90DeOHRh/h 0PlQF4E6PT7shF/TVEGO/DIkwDT89aX1MhUaH20TbQbKaXufS+K58s1zA81W9I+bVFyIxPFa68E JDgtyfYiNoYJvhIpzvqMdn08LpQThe+rnRseKhqq6VK9PdUO8Y2ACvfJPhJe9U9eRyn5XdyoVPA wheI+xllXefgEVbO60YWVxjrr7S651bAgckFWpJDaqGAJxVVrCKgnYkXr3V0+oQGVZDx1Q= X-Google-Smtp-Source: AGHT+IEqE2iXH3GEsotbF+ckjUlOa9AAJXpHIG8Zr4eKVs5ASpA/idqBhHzAXqyBvYo0tpagXF6EPjqmJucO X-Received: by 2002:a05:6902:728:b0:e38:131e:e990 with SMTP id 3f1490d57ef6-e38f8bd99a8mr434798276.32.1732223821130; Thu, 21 Nov 2024 13:17:01 -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-e38f62ce49bsm10350276.20.2024.11.21.13.17.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Nov 2024 13:17:01 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 21 Nov 2024 13:17:01 -0800 (PST) Message-ID: <673fa34d.050a0220.2f7545.09b4SMTPIN_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 C0BEA6052471; Thu, 21 Nov 2024 16:17:00 -0500 (EST) Subject: |PENDING| pw148718-148726 [PATCH] [v4,9/9] app/test-pmd: avoid poten From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241121182443.68025-10-stephen@networkplumber.org> References: <20241121182443.68025-10-stephen@networkplumber.org> 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 Test-Label: iol-unit-arm64-testing Test-Status: PENDING http://dpdk.org/patch/148726 _Testing pending_ Submitter: Stephen Hemminger Date: Thursday, November 21 2024 18:23:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148718-148726 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#293913 Test environment and result as below: +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +=======================+================+==============+==============================+===========================+ | CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.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.4.1 20231218 (Red Hat 11.4.1-3) 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 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 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) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.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) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.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/patchsets/31990/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/