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 815B7465EC for ; Mon, 21 Apr 2025 10:34:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 551B1402E6; Mon, 21 Apr 2025 10:34:57 +0200 (CEST) Received: from mail-yw1-f226.google.com (mail-yw1-f226.google.com [209.85.128.226]) by mails.dpdk.org (Postfix) with ESMTP id 46B55402DA for ; Mon, 21 Apr 2025 10:34:56 +0200 (CEST) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-6febbd3b75cso34191857b3.0 for ; Mon, 21 Apr 2025 01:34:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1745224495; x=1745829295; 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=U4afNm0fAmz02yBLv2OXlyK1wbd+lAVPBtgiDYrUFhU=; b=jlU7KVqZnOvsGbLtyF7ZenAEeMGn5avjlBWxP3DPwtBgmr7NLn98kG6FyJmps4+Ntf PK8sZKX7L509WPOy2N8+k6pIY8dsxuFxH+OYvJjz2+TXmf36SVtguRhBZoo3VEoaQJWZ PtQfFH6c6jyBHlwplY8M20ugJrVfeA4t/Ere0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1745224495; x=1745829295; 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=U4afNm0fAmz02yBLv2OXlyK1wbd+lAVPBtgiDYrUFhU=; b=L9HPaztMCE5MhElzHi4YX6FlTENWcYmJMVgQZVN6zmyzoWT4tfPHVJprztxnkhavL1 RGiHtI1jwyVNCgFKBxebOshkSUrzUTrnkP8dTPOrzFc2hUvhukY1+iHndzhhxaaYWOuq ESJ90EjkS1yc1HMeb2QgU0z4X50Tr1R7G5QmKiz2wIKNKF657Ct4zR/ei/gUf8chIuoL sdLy1Kzo3mGd6uEBOzDq/RCF2QGgtjKUJU4l34cTMlcoStsHnVzY0rRZ+Omn7YZEi4Eb J3nSiDsLcF5zrWtYjqoypfp9VkQ0TdZ1rPhMkUbwU/EvEJ5sVDLpzor2dEf4vyn6TvPe Skgw== X-Gm-Message-State: AOJu0YyKAMAFKu5+iW03kqKlvEpTK93iAwMqlxmD+uMyY90n1janv8X7 QX6vpxR5lj7J/oJwPXw06qWvsX9GjD7jgoBf6SNZGHoyx1hncoxHSPAsAlZilsPv/nX6wI/fy0/ PXl0H0NNXwDOI3qr2qVTeeoXj24QL01FZ9sOJVkQA X-Gm-Gg: ASbGncvkBJA6fFNR5s+ZaaBMfZAssbk52s3E51sc0jsVpA3qsgY4aEQHPbbctS23tSi O/4MFbTckwMav8Dx5rpv8+C21PV2GHnxWhcA+FIebONrwAem1YDiF/s1no39LI4ij/UrnoFGjE0 bOV78XJXz6OU0vBIdtd84BjqAMgOFugjZXux29CDaAfb7LB9sdhxkyDlgTe2ArnOd0gpTQ7gHCb S3707vm8kICcvXwtfkEww5y9Ddid5PdUKgR3o/UVTI2yw67H0ajUr/LujNfBwoKzJSwp19VmKsO 15zyJejrAQ6oje/DIa3j/neroD1EFCNpRu4q X-Google-Smtp-Source: AGHT+IFITI9g3hthcVmX7fMDnv0UAp5GMHL0LpcToCyCybreBl01Jt85R1Ghk2otZnFJlP+fNdyg9Zq5tgfp X-Received: by 2002:a05:690c:906:b0:6fe:b109:6965 with SMTP id 00721157ae682-706cce34aabmr142353397b3.35.1745224495596; Mon, 21 Apr 2025 01:34:55 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-706ca470517sm2320167b3.1.2025.04.21.01.34.55 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Apr 2025 01:34:55 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 21 Apr 2025 01:34:55 -0700 (PDT) Message-ID: <6806032f.050a0220.2ce697.d819SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 2862D6052471; Mon, 21 Apr 2025 04:34:55 -0400 (EDT) Subject: |SUCCESS| pw153057 [PATCH] test/crypto: increment dequeue timeout From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250421064708.1777-1-gmuthukrishn@marvell.com> References: <20250421064708.1777-1-gmuthukrishn@marvell.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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/153057 _Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Monday, April 21 2025 06:47:05 DPDK git baseline: Repo:dpdk Branch: master CommitID:ca1690ebd224f148268285b15b97441ccdbdd07e 153057 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#123932 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | CentOS Stream 10 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/33041/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/