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 E950445DEB for ; Fri, 6 Dec 2024 22:11:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E113E4064F; Fri, 6 Dec 2024 22:11:00 +0100 (CET) Received: from mail-qk1-f225.google.com (mail-qk1-f225.google.com [209.85.222.225]) by mails.dpdk.org (Postfix) with ESMTP id 461D640E31 for ; Fri, 6 Dec 2024 22:10:58 +0100 (CET) Received: by mail-qk1-f225.google.com with SMTP id af79cd13be357-7b66d55522dso291864585a.1 for ; Fri, 06 Dec 2024 13:10:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733519457; x=1734124257; 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=GJlyPExfcZeJIy3nsMhvYJCvB3QmlG5xg0rCWhTiYRE=; b=eyoW9fhE58wIQKm5zkdQmkrBnDLQBA87QIrUUz9eFkbTErbE2TwQgVsuTldpttJ02E ZikgYQGacDVN+W5bVehSSDtkAb3Wixxs082GXHz4FiOQNkkkICSLqzFetczoouiphVTk IGcQ62H3Iauhc43eMYLwQOARsfa3hU54iKTgU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733519457; x=1734124257; 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=GJlyPExfcZeJIy3nsMhvYJCvB3QmlG5xg0rCWhTiYRE=; b=jYHaDLj6huKUtdIlk4vb2sVO3Uv7/X+kJyxtAhZzJciwkq5YTbRwPsoP6NDoNmfAGS I/TcyTJ4KVsIopfxOl5FK4sPQ0bu6R5WqaegdKFfIsIyKJdN5m/iMY633763a0XjYq1g rDwBYn91owEw2dFFTQ+M/ZGNMM2gQHdz7SJ4ZRpkwcbbrp/LzKykhF90zd3+pu8FvRH9 4PRt9x67rgWI+Tjc92qduuhJvnZMbdzduFt0NRdjBrtyEMRLnHeQM3SgvSAQPQUCB6ba i9NmfFJQeOCPFQH8ZCDeqD6liT7z22euPYDFOZnLWoyZD4ijGxZFUucsJUImRIMhX4dX v7ng== X-Gm-Message-State: AOJu0YzOIf2oGQCtrlmwTxA1evBEh3LIpH5VC+vvh48RFQ9r8lsN7oKm WkwvueUm8oEUpd4LuOISdmGeFULMJvwCE5QyMVQ3+1x1No4Dl5pp36DB2dZLG4TeMbMMFIeW/IK S9kU0FYOf1x2qlMafgcGzhimCvTO3z/R57YSgw5iHsuyh89jLRXtkBpRC X-Gm-Gg: ASbGncvmjGYl3ExXdunsryIPk7eEVOHqfTQoQebOKVyBEj+0LKAdzFsa7O332gszITu ldeSN2kuKsQhgigrP+Cn1spkyqK0bbhoaAuzp3j9byZG940cJeQugFQaE64ncZpWlQFdjk+I3Vi 1LsSWau+ZZljqa1ICu8iwzDc41UsFViyLImM8YECvATui9+LbHyifP/TIU/5bNaV9dCyeFZU7Or pz1dpht6ILaVCatStpQSvPB4H4abUikS1+PjHrC1rKS+fcREFDFv313ZcEhJqqt961i5o4AhWQ= X-Google-Smtp-Source: AGHT+IHrDvq07OLrqYkSo/33nR4K5em+Gd+HGfeRrXURBZQ0y4LWXdoqakJR9OuJrZ8izGojLMFYmSTC30Hr X-Received: by 2002:a05:620a:440c:b0:7a9:d14f:2374 with SMTP id af79cd13be357-7b6bcb4ecc6mr786141285a.44.1733519457619; Fri, 06 Dec 2024 13:10:57 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d8dabfba17sm2093286d6.45.2024.12.06.13.10.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Dec 2024 13:10:57 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 06 Dec 2024 13:10:57 -0800 (PST) Message-ID: <67536861.050a0220.2b2f0e.d420SMTPIN_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 505EE6052471; Fri, 6 Dec 2024 16:10:57 -0500 (EST) Subject: |SUCCESS| pw149071-149077 [PATCH] [v11,7/7] test: add stress test su From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241206183600.34758-8-konstantin.ananyev@huawei.com> References: <20241206183600.34758-8-konstantin.ananyev@huawei.com> 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: SUCCESS http://dpdk.org/patch/149077 _Testing PASS_ Submitter: Konstantin Ananyev Date: Friday, December 06 2024 18:36:00 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149071-149077 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#298130 Test environment and result as below: +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +=============================+================+==============+==============================+===========================+ | Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) CentOS Stream 9 (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) 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 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 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 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/patchsets/32102/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/