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 4F0D14607B for ; Tue, 14 Jan 2025 05:32:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1DF614029F; Tue, 14 Jan 2025 05:32:26 +0100 (CET) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id C4EB44025A for ; Tue, 14 Jan 2025 05:32:24 +0100 (CET) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-e53c9035003so8290391276.2 for ; Mon, 13 Jan 2025 20:32:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736829144; x=1737433944; 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=SF7F8PstGgGRUkD4P1x9YhsFDwJuEUdRxk5bbYLX85o=; b=HYrPM57743zBmsV3WEU0t0Z6yp++qybUEAnx9zwog0DofjOOIzyO4j2V30EPJkNdTt QWQfEmZR/FSy+g1EHowS2LBlU3Sgd62CclKWecRXrgtnogFbtYhSm5wq0xzuvfFN8sq1 /CX7ErHh95Ylkr8zMaU8u2dYcbfFqbtx4OAMA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736829144; x=1737433944; 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=SF7F8PstGgGRUkD4P1x9YhsFDwJuEUdRxk5bbYLX85o=; b=dICij/A/8dPQ/CHaelL44/38DJMfwWnt24NrWaUhTqxKx6otCbtDj5ZxEajHR8qvpr N+Znjys0EQYnkZLMp1vRW2ws5Gb3CQIa5MtGwxlBwZN1RHqiNnicviD0uiKrQT1N6jhS HhzMq4Nib1Tt2fpk6Hy31knQKo+d1REFCDaXfE0rv0gXWM4VzfpeZ83FkAok/7ld46/r M8FB+UBfeCkmZIlWjc3a9F97L4+Evq3OUMyy2xZ4CAMK4AwKmplirj6GdCUgJ1WpUq+4 GBGQFadft51LcDcJoiQAgPm2dmEQ92oMwkOwQfjL9vGrt9XxkjAmF4LpCPEsllipeuIe pepg== X-Gm-Message-State: AOJu0YyVEXNfD7NmQWmQxWLO8BRBgjyyLcQMd6BtG9Z2HIESghFqeCKg wnbUNpxVXST5vhzg4dmaok1bG3BDnVkSp1BcWFUXTLsNoFbv8TrjTmdkmhe4bJbx0KwuUz8mz5V 41sxo/Gz/yAfvlXkuidAgHRLG42KIBCkQmx5pmjhG X-Gm-Gg: ASbGncv9gjBEqlrq5ZywE0qa7XfoUGKDGhWqwHU8Nb80e5hDr4eEl4wi6+neH/KbrVB JfTkAw1dmqABz6IJALSaVJy3JY91ZXdNr62dS4MKTPey2Zd8lfLMsf+mIJOvN9fL01Oxm/yp77G UrOoA1GlVXnspQfeoPcNtFrq8Sv4zcbzBZUUlqUujEQ0DjBSw/GWEUWe3OTm2P+pRdSGd6P5JEB r/HlBErMvWajfhP8gxt0GvnaLlH4TKKiRIQYlgtjwdtR5CIdxf30PX+nLBlR7UmWfTfSKe7aq6r LDBnRg== X-Google-Smtp-Source: AGHT+IGKxpbep+QdCtQPmWALoY/gsOwetv6/4Lt93Wcf47Mc4vir36V4L69qbFZY3zRwP3fg8e0gy8lkACku X-Received: by 2002:a05:690c:3687:b0:6b1:61e0:5359 with SMTP id 00721157ae682-6f53123d452mr189385967b3.21.1736829144207; Mon, 13 Jan 2025 20:32:24 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546c344a3sm4954387b3.13.2025.01.13.20.32.24 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jan 2025 20:32:24 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 13 Jan 2025 20:32:24 -0800 (PST) Message-ID: <6785e8d8.050a0220.240b0d.4e0eSMTPIN_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 D38296052471; Mon, 13 Jan 2025 23:32:23 -0500 (EST) Subject: |SUCCESS| pw149259 [PATCH] [v2] eventdev: add port attribute for ind From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241216203313.31730-1-pravin.pathak@intel.com> References: <20241216203313.31730-1-pravin.pathak@intel.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/149259 _Testing PASS_ Submitter: Pravin Pathak Date: Monday, December 16 2024 20:33:13 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149259 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#112176 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) CentOS Stream 9 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 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 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 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) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32150/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/