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 39DA245E95 for ; Sat, 14 Dec 2024 02:05:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0B3CB40296; Sat, 14 Dec 2024 02:05:08 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id DD84840041 for ; Sat, 14 Dec 2024 02:05:05 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-844e9b7e50dso108288239f.3 for ; Fri, 13 Dec 2024 17:05:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734138305; x=1734743105; 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=wwI3X5AheoSwJW4ruyo6fM7sRZtWNgDgWJzseTMWPDQ=; b=Cq0kYyEcyxrZEpRQJUQ/Bf8cttZUyu9uJTUm2acE3O8zktvs6VTuw7bsWITLYFU2FW uUueps/tzoxRgu2+MoiQly+qk3tsnkaS/+Z1S5DEAGV4UAy7/6HTEpS5OBk8PQpTGvsU 11ogGlcgCrnwlNCnZbXI/xckUa1c6LudmMlKY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734138305; x=1734743105; 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=wwI3X5AheoSwJW4ruyo6fM7sRZtWNgDgWJzseTMWPDQ=; b=jpm7MtzXY3PWvqdFiBZmU8qJg+WoTOKPTTEB/6f/VhUI+UD3RUJl/5V4B7hX5jogfn or7AOtu4W5h08PXuIDxJgNdIKgrP5l0t1zKryL+DefR7nUfK9nof9tdQlf4LmwxbDcBs vqqdQMu20w5V+WG79p8M8Kif6WuzZJPo0dc0uyxyBsnyvLXhTm7C1umBnNei4msg6rtZ LGKgPS1aR9XoSHbheixLSnTSQyRs8wFYMamD+v4lftTGUu+4yvGOOcm7nZBeSpO9OF49 eoN4ixnsff2kwdXV5YlgKxNfpEJlhKPOrO5GA/NPj612p1oO/Mq1SYRmJFQxENaWo+gI S55w== X-Gm-Message-State: AOJu0YwGY6iFjnszE5pgPD9jCjx3ipvnd2Ql525mDjKnqywTQfgTW6FC YIM/Hgg7vrxqyXr8Sge9LBxpinyyDqh9LN+zDANGpNCPX2z/G1XiDysRmwupQLJK1iyOKNhvo/0 uLyOpmvBB+93pP4xdv20O6kLa9I231ntANG8v0VRW X-Gm-Gg: ASbGncs23xwZKGvwhSHnDODeqDoI4f/8yMzLQNnOPLsWqvFMs21ZNyVaAobxJ3o6OJt MoTjnyQxqWo9hEgwPL8TUnfGyyVKFZnRY8YkiVSpaBMktRtBIFdgvLpBoZfBG2slXAZUjDQxCuv 9Et2hviSpj3LueA0BWVXH5Q3wLYgsMGXt2HNjVe2RjfuZRPRQFiujUJn4T7i4/cEyB0KTiS8teh uCkND5GfLZsVNr7FZi6ptqPkzlEUj7koc6Et+WsOyVeoaijMV25Z2cfVDxhtwIofNw+bRPprZyZ Ug== X-Google-Smtp-Source: AGHT+IGGq9QkOEYQks2+f3FnYuR1njos0baS2fshtdduY8MyKb/FQumMB6qcbE/myL0v9d0IgSMHAwf9Mk+5 X-Received: by 2002:a05:6602:492:b0:835:3ffe:fe31 with SMTP id ca18e2360f4ac-844e88489f9mr598319039f.8.1734138305179; Fri, 13 Dec 2024 17:05:05 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e5e036718bsm24429173.14.2024.12.13.17.05.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 17:05:05 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 17:05:05 -0800 (PST) Message-ID: <675cd9c1.050a0220.d68b0.19c7SMTPIN_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 AEDAD6052471; Fri, 13 Dec 2024 20:05:04 -0500 (EST) Subject: |SUCCESS| pw149219 [PATCH] app/test: fix stack overflow in lpm6_perf From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1734057571-20367-1-git-send-email-andremue@linux.microsoft.com> References: <1734057571-20367-1-git-send-email-andremue@linux.microsoft.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/149219 _Testing PASS_ Submitter: Andre Muezerie Date: Friday, December 13 2024 02:39:31 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149219 --> testing pass Upstream job id: Generic-VM-Unit-Test-DPDK#26582 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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/32132/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/