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 366A646257 for ; Tue, 18 Feb 2025 10:58:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0FF01402A0; Tue, 18 Feb 2025 10:58:37 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id 2943C4025F for ; Tue, 18 Feb 2025 10:58:36 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3d19d214f0aso30426535ab.1 for ; Tue, 18 Feb 2025 01:58:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739872715; x=1740477515; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=qTpHyr0XpdFgjT4MpWjAl3Gr/iTYRihr4xY4OkMkKXA=; b=caEJ/GEXco6x1PytDR0/Kn+DwexmZOPuAl/nfmOOXDDWR3+H4qg8aHTor7Q2fAlPhB iadh1prIIIIG5scMXE7CCq3sAgMHS288DKglSgW73PSoBEV10g4Yg9hHROwvtmXtG+Mv hmwDlgh3WIGYvpX4xFU77qEe0dj0luC90n54U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739872715; x=1740477515; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qTpHyr0XpdFgjT4MpWjAl3Gr/iTYRihr4xY4OkMkKXA=; b=I+WHUxib+9zTDPQvDI1k64tEf3v1oLJOyc012MhRl+7jDWwA0GAp/y0kOrBIqdSHpU d8fA2hrJJFmU3rK1PABsbOwh0x+tGrPHmq6miUpa+6Wi3Q2nH/pBElWcZz++0CwV52Hw pKLwy11xeKy4A8phD3MjOVvJeKGABN9VQ7cN5tMNGrD1lpxTGe6cIBsI0IwAFlquNAIz WLL9j7y43kwnBJrEeBoPn2ctEeD1IZec+arj0HfqzFVgAVAm68cm4g626MR/0X5Le5d+ /jqqZow6GoBQ5JMdUdNfUSeP8Mahq/ymPF89KQcjY0id5ieBGgeamBuZg8bXoYxXA15y Ox4w== X-Gm-Message-State: AOJu0YwrcKfmvbpsdoChmhLgg3u95EmEHyhCrhn5iDcY8Y/qwcdbdGHm N78WJg/Zsz3FsbCZkZgIUvJ4AW22mR4SbwW2eMNJcOrEw/zRkBs3lb0ycBNF5CgwM2QAFaiIIZs Lt9bYqLPHDdOgdIzC68OpI5Liswz84q3s X-Gm-Gg: ASbGncvqm0qIjK+ihcCO1fCzbvTcFTjjrLOyU44nq5rzVlRatV8/+af36z2phw/8prh WTc7sso8PbhGylxzQGJZAmS5ghEE2W5jwUFwF1n2yvditab/ODYARiJzW+Zkg494V+CkxXxK6Jz c4MmVt+X3kAC/nAHdS2XWJkaYT0wqPupu2ou46XkkZR1cu+x9n2YKtEjA+ewXw2uYWfVCMesmm3 6qhy/Pnh2x5SlQEIdVWOtGIywifb50XEvVSH9wPnk+v1MmCsWTaFvOGSHAOyrmO01f58xcBVimU 2tpIp2o+m9x2uAcPrG1fBXdhtBXwSA== X-Google-Smtp-Source: AGHT+IGppG0tsjFWbUIQCj1NLOQZ+MSspq7PS2+ZV4nlEUQGaarJK79dnByCN6XC4uR5IDUm1rg75EeNKuOV X-Received: by 2002:a05:6e02:b2a:b0:3d2:3228:e3bd with SMTP id e9e14a558f8ab-3d28088eb0emr91192515ab.13.1739872715526; Tue, 18 Feb 2025 01:58: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 8926c6da1cb9f-4eeb11df0f8sm32866173.30.2025.02.18.01.58.35 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Feb 2025 01:58:35 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 18 Feb 2025 01:58:35 -0800 (PST) Message-ID: <67b459cb.050a0220.85021.15e0SMTPIN_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 1007C6052471; Tue, 18 Feb 2025 04:58:35 -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#212420 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/32558/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/