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 8EC304601B for ; Wed, 8 Jan 2025 13:39:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6DC014027E; Wed, 8 Jan 2025 13:39:54 +0100 (CET) Received: from mail-qt1-f227.google.com (mail-qt1-f227.google.com [209.85.160.227]) by mails.dpdk.org (Postfix) with ESMTP id 9523A400D6 for ; Wed, 8 Jan 2025 13:39:52 +0100 (CET) Received: by mail-qt1-f227.google.com with SMTP id d75a77b69052e-46677ef6910so176922681cf.2 for ; Wed, 08 Jan 2025 04:39:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736339992; x=1736944792; 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=zZ+OXw1gz6GDYK9KLbB1w3s5wxxIZCnjNxXzT2XcEm0=; b=VeDVJddhfarxyga+njJb9e3xhlSsd+BzO+93XU6N134FX3RwtnWzdXO77tDgWJIMnz VPovCjzazz8JA19PQxEl3McAkUa40P7QaST3ki3j+3/eM++ZmYmMDZa159cUrpFasDwa MAZiEfgb0OE0ck9ZLQztZ+4BkTurNBWZk8K80= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736339992; x=1736944792; 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=zZ+OXw1gz6GDYK9KLbB1w3s5wxxIZCnjNxXzT2XcEm0=; b=NSc0zB65rcde+O4fu+9s3jOIK11vZa6r7MVIF5iiXGdKlunjD2meRwpuNQW7npTtRf vGAB9QtBmvE3wshT/zIRzNuL57DMIqVUVDj9l4j0drAV3OCRKjIgkfX6Ny00r2DCUm8d 3YEqum4eXxPhPlPv4DXuAoFB1an/qN3yb6TI9g4Loz5StFHEi7aYbruhdfZMnxfikvk5 cSZ60vY9tBgb1oJs6fx1CyE77s40HeGGyVnsvMiKeZu8+Xtc6BRT0rgyPQoC4HJFnUvW dlaz3Ahr5EO4QyoytPVy/lf4i4FKrEYw/NhQdES9HMpnh9ILCj/LACeQB1TQbL1EKV33 Lt/g== X-Gm-Message-State: AOJu0YzHh6WQeUg4Ta4pf6vWpPb5JCds75NcShU+8hzOTweN7ZUc5FrI zd10v6l8w7uGQlv5lf4MoeoADFb7ZlApxMrsPsU/dbgf2nCtk5l7Ql4GeGytAqajNNjiOXRKCm7 cqNSiD2NfwCA7gJ/5D9Ktkjzp1ADN5xD5tLNzdUlbFmV1ojElvOfRSwzE X-Gm-Gg: ASbGnctuojYSTvAPa3I8IZDC/8/khuR4AZ/IkurrfnMit2trU43Xf7qcl8Zj2xYtnpj x6XEbef42RKMKp8XisB7Dldwrtt8fxdjf61ILty1Qfqcf+E66V4U1X6f66fXz7VDS5aea1IEj2A Rn4qREERuO3ipzWW266D2eEu4ZcohvwKxfj+RTRqcHDyEz3QiyCKC7+Qyj53Hyx5aKpGRXCkUuX n3fpMcSFb++8WlzSQyJBmB33zYQ9mO2AECKjqHLruFvhwv+W3esA7LEqJZommK6BRyfLo2uSUgF 0TNo4Q== X-Google-Smtp-Source: AGHT+IHd4yF06YilfmTH6+ZXrYhews69tJIJbtaRLG2atTvPKEmnXolu7okI5lv/GoOjOJ3HGt0U9R7GwwoS X-Received: by 2002:a05:6214:2686:b0:6d4:36ff:4356 with SMTP id 6a1803df08f44-6df9b220effmr50565306d6.19.1736339991992; Wed, 08 Jan 2025 04:39:51 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd18110766sm22992676d6.33.2025.01.08.04.39.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 04:39:51 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 04:39:51 -0800 (PST) Message-ID: <677e7217.050a0220.254846.d96cSMTPIN_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 969966052471; Wed, 8 Jan 2025 07:39:51 -0500 (EST) Subject: |SUCCESS| pw149319 [PATCH] cryptodev: allow use of global variables From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219163523.164992-1-mattias.ronnblom@ericsson.com> References: <20241219163523.164992-1-mattias.ronnblom@ericsson.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/149319 _Testing PASS_ Submitter: Mattias Ronnblom Date: Thursday, December 19 2024 16:35:23 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149319 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#110712 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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.3.0-6ubuntu2~24.04) 13.3.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32174/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/