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 C9EB8461D6 for ; Sun, 9 Feb 2025 09:23:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9BDE402AB; Sun, 9 Feb 2025 09:23:50 +0100 (CET) Received: from mail-ot1-f100.google.com (mail-ot1-f100.google.com [209.85.210.100]) by mails.dpdk.org (Postfix) with ESMTP id 2694640280 for ; Sun, 9 Feb 2025 09:23:49 +0100 (CET) Received: by mail-ot1-f100.google.com with SMTP id 46e09a7af769-726d204b8e2so34591a34.2 for ; Sun, 09 Feb 2025 00:23:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739089428; x=1739694228; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=aiP0e1WwDnIny1/wfnretk+Td+/NsDir0UpDI1PIUrg=; b=YKfaTwTW5jg5/YXypFBg4WWUCuji4UMB4/FAnB0srJItBiaKzVSbEzDKGr/fC+MNcm DDOzb8oVFH0iFbD/9tpNHFh/MDg6MzVWPa3JvpUzW8/DZeug6j9du2WhkLaRC9yCGaKw iiDaOezHbR+p7xdIjykYdwI2LTSseanzKVL8c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739089428; x=1739694228; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=aiP0e1WwDnIny1/wfnretk+Td+/NsDir0UpDI1PIUrg=; b=k4WV7g+10ygLM21hij/lWvgB5yIoYBxF8JjCuBmzddVtTRhL19rj+TMPDeCKTe59h4 pQ9Hcl7yDXxm/+M5ZtHICa7E+8gwKKuQ6oPkyrHvbbeWVGfi64r0lsiNMrNfZOx936UM TSXwa/B4xgqzjTS0hUi5RdHDIM/yPRpfiXYsc43bhGW7eadwzN3BsGATjLPjyy3fpclw sEFKl8RVM/Wo6XnmvryRsG/cQ5Juij4pj/oFj1b87Fd1zJz74GMRGPcGj/REX1Vj10xN LFgCTahGbu745UGC2Yx0l1sRxkDsIh0VwcagX7iS7Nvj3NkOFGibGUDRHvRg4fyIKUno bT8g== X-Gm-Message-State: AOJu0YwZiswU3UUtRMFCbDQYK6E5sl18PYVzoE8QSrREZxgNbj3YNauO CLvEObIy6y7yVxx9iG2WD8fizQc7wdoUj96dTZgthlM5QMUwai+YQpuCJuTe1UVh4Sb6LMvNP9+ h2UaK+LnaspaakYKRW2z7EUz0nVi6ehtx X-Gm-Gg: ASbGncvJjwvor/pmbHUi09oJUQCdVxmk+Dhy1lQ94RVoA8wBxfEZM1iWcsQl/KQpJ+e 7mRMGYfrVmyZO2HRWqTLOydbC/Y0zJtha2xNMljl9BQhxj1LIaAPtFeW3bnMFuMBhvK3kadI4wY QgaSgooDt76S8Utxv/T6sQAkLvkhStgROA47rbz/Pgygip5aPSwBZ5vY3kwnx+IkiS4QUawlWHT a4z0mZfAPxHGs6KZ1An1upNJzw7QAcy01krT/MEHKsv3vToaezrP8LpIF1Pu6KRs/DSqHRtnPUm tqc2SGDH+OsYPxlQ4fdWWDh7gAHiVg== X-Google-Smtp-Source: AGHT+IF+QI6nIaQMNzsBgS+gQjMrLRoaTGpORnzrwvjFNf8oqGKRBTeNhuTkvkZU1p6YHA8rECgv9WjeHgdQ X-Received: by 2002:a05:6830:d08:b0:718:1863:a3fa with SMTP id 46e09a7af769-726b87d83a1mr6934025a34.10.1739089428007; Sun, 09 Feb 2025 00:23:48 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5fc5458b527sm161897eaf.19.2025.02.09.00.23.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Feb 2025 00:23:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 09 Feb 2025 00:23:47 -0800 (PST) Message-ID: <67a86613.050a0220.35ee54.7831SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 71B956052471; Sun, 9 Feb 2025 03:23:17 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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 _Functional Testing PASS_ Branch: tags/v23.11 c66daa12e76d7b4912cfb7109a761856a7a873ab --> functional testing pass Upstream job id: Template-DTS-Pipeline#211662 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 | +-----------------------------+--------+ 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 | +-----------------------------+--------+ 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 | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32505/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/