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 1FCA346613 for ; Thu, 24 Apr 2025 03:01:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F07F740156; Thu, 24 Apr 2025 03:01:55 +0200 (CEST) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 3C947400D5 for ; Thu, 24 Apr 2025 03:01:54 +0200 (CEST) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-85e1b1f08a5so14110439f.2 for ; Wed, 23 Apr 2025 18:01:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1745456513; x=1746061313; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=e+4ssDOvLt0Pfm2G66fEoiOr1dBuxFPqOAL6XfpOqKE=; b=T5yWoCE7/1+gvz3za46c+X7qoo0ZRcWexfjYxRcXR6+10LYzVYwEkQyVQNWhEwnieC zvKJDmNjmCclSKbDCA5Iyt+/36AoU1PJ241MxZU676EBqWdih1XuON1J6dz273wsnkMw KNlTY1QGW6ySkQCqUqEBq/xc9tzOCDp0FfmEg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1745456513; x=1746061313; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=e+4ssDOvLt0Pfm2G66fEoiOr1dBuxFPqOAL6XfpOqKE=; b=fRFScpLfSG6FHKCJNIfl3TtFp5piRAAFdnIMpSkZ6SCUGsq9J+eiH6yIAo7QjubTQP 3xXdtJe6zhuQmdHTq0umHVZoKT725qmyEGqBAjfgW1ds5JLDsCdmlVVHyrjVUkU1qhky rrNPuu6SIGfe4I96bEDR16ZGqybxLFlL8PL2aHENZO+E8VXTNF9uIBM3mimbtgDrMveZ tWfjdkyskEcI8u1TEFolTJvpAiJWujytE//tqD1N6McLG+iC1lLe+bbCbZUoimSQ/uw3 P0nqsrPycwaG6oi3p9aXiItnwVlR6jWkL1d+JAMaFBOjEhCMEXwYeKA0599ThaABLdSU VMtQ== X-Gm-Message-State: AOJu0Yw1OZWxpZcYIaGGqpLaRvhry9Onwod2yerAKh3yDiKOekp5rOTV RHvHw/26mpqZH/xLIRq9SXjGRCrylXQSeamQwLIYH3zkbFMNSzjwRUFqo/VS7bV81o6l60wSj+F TieeyNZcMoJk0zPf5WXaxhFIEIdiD7IQTU3A1XlyL X-Gm-Gg: ASbGncsOqEXaLtttP31Ztjlwf48nfko/fofsJ7/cMNWBPzerzza7c8NjJDF1Q5iHDk3 468OZ/aSAbld2BFFzMmLD7s4mZLBigB0E5/zMUUWtnHCsmrtqlB17hBCj0XisjMjFwT+ouXnoJX CYNOsglh8OKvucPMV9VYQVVXUgZ6eP96BuApmY1hbLPVd73HCw3d2gO7304U2X75XoGdH/RZncc eWl1vaDf1BQvT37gBSSVeM0J0f0FV+FwCVmMkZTyvgxe5hknl2excwIAvStNaTrKeM9WXkU00JV pcFJkbP9TjcocQLUfUWCViE8zylPRyN1bHYp X-Google-Smtp-Source: AGHT+IGcRg1rApRw9Axj7nzjnfk9++JZJ+teDwBMBL9TwvIF/lv5eIj6ddygR9LyY8kEeF/uLBSd3OyPHk4T X-Received: by 2002:a05:6602:394e:b0:861:6190:1d83 with SMTP id ca18e2360f4ac-8644f976320mr132042639f.1.1745456512961; Wed, 23 Apr 2025 18:01:52 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-8645191ee61sm737739f.18.2025.04.23.18.01.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Apr 2025 18:01:52 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 23 Apr 2025 18:01:52 -0700 (PDT) Message-ID: <68098d80.050a0220.3269f4.0713SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.8] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 6AE666052471; Wed, 23 Apr 2025 21:01:52 -0400 (EDT) Subject: |SUCCESS| [GIT MASTER] ca1690ebd224f148268285b15b97441ccdbdd07e From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@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 _Functional Testing PASS_ Branch: dpdk ca1690ebd224f148268285b15b97441ccdbdd07e --> functional testing pass Upstream job id: Template-DTS-Pipeline#222795 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 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 | +-----------------------------+--------+ 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/33340/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/