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 53A0B45EC4 for ; Tue, 17 Dec 2024 00:43:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4FD93402A3; Tue, 17 Dec 2024 00:43:54 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id E74A840267 for ; Tue, 17 Dec 2024 00:43:47 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-844e394395aso130568839f.3 for ; Mon, 16 Dec 2024 15:43:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734392627; x=1734997427; 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=O7l0UzlRRORpKvbej5A/iwxjWHuCVC2lVYfqhb9Pq6U=; b=ZI9xCVhdcBcQsSzrWA9tclwbwaJ9dlT1nqdkmBXhrr+1/djkQblXxNrfqlZM7WscnI M6OkjE74WBRxkCrqU1sUGPigTZ2j/zTgaxxHXFb2VCg+SYIxA1LcyiRS8K6U1IuElBJk 3tBp/pJpWyk3QnMoYL9+0wsxcvahYgseNE8Mw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734392627; x=1734997427; 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=O7l0UzlRRORpKvbej5A/iwxjWHuCVC2lVYfqhb9Pq6U=; b=s43A4cBuW09r8RytRB9BASYBeuVYCeHUtIn+NwpUnY/5AbNC845E6COVxBxUU6vGZd CdLgZ172f5Lb38otClqnvAAPNr47BBMJvnc6xV2FQs40nSKJe1OrGg7CwHRapYblckq9 0cevCgMjVg+zTvml1lzL8+DDxPb07gRUPb+YPjqsuIwK05sqIDQZgao7xbtKfkpcHaYz ZvGr3mAOZelOGvKz42Okga7wj+jG/dfIC/h0ENErG7BLtVLVcp2WwHiGpYkrtpD/d3Ys GSnqTeX/KkOdhgNS40vlbJkfIXV4hSxEje6tnnIuucjYlsS1XSwICQIn5WVrAJpsOt8a uyLw== X-Gm-Message-State: AOJu0YyNt5g7vE2SADF78LjlKpgmdFwpWtUFHsck7msJwMqh3H8lrVHs g+FnUX7PU/2mQEA/HoHqlN5I0WVicoTxqNmMbQ2qSoYCSaH9jizHnt8MUK3SS3atO6gDp6CAfvM Fw188R5Dkz9bzHWL9NGeGTqyOhgfaxJC8Quuo+dUA X-Gm-Gg: ASbGncuI3FOV+GLS708AFw7yWBe3kvVXzSzl4mAGEIEHpvSCcyRU+5Gn9H7+sXQLQ6l iBnaV1qln1vdL9frrhTKPf2SRPLF0H77lP8UhHbcd+Om8nHYqjIkbtEDUcsrij+6B6RLZJDNbV6 pOCH+gTDHsl3bcSYNoWp151YUwJYn9DcD7AtsJIVSxO0d4HZGFdK8dX5R3eMW4vv3B35CLt2hPB Uo90L5fXc7/7ItStkc3eQj4qJB6IfPI+ASAOlmgLZePTO4GqCUcFxICoRrWehX4wEDTXvtHEbNv 4A== X-Google-Smtp-Source: AGHT+IEAGQNhCa3tKew2j1olcaaRkkyQbTT0qP2M3OocAcLUn/1x6Qz5oJsx/BMIu+BlwIoBmRQB3stFPHGw X-Received: by 2002:a92:c261:0:b0:3a7:e0d1:e255 with SMTP id e9e14a558f8ab-3aff8c91e5amr183567925ab.23.1734392627187; Mon, 16 Dec 2024 15:43:47 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3b24a3fa01asm3473775ab.38.2024.12.16.15.43.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 15:43:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 15:43:47 -0800 (PST) Message-ID: <6760bb33.050a0220.159d31.804bSMTPIN_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 ABBEE6052471; Mon, 16 Dec 2024 18:43:46 -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-sample-apps-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: ACVP-FIPS-testing#8305 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/32150/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/