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 8B4214601D for ; Wed, 8 Jan 2025 12:09:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6EFBD4014F; Wed, 8 Jan 2025 12:09:26 +0100 (CET) Received: from mail-qv1-f99.google.com (mail-qv1-f99.google.com [209.85.219.99]) by mails.dpdk.org (Postfix) with ESMTP id B8A2C400D6 for ; Wed, 8 Jan 2025 12:09:25 +0100 (CET) Received: by mail-qv1-f99.google.com with SMTP id 6a1803df08f44-6dd01781b56so98561806d6.0 for ; Wed, 08 Jan 2025 03:09:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736334565; x=1736939365; 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=5oFiqsNVIAs0I/SU3I2OG782+lSL0x0i4Z0rY3vHNUs=; b=HtmkJ5z7ioBd+WPX1n3CGsepg9w10OwSiE8Idr0iP1/A4irsy/sIXQjjhRGi4TIyJI KnSjdJs9GzOUXOLr/kuY7l0lZiKDXSehkVCRxrWZOkrtNZs4D3ecLyF6Ac3QQRyBn1df oqHKWhxYWwVnReRHp/vQsspi1wsE4cKt7hZp4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736334565; x=1736939365; 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=5oFiqsNVIAs0I/SU3I2OG782+lSL0x0i4Z0rY3vHNUs=; b=VuQP8cUuBz+NEoX+/BD+/f5Hs3wXjBEUeJ4OoUC0A6VDLqK5Rln82+duh7J8NV6kpz Hvk8068VpJiXdZ4zFzCZ4VbML0a0FHhRRXtOixtZEsVHz+enEQ0ukboyQbFSMKqEef2P Rg6vXUMCf5oKslXITq99yYwBfy6jQ+cTkGOFN/PY4IogRiug/Wgr+uCjP69ayx0PNrD5 ecQUYZjOuDD3RO0gjd8fRwfDa+PlQG+EzmB0oxd6S0euR0bz9424HJojZX1URIX9mFJe fbtdI+MGPwmTS8BXyd8UsQd30MScd0rTnM41j+0JAqlbddecxusOn/zK0Y9FGTs48EXf rCTQ== X-Gm-Message-State: AOJu0Yz+cktfrBi1ANlsErkpCfcE3nBmbh8BNJaqWj9SYYE8KiVAHCoy YUDMgaFMLcgMfbJPpen32tTtOBo14iyPHeUpiGZmlHSZ1cucset5xSEDo4IM+UFrMOWRaiamExC rKbfIZzO2hqZ3wdD/Zm6prVpoAjyI+saaxwDq1wAL X-Gm-Gg: ASbGncv40AP8XTokWNypg6zvwji4njU3EsKRbkDfZmyIqkseo69SBfzt/kC0PkbDUsH gP5DQGu7VSgp00Og0D1J0IS82QW/MT0DPuBoulXrkVbuC+opxGWIDbR0HLoK6DM9lvoT6GjdOOS TfGaDL/bOSwLcjZQoF1/UDbLScCDXmKIM+OB/h/PhEEAqHbMVK2rW3zqsQ8U3YhIkd4sQkIeo6c DBBw5FWTDM3DQdeF8pIO8+hcW8BKrmORRvjPXS+QIvzt1oKDLpmOYD6CYOi07pOt7etdR9JDhF3 bA== X-Google-Smtp-Source: AGHT+IEQjDYI/3gsvy6uDtIrYF3Q50pg7pjRFh5v4+j/UxMl3hQoXyxv/HgTNE7b71Ndf7hRuMPbXctt8poE X-Received: by 2002:a05:6214:3289:b0:6d8:ab3c:5e8 with SMTP id 6a1803df08f44-6df9b2b31c2mr41122696d6.29.1736334565026; Wed, 08 Jan 2025 03:09:25 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd180cddfesm24067866d6.1.2025.01.08.03.09.24 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 03:09:25 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 03:09:25 -0800 (PST) Message-ID: <677e5ce5.050a0220.23585d.3bb6SMTPIN_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 913136052471; Wed, 8 Jan 2025 06:09:24 -0500 (EST) Subject: |SUCCESS| pw149311 [PATCH] [RFC] eventdev: adapter API to configure From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219073147.1719079-1-sthotton@marvell.com> References: <20241219073147.1719079-1-sthotton@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/149311 _Testing PASS_ Submitter: Shijith Thotton Date: Thursday, December 19 2024 07:31:46 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149311 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#110650 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Ubuntu 22.04 | 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) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32166/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/