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 21304461C1 for ; Sat, 8 Feb 2025 03:57:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D7A9402A1; Sat, 8 Feb 2025 03:57:32 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 7F49140279 for ; Sat, 8 Feb 2025 03:57:30 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-21f49bd087cso30645985ad.0 for ; Fri, 07 Feb 2025 18:57:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738983449; x=1739588249; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=hgnzZaikToHA2zEJEwndtRSnZdtIQzU3xn2w2MfFBQE=; b=IMSermlEd3HGD9qg3JjUeFV0t04N9CetcSMfArkn/JCpJ1q8dq/wW0/QBrSfb9nQAG CbaL8M4xKw7h71o8LStRvc1Fzi0yQzIGDAVDMqSKhcuWOX5AN8FOfCe7d++Sb4w3IwCu lN3WaomfuusvCurF3T8r5y5QDrlj4O1TYhux0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738983449; x=1739588249; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=hgnzZaikToHA2zEJEwndtRSnZdtIQzU3xn2w2MfFBQE=; b=n+e+d9iShmzkg4r0RXcYax8EvHYrzuTmQCQOiFNUGeyJkOSzoby8P4PaxyBmGrOHsP 3OpGHUcUiODAqjr+uErZ4hM2QO0wVPVdwnTnll6HZFOY49TmNTWBiRLaIqw2sc6SRyEU ia6/VKkAWv/Vne6ieNsHTX9V9/Y5pjYfOP9ibAs7XtOwu+8l4AUfIfW1SPHeI6/VErH2 Y0D2eO/CSBekiwelnZSrx1GxrwpMDE94XcdfLL2h3ZJisYjEpdNbQwHazIru4qY4cmgx GR4No28anENfisb7yfSCr6mf41cN/BaQQSvJhUgcINCiV7PlVYuBPcTiwMb78Mz+80lX /Zug== X-Gm-Message-State: AOJu0YzPRL4Vw42rGEqSQbunaues4r9PEj/00y9kfakR8eWdW6/AmxyB 7LGrWGISFNChWevAvjERUUnIYyVdGPFZDladjSlu5WvJTalwpiHtu3CNuMzgP4r6hHcZrod8caH lpRHMNiF/DQEoXGAbIhZT8gs6TYevcUsr5XA6d7w6 X-Gm-Gg: ASbGncuaYnuj2YG1W8JhJN3UimSzDVSHtMkBeXsRByG4RZjQGNlaBEoL2hAvziEJizP WVLdk2ygU2vEBBfyV0vIRABvClvNEFZYDxpoiypH/XP+jrmUtD7Ka17g93cKOe2dHnNAOEvr9p9 tQBs1L6bjt5abXGmKOD2ZQ/Hhvhb9u5h9f+44WVStto3xpTYq7RmEGzK9e+ICuI9cRK9QuwneVR Yy0yEhaFMBxkT4FUczS4ddQliRUvEQEV3Q39vyrl10xCa5ZHF+vCWbJZzetfuxvpJN3fpbGepTb expEXUv1lHgP9G9rLxD55I/f5XQaSQ== X-Google-Smtp-Source: AGHT+IGlcFDaKk2NKcMlh/qShwj/yOKeoxRZbkx8C0Kg+6Dy1jbz1GW8e5ln43m1XO3CUozU4Uvn07ZrahHv X-Received: by 2002:a17:902:e943:b0:216:6901:d588 with SMTP id d9443c01a7336-21f4e6afb39mr90920105ad.15.1738983449547; Fri, 07 Feb 2025 18:57:29 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21f3650cd03sm2617645ad.7.2025.02.07.18.57.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Feb 2025 18:57:29 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 07 Feb 2025 18:57:29 -0800 (PST) Message-ID: <67a6c819.170a0220.2a8ff0.d845SMTPIN_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 EA6526052471; Fri, 7 Feb 2025 21:56:58 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] e5ece9ae686535f29ae72c03fec26dc16ff7a925 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Stephen Hemminger 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-next-net e5ece9ae686535f29ae72c03fec26dc16ff7a925 --> functional testing pass Upstream job id: Template-DTS-Pipeline#211399 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 | +-----------------------------+--------+ 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/32486/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/