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 4BF8E45EC4 for ; Tue, 17 Dec 2024 00:35:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 25815402A3; Tue, 17 Dec 2024 00:35:38 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 959FA40267 for ; Tue, 17 Dec 2024 00:35:36 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-21683192bf9so44085425ad.3 for ; Mon, 16 Dec 2024 15:35:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734392136; x=1734996936; 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=MXAN1YlvFa29XJIlVOa1kOOEbSByYSYgnSmIuH2Ibck=; b=I09OSngJCzIYAA+X6CgMRdV16f0Zh2/BOyeKnG7RRijrq7a48fzXyWqGEkGuP225l6 78CNu589bC2xWHrSl/an3Yhv9KDrhwB0O2hbvQhCe5L0C8AxHaqv6Zih/jhsx4FOr4kJ g5LYGSGbY33mT0UoW+TOi547u/XiULonCbZs4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734392136; x=1734996936; 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=MXAN1YlvFa29XJIlVOa1kOOEbSByYSYgnSmIuH2Ibck=; b=vkBpBh2B++D9h/leyzRqEoUlIZOBoUUztgFZrl2xZJTnwcvaA+fyxX0J2EwtKFnvdR Tnj8xOtkRb+iVhYSKIKDL8HGoPVqlb34CX8raHm9BpCx6B+v+hhASC1Lru6tdT8Apoeq jUH3s7nLLUiLpHIgOQjUWegvsc+9VTiAsvRTGi2p/sVayVR8FuRr+wHfq2r80tqF6RaK oOBtKMbDQZDu7Fyq1Txaxm5MloozX0xtlfSkFl0WdnpYwkmIhtFuPMyqRtj5uWxkWgZo 26y2ehN043rCMDb/RvLlxY+0C+WFpp7FxXLhlQKTxMCSrITG3fHkrOOSG+FClw1MKpEX VT1w== X-Gm-Message-State: AOJu0YzMp0L4qS1PXyuG7BgGw//R8e5S5h1ziyAkSTrE5RXrb5PyjGF/ h93pI4obRQM1wzECBk6NwZdV8iRI03cfwOY7GLsrK1XSOlB4ow7DRseN5UwqlgTN4k0StsUndpa l1blsU4m6SxpDnrcmCldDPLysf90u5YLSKh9Naw16 X-Gm-Gg: ASbGnctxVjHMAJ3+dMf3/bBDwqqmeUbvT7yuBo1aIxpPeAuYN8i2cN6d+vw1gfYJqji qD5sH7i2VsScmRsHBBP88uJ9yns5Yo92Uya/Gm1EzOTGDUuXc2MJnI/2iqLNMHnHiYVDeQ42+ki aZzf0dGkawxvoHhZIRcMknAZ6Uwumi5lTxbWH4Yrvg83O2LqCOi4PS/xog0mJmHa6MnmQcCapYr Xu2bjyTJpnoMkjb/h1XDe3e+32p9Ztu0Ih4vXnccBc5/Rv7l9ars+zMrow3o5aHg4QWQLbVpUdd RA== X-Google-Smtp-Source: AGHT+IHOSeV4oztKQXhAoQLt1BSULhuA+RLOBp3R2UOVPUIeODan7wUQVD0YZKDADcgYzyMsuYrQKnxxFTV3 X-Received: by 2002:a17:902:fc85:b0:216:34e5:6e49 with SMTP id d9443c01a7336-21892a77b74mr177974255ad.57.1734392135738; Mon, 16 Dec 2024 15:35:35 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-218a1e617ddsm2854065ad.86.2024.12.16.15.35.35 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 15:35:35 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 15:35:35 -0800 (PST) Message-ID: <6760b947.170a0220.8dfda.32faSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id D38B36052471; Mon, 16 Dec 2024 18:35:34 -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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149259 _Functional Testing PASS_ Submitter: Pravin Pathak Date: Monday, December 16 2024 20:33:13 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149259 --> functional testing pass Upstream job id: Template-DTS-Pipeline#202702 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ 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/