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 B6C3645F27 for ; Tue, 24 Dec 2024 06:46:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AFED2402AD; Tue, 24 Dec 2024 06:46:03 +0100 (CET) Received: from mail-ot1-f97.google.com (mail-ot1-f97.google.com [209.85.210.97]) by mails.dpdk.org (Postfix) with ESMTP id 95DE040263 for ; Tue, 24 Dec 2024 06:46:01 +0100 (CET) Received: by mail-ot1-f97.google.com with SMTP id 46e09a7af769-71df1f45b0cso2628431a34.1 for ; Mon, 23 Dec 2024 21:46:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735019160; x=1735623960; 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=Cw50ctPHoyhNlDeDl5ZHumw11WTtgBeIcUn4XbTxjfE=; b=HwmskkMIxnuoZGEiIDC66CcyxtnfhK4Y4hjkN7Xd/2OrHENYGiOaWkdLOVh1UgQPoW wyrSuxCHEC/yKZlp9Zj3dvtZ9XQV6K69n1m0R+ewHLH0KWCBRIwaxxEa1h2kgvhS5NWh soRvu1iqg6i1tkQsV3l+8Z1Sq8X8/XpF+Ni+M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735019160; x=1735623960; 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=Cw50ctPHoyhNlDeDl5ZHumw11WTtgBeIcUn4XbTxjfE=; b=mah679APtvVVDgdMumSptKjWPnhf2Pdpq7sAl83vDEE2pKgBIoKh7ddkn469AeYdTI kYCX2EjkSvDzaDsGhGQaVrktpMothsM+CDvzfOC2uZJGTdbuQJex2jC4bKjdgDG000zc +zulgR3H74YXqJ3APIGF6NXCps0ktHDoQPn0SzK+vQbqS1TFnHXfddy+fA9196xrlP7H 5eXIdpyzAEGHZF6y4fRwL/i5PawuEpU12qkhSHmL1vRhtTGM7hIzwU78OTgmqDDsnomE 7MJJhD/1I5l6ivTdglmUdPSanxg/GYXST60+Sy9Xw1Sy+d5TbcCduAiNlC9Cs1OLlmoL 7ecw== X-Gm-Message-State: AOJu0YwIJv6UXer39sUpSmUgJ5b8USFBy8rB9Iwk4TNmRMVXv9HENt7U WDPDymMlHsg1qwNsFPI499nM2ashaTpSMJkKkAf16jrNXfBRwVTvh+CS1o9PtHIBTBwXk/VzMiJ hm9rBrcM2sxyFLWYIMuYn4jT3YXSfNC2pRUcfBWTq X-Gm-Gg: ASbGncsuU3Ctg2F9jwUIccJOcZ5yzW7A23z2V42gWu2o//q8XFfnToQEinQ/2PUx1l8 NN1aVGTeLh2nXWBEutu9VKLtuBKSCoX+cfXiyqGCj1C41uzeNxXgyxcRLPQnLIsNH+5YTSqsGom tTqNAuzyqB9dyxZAT7JRmRYjuN7M0eAoRvjmnNjvA+0P0ZGWqRt+1QzB2CVvDLixFUhk5Ee/28j zjMRQqZ+9y6SWw/MtO40pM/ackFffMAorfhnink0Z2fFzl0Z0UP55u52HN5to19G5+RMp7M/hmh qQ== X-Google-Smtp-Source: AGHT+IGYwsniNgD3GAViNiXJB30X0j2fbvTuSx2sdFqkKcUhmNSp1jL5G29OcAXHYYNQ9QOfmtRkISG5J6P/ X-Received: by 2002:a05:6870:700f:b0:29e:362b:2151 with SMTP id 586e51a60fabf-2a7d14735b3mr10754844fac.15.1735019160727; Mon, 23 Dec 2024 21:46:00 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2a7d77ff61asm343360fac.39.2024.12.23.21.45.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Dec 2024 21:45:41 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 23 Dec 2024 21:45:41 -0800 (PST) Message-ID: <676a4a85.050a0220.9a58c.ba7bSMTPIN_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 831326052471; Tue, 24 Dec 2024 00:45:40 -0500 (EST) Subject: |SUCCESS| pw149445 [PATCH] app/test: fix stack overflow in fib6_perf From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1734988233-20208-1-git-send-email-andremue@linux.microsoft.com> References: <1734988233-20208-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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/149445 _Testing PASS_ Submitter: Andre Muezerie Date: Monday, December 23 2024 21:10:33 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149445 --> testing pass Upstream job id: Template-DTS-Pipeline#204131 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | compressdev_zlib_pmd | dpdk_fips_validation | +====================+======================+======================+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 20.04 | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32205/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/