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 91DDC45DD9 for ; Fri, 6 Dec 2024 19:58:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 730A440E03; Fri, 6 Dec 2024 19:58:31 +0100 (CET) Received: from mail-oi1-f225.google.com (mail-oi1-f225.google.com [209.85.167.225]) by mails.dpdk.org (Postfix) with ESMTP id CA20F4064F for ; Fri, 6 Dec 2024 19:58:29 +0100 (CET) Received: by mail-oi1-f225.google.com with SMTP id 5614622812f47-3ea411ef5a9so1477974b6e.0 for ; Fri, 06 Dec 2024 10:58:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733511509; x=1734116309; 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=9yHhTRtA2vFa35aAnmDYJ5QYxxvs+O30Hz5+ObYsYGE=; b=W90ZdiahykxNHquRc8UwoMiqNWjCNK6dp2szJx4641bWcSGJdv8scGmiCSkaxSAljp cpsepA3LKvmUQG8lJpSIuwFBW/vIcreKxbFhn7ZO9GuHk1aMONv3Hi4NgD0AahF+IFeD zHjPYVeqIN+qKueAUoGyNu3ysft+lW2OiL8mc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733511509; x=1734116309; 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=9yHhTRtA2vFa35aAnmDYJ5QYxxvs+O30Hz5+ObYsYGE=; b=uv3ZI1YvzxtLjKnHDcwR06yM2K2YjUSp2FArn66JL8ZGuPnjIV3PWhfeiue1br+zX7 8ByUzuVB4K948zbCvdH5zPc3N3IQaTwzckcvDaVd8jq8bz8zWbdjNB58JRfK/VfXqfxO 601xdNromzx+h0bT6N+keJ9f8XwwHlDjWzlb1JKJb5VMTFPa1CVuLBysYmHBYD77PX/L Wg+SB1prqV8yJAed4XM6zf8QYuGr1vozCGQfvbyJr9A21kBqizzD/a2VVK5K3X0Nlwtf SrmicDduuKHP+hR/vZnZ5lkfvi7YdEWh6snLJsqG1TogALC/jOWZ/wQrn8OiquTv3s+K SISw== X-Gm-Message-State: AOJu0YxmpGCDdHBdYJCNy/UpxGkLcr3jsB7uavR77odMmmvbRyToeJ09 QJHdq0wO/AdZ2f3wIrPGs9xl37wiTedu6t2kTUQqdPeBc6TPmBTJ2lBwQXXO/0jtaUBt4+oVeha 3AIzsS1c0ZiB/LGkwqkYRyOSfKmCtwHgadZ5+3U2W X-Gm-Gg: ASbGncuZpmmQ/KjUC5e9g1OtomjkUbgzu9kep7zSSpV77cX+mDrjgzYcHOCNMKyFyx6 wNcoOgpMl3zHvsAQsnNWB6G1btdxVVNtHOQ9JE8+a7vMAZWGe/r6YrCIOpn8Cub7PIHaZc1IxOp 05Xd6YOW81Eun6YI8kFQYQ6MVyYgRw9sA7h0uZ36kISKwF7Bihfqyr0+KYPmxX/UJk4kH2zeRZG kCL6g5WovQTeE//ApFJPMat0LMjiioQBWLXTTCYOnFsnnCTEnCLvkkYpUIa06jZhFzVE98= X-Google-Smtp-Source: AGHT+IHvgMy7Wf8f8KfCT/oplpzuedkAWLYAiIp1m0g+mcLjoce/8acZmQSbreZ3TAGAIR3cmCYkIqHqHyJQ X-Received: by 2002:a05:6808:10d5:b0:3ea:49a1:cba7 with SMTP id 5614622812f47-3eb19e0d3b6mr3721594b6e.41.1733511508731; Fri, 06 Dec 2024 10:58:28 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d8dac1412bsm2076466d6.70.2024.12.06.10.58.28 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Dec 2024 10:58:28 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 06 Dec 2024 10:58:28 -0800 (PST) Message-ID: <67534954.050a0220.17284e.c93aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 71F1B6052471; Fri, 6 Dec 2024 13:58:28 -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-amd64-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#298140 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Fedora 40 | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 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/