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 0523245DF7 for ; Sat, 7 Dec 2024 07:24:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF1F1402A5; Sat, 7 Dec 2024 07:24:45 +0100 (CET) Received: from mail-qv1-f100.google.com (mail-qv1-f100.google.com [209.85.219.100]) by mails.dpdk.org (Postfix) with ESMTP id 202A040281 for ; Sat, 7 Dec 2024 07:24:45 +0100 (CET) Received: by mail-qv1-f100.google.com with SMTP id 6a1803df08f44-6d8f544d227so5182896d6.1 for ; Fri, 06 Dec 2024 22:24:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733552684; x=1734157484; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=rfuhMgxpImjlnr3WRlf8uf7ttHYvx2NT3U00Ulps0pg=; b=Hf5viyIrarUs1ljQk7Z1ZDD3yTa6JO+Gvu2YrEDfmXWftVVvItpuguBMC1UVRiDOmd nce5VqHbeObiw+IOpLf9AP1drD/KfCnJK6LjQBwwjamrl/LGO4vrIAHgD2B6LqpVAajk w5pDkvBrvEkaA4aC28/NMUaYNMYYHThNjiZ0E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733552684; x=1734157484; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=rfuhMgxpImjlnr3WRlf8uf7ttHYvx2NT3U00Ulps0pg=; b=U84WRCGNL7ZtjZy+MTjFdxZMMhom0Dw0IwUQkhhNE1O17VWh8lswpJBfy8+71dyaeB gpDYNo1xlnbAM01NbwpBhk1dME+sks1Pze1AIQ9wU5Yyv6AYBz7lk/gtAr73wHPGI8Va BgxnyN3xnr2FJXiOF3SjGCI+KGAB6oSpTvZ0Ah4LKSZLgdBegQjwgV7hY5AkMPbe8qtg PhUhqFMCls2uvXWIJPfCwoQZMlLslZpxa+1AXwxrujXii0ZBM10kBnq0hcZLo5q4ugBG 7dqkG+dAadyp/dg5vMY1/xJlYcdkNue2RgY3mfaQt0Sz6Blk2vrtf4H5UcKxWPtQBK96 EAwg== X-Gm-Message-State: AOJu0Yw5pxrYXMrZjGpq37yDa7NhZzmI7wiPnGM/x7mbaZ7A5x4IVY+X /0Xfrkr+/8hRe6+akb+F2O6EmMOZ/zqtYJIVXlejPk0Anj16LtsNc5zo9BxX7qEeHVJmSutZAz1 hOHgLtP1WBP0hnePUaUZwFXBkwc2WVWgA X-Gm-Gg: ASbGncsc5uwunozGZFqroAuxkw4D1EzZR0llwgdQfBQdQjy+v9OmXdyVyCm7kdj2BSS MLdQKEdLl9zY50vgf7meCYCpN9p5BfvU2Aj+61I83vswhBJQii8GhRSP/91gu+9w3E4aSWgsDMQ 72PvIJIUCG363rS2jCGys2ztq2QbDuXu0uql42ZHI0YSJyC7Z9QlZTWTxQ8A0UwB1flb/nkD0Nf BaimLApvMpvIRJeVqPsGE6QsP2Dy3VnMdEBEV4sZP8uR4jhPR1fO0wuns6MbWBy0pqzjrU= X-Google-Smtp-Source: AGHT+IGch0V6r9s4mrjzF2j2ycBO98/w2hjb33Miki3zBxE+biuN11nlDu93xHjiOXeu5fiq1AGHSXh7L5cU X-Received: by 2002:a05:6214:260d:b0:6d8:9124:8794 with SMTP id 6a1803df08f44-6d8e70d6badmr71499966d6.5.1733552684606; Fri, 06 Dec 2024 22:24:44 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d8dac1412bsm2581196d6.70.2024.12.06.22.24.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Dec 2024 22:24:44 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 06 Dec 2024 22:24:44 -0800 (PST) Message-ID: <6753ea2c.050a0220.17284e.fa6aSMTPIN_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 500996052471; Sat, 7 Dec 2024 01:24:44 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] e8eb14e00d56027bef8569d68cf00e39670edca2 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 e8eb14e00d56027bef8569d68cf00e39670edca2 --> functional testing pass Upstream job id: Template-DTS-Pipeline#201499 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 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/tarballs/31870/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/