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 BDC2445ED6 for ; Wed, 18 Dec 2024 06:51:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9437F4066E; Wed, 18 Dec 2024 06:51:06 +0100 (CET) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id 580E6402AE for ; Wed, 18 Dec 2024 06:51:05 +0100 (CET) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-844e161a957so467235139f.0 for ; Tue, 17 Dec 2024 21:51:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734501064; x=1735105864; 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=jLjDQOIsOGtoXJwMTpZwn1nDD0MlS6al2xGy8DliC+0=; b=PkzwLloHhZsrsJQQzs/CDKl8Fw2f670Yl/5rS08dPIROgxtrTw+8lfR6DTP156Ht8n 8QUOr6m1jQuLGrdDpDss0ABwNlv3+eYlcm7y6sd+Hbl5IswVvgJp0F09agFwel+6gVMM K8UeBwAuooVNH3pgtzLteczboK9owUuHWanls= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734501064; x=1735105864; 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=jLjDQOIsOGtoXJwMTpZwn1nDD0MlS6al2xGy8DliC+0=; b=vMBoRnICujAgLgeSkkO+LwKqdCwoimTtNJw1QsuK7t1teXQNl6toq7Up9Bz8Q3sjnX 54N9Y1gbdaAywj8Qr125VGjRYfleF4AYKAygY+JJMGaJmXtE/WYwO69ibmoNidt4HPq8 xpmfs7YYlfvnxxo3gABTvvb2Qe/xH31BY9tipYL1WjHcglki5MATyM3ZgL9ltB4aQ8t9 2aF/M6KOF1x+ASeTZevKeNCPpFg8EhXk1/Q4mc+T0SdqlGR2UPdksKBVd1qrJBXF9RYk Blpop4ahIDDXLsAgXZ/te/gI3IPOoAhM5xL5SGb68lpjiW+UXT6ceEIKwB9feNzNCLFk nQzg== X-Gm-Message-State: AOJu0Yx3s1TCmtcLu/BGietnbpzJlldEh0tHEXcQKTUVHnyxFuAGaOHm lfnKvmBN6Jdu1xcmmSzv3ITpqRUvPLvrKJE5wcw1JqjLNj20HLZUNYBar87h90hH37lya/DXD8h DFjit2xyqJcSoN/FpHdT22RFIolPgsWYNJF+Xsqy/KZD0xJ6VE1orqjdk X-Gm-Gg: ASbGnctGameXlAafzVfs9z7TozulgurffbLLO8PCDXSS+1aQ0P2esTqLpfhJ54u+ioy LcNW/hFdAGyrKajXfhWBC5ZSX5/Zsl2nJsQD/IXihJHu5Vpl5NBj33Kwg5biNFF4FirRW7uA8dx OZLYqIw+bBATieSNkRkx2XygPsa0lHiOBN6FIdVq/GI6mFOfbrplOb7JpnjeP90/yq6nTTa/lFQ kMbpWEO3Rk3pQulWTW8jI2EfjwV/XtsKXcqUtwqTrQgaZHvzng/BiKx12Pg6M/E3W0mtDqAs39Z RdVfVQ== X-Google-Smtp-Source: AGHT+IH8BSE8SeQB+mctSGUc2pD2qIvO7pdPfhU5VW0VDdp40SvriaeSOEdmyUrG75SDOFB6dP06gUL5j5NH X-Received: by 2002:a05:6e02:1f03:b0:3a7:e103:3c46 with SMTP id e9e14a558f8ab-3bdc4470e74mr16687085ab.16.1734501064604; Tue, 17 Dec 2024 21:51:04 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3b24eb14b89sm5031945ab.45.2024.12.17.21.51.04 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Dec 2024 21:51:04 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 17 Dec 2024 21:51:04 -0800 (PST) Message-ID: <676262c8.050a0220.1ee658.11d0SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 1BCC46052471; Wed, 18 Dec 2024 00:51:04 -0500 (EST) Subject: |SUCCESS| pw149285 [PATCH] [v12] dts: port over queue start/stop sui From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241217230837.27594-1-dmarx@iol.unh.edu> References: <20241217230837.27594-1-dmarx@iol.unh.edu> 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/149285 _Functional Testing PASS_ Submitter: Dean Marx Date: Tuesday, December 17 2024 23:08:37 DPDK git baseline: Repo:dpdk Branch: master CommitID:4dc4e33ffa108e945fc8a1e2bbc7819791faa61e 149285 --> functional testing pass Upstream job id: Template-DTS-Pipeline#202956 Test environment and result as below: Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | 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/32154/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/