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 9903A46165 for ; Thu, 6 Feb 2025 17:54:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 77C3340E49; Thu, 6 Feb 2025 17:54:16 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id 46A2C402F1 for ; Thu, 6 Feb 2025 17:54:15 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-21f2339dcfdso18316295ad.1 for ; Thu, 06 Feb 2025 08:54:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738860854; x=1739465654; 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=nPK6/Xg1FAu9natUFnL8cM+m2NfN1rxpAsDbMsGYFho=; b=ZsFzfHX416be7WKuYWNEs43qMVePPX3YkZW7Ak+KSbdQ4McbCtPZcIxJQQO5lyFFA8 c8iJwSH4FQA2TTJqh84/3A0MdpEIzZrgO5xFZPtsyOq9vcgwsYLrjCjM536WR+pudKti Yyj5dUHdmEO49X6XuGQoIkpZS9NkUuhvwwtsk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738860854; x=1739465654; 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=nPK6/Xg1FAu9natUFnL8cM+m2NfN1rxpAsDbMsGYFho=; b=LcnKFlzmREc0eFVCZelgfuKjCWEiDWpv0Qcu+UUFEUNkP8V5SgldYPZcnIdgsj0/h5 CeyAswPimEV6w29JQLHaJVH8nUhVgC2FxEM1LxrZsEkYBmX/KF8z7mLnfVhSGdz7Jm9i TMk2LNWELM21co4HaBM3okEvYEi3GFZVI9RjSz4uWypwCxrZRdsjohn6k2eZVRcrdze+ yfwW4P7C057gvaAtNGaR9Psq4plFDzSAFiktFeuSoeb3R0slOXvhr644Zyi0zOQFF42G kzB2XRpnAaFWn8FFUuKe1VtNp1zJWzHkfejtozmPckwxOOMqV+ejs8aaqkKl/JhqI3yG fDmA== X-Gm-Message-State: AOJu0YyWCMKZVTmGAvuuueXl25BBG/Q9vqTtZSM+qZgfUThCJ8WNCUMS Xprg6xYNiicCtTuxF2LiSS9BMa7SOdfjrBaAaRKE0KL/JcvLYbH0SlEUSRxsFzLB3uffNkGmjko Nrb/0TWobV2njzSpchCYULvlog9m9iliLRndwcHWq X-Gm-Gg: ASbGncv5bzcV5E2nZkGoOLfzX8mnGPabfRrslaM+7teG7kFx+33WU/7bPOGEEI3fPXq lpmW1id3pqsALlv2aUZcOB7gugSiGCsNuEci+doDXz6RMLXVele41ZuRkMwSBHnjKTAjgln0C5V Ix0OueS/OFmi2JUkbXg0udVrx8qvIqpkcdpJnjKDmm9MSrQEevNwYWa5Mb51z89EojDnbGJ31Jf a1h0yHofoeW2KUo30mbZ6J2q4ZcC55NEviQSfIujEtFQxQHhjsb+WUP5WnFlxbyeHIzHB2dy5RW svzTrv3McqAIXcfMQh+ByxerrSF3Pg== X-Google-Smtp-Source: AGHT+IHBi9YO6oMoBw7FczE38m3cpb6Kliv22NcW+2apmQU2i85y+1Nslx3xN/xUEquel6EOQQ8VgRmJDPJ+ X-Received: by 2002:a17:902:ce11:b0:21a:87e8:3891 with SMTP id d9443c01a7336-21f2f14e737mr75209675ad.6.1738860854393; Thu, 06 Feb 2025 08:54:14 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 41be03b00d2f7-ad51af55753sm40023a12.29.2025.02.06.08.54.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Feb 2025 08:54:14 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 06 Feb 2025 08:54:14 -0800 (PST) Message-ID: <67a4e936.650a0220.3ed11.24bfSMTPIN_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 D69D06052471; Thu, 6 Feb 2025 11:54:13 -0500 (EST) Subject: |SUCCESS| pw151046 [PATCH] test/event: fix number of queues in event From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250206143244.524451-1-sthotton@marvell.com> References: <20250206143244.524451-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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/151046 _Functional Testing PASS_ Submitter: Shijith Thotton Date: Thursday, February 06 2025 14:32:44 DPDK git baseline: Repo:dpdk Branch: master CommitID:32c18e7364e30a8e43cc7cc6709a7ce606fa285e 151046 --> functional testing pass Upstream job id: Template-DTS-Pipeline#211129 Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-131-generic Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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/32512/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/