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 93B0145E8E for ; Fri, 13 Dec 2024 15:46:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C02E40B8F; Fri, 13 Dec 2024 15:46:19 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 3CA91409FA for ; Fri, 13 Dec 2024 15:46:18 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-21619108a6bso14381805ad.3 for ; Fri, 13 Dec 2024 06:46:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734101177; x=1734705977; 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=zF+L2TMq2sFoggErPiFqMTvuHFMJMUPqyC3qjY4EAkg=; b=H/t0BgJ+Qho9SbHJr2p5RbY1SgxddZzMjj9eoWPXPE/NOggp6jRCyPjxu3EB6OloI/ YGbW22MqdL+hPBKk1t3RTUD/RPCY5L6CwFfCcSeBNyQOQ37i8lv/aTL5gLh5/3w/I5HI kcb9AZovrYxU7GprNdxWAXJe86I2dD6qbOyAg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734101177; x=1734705977; 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=zF+L2TMq2sFoggErPiFqMTvuHFMJMUPqyC3qjY4EAkg=; b=kwF0AcZP+IBt2CdrWU4ak5XW+m892x/YsoejPfwlFfUImMPvciPjnMw4XiUkK4+pmq DN4vfNwebTdBIFvRU2gvKqBhIhmNpB853SvZ+uYH1BVFk4NcBhwmPioaNfgFGuZ7tGo6 GXzW6w+kC59eEYSpTH5rk3RcruAcTmFBom0kHeE3MLPTBT7HzWaxLFSxUUKS6TAHgyO1 AegWlOJjS6HRgMQ9ITnm9niKLSu7+gfF24PCMGizViaT/oPJgKOmGWgxg4W/ssqd37ho wb/3lW/FUhpZnZ2bM8SaemTx0ObmM9rVOQUsLBMsxOKeVRnxfgzEURk1JzqVLvrMr992 Sh9g== X-Gm-Message-State: AOJu0YyTQ3ElVxsuQXYlFaDSRQXDaxuXmxVBG1Lckl0yNblfWNlG773+ HA591fVq79eJ63e0JUJeFFS0DnF4mBuIooBRfH58EPeIyoJsz2hutUtwvnFqpIFxXaQYhPBuIV4 JOTeLbJEnsmCSgPJNOFmnLSjGMCeiuecnz0jfie2D X-Gm-Gg: ASbGnctWRmzyHVLmIvQlPr4PLY36Kcv2AQ+sTwnCVZ/mM2diU5JR7wPcDHplYBkVMku Wbcquv5l7vOuyekqTW9r6gqrSTTGurPIc7GTjbxqPo/2ENymSRJS4358kdsHnVY/8ZNOihDN+en 8prR6qMqyY/D1Yxdcwgpx+o4cmXnSl4BYzLHANSx23tNn5JDudldKBjN8ESRCUJRTria5kRmURc 04jokXmCigMfF3K2q1oQdJVqSASgi3mKFoxyDLAE4/uufPitpgBy40bEY0FXaMIxnwdB4JoeNgd Ng== X-Google-Smtp-Source: AGHT+IEg8FC12PsHwIgbHXOZElayeuUpmHE+GJmGf/qaNcoYOiykc5dAz5uATYVQtmMsPfrqZ5crRWs07yFx X-Received: by 2002:a17:902:e748:b0:216:6769:9ed7 with SMTP id d9443c01a7336-21892a21206mr47635565ad.40.1734101177420; Fri, 13 Dec 2024 06:46:17 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-2167b80d77fsm3694115ad.25.2024.12.13.06.46.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 06:46:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 06:46:17 -0800 (PST) Message-ID: <675c48b9.170a0220.53746.826aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 64D9A6052471; Fri, 13 Dec 2024 09:46:16 -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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149219 _Functional Testing PASS_ Submitter: Andre Muezerie Date: Friday, December 13 2024 02:39:31 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149219 --> functional testing pass Upstream job id: Template-DTS-Pipeline#202095 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ 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/