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 C4FDD45E20 for ; Tue, 3 Dec 2024 21:43:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C22F840261; Tue, 3 Dec 2024 21:43:32 +0100 (CET) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id CCB5C4025D for ; Tue, 3 Dec 2024 21:43:31 +0100 (CET) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-4668d12b629so47004971cf.2 for ; Tue, 03 Dec 2024 12:43:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733258611; x=1733863411; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=3L9KdPj1UVYP/RggxE9CjFhBd70TI0ftNXaOSP4q9ig=; b=F8JBz91Kxnur/MvTx73VQec69adFr0BCgNCVnoFIcw0NDdxHJAG3OnnxL75XNh5+du TIspJ91BvsY8hb1PE26Rlv56nzHPHyBlUzEWaOIL9h0KzLAhjbfs6f76yq3udlUGUctf FX4Z61uuK3YtXi9Rgn7ETu8OYFzzjlv6tPWhc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733258611; x=1733863411; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=3L9KdPj1UVYP/RggxE9CjFhBd70TI0ftNXaOSP4q9ig=; b=Is0Z2kdQdiEB/G9vFcb1i3N9pHSPqbGwhpfZNpXf98Z4cgayeMXsrmzMn9KNBbyDIx 7LCi4NFWgIdryo+zkfC6kJIx6Qky/KBPT/SdgfiH0l0FIzBHiN9IoqvC1tSkbnmLx9Zv K9yGieKtDaWpOAHmtDGgDQVwAXQTjqn3zQSv935FA5q7Z/QJzbs3jNn87FGMrMvwS+hR ASlopW/RO/DV814EcAPu3EN3wmnW73drLZu6RhECAoPhVsyS9xMbJhPNgPK48W5b1G3o c6vmcht6MlWgEew8lW01yCCosISy2GstMFhU+R0fAcOZuSigCkuUwW/JPV1kfLZ2qOHF jFDA== X-Gm-Message-State: AOJu0YyDgK5A8Zei1yIbJgZjcllTggQw11zrKyYKZPfZS2IlkojL4zUv LnWKWDJ7ndFZ+E9w7A0CQAoox0pUvBHedRwSTnrTfT6XdpmIYaHZcEZ0f+12X+GDargNJRkKttC GIpiHNH0VmxlhfhMWS4AqXsHFsXqPhoNFrY1ZRCucK2iDJuqoBIA8TqY/ X-Gm-Gg: ASbGnct/jM5a+dgVNYMoZVkdZzAkFgXk2JZt+vjheEI7gzWbz3COZTFbApWsgNcU+Jv 2Wn2pmBhbdUVaJfp/gXzkZbr22WsMKm45TJrrp04NFccB20cMddv3oThXj2RsvDjw1CyfoW2Rs+ RaExRnxOT5crOnTPlfQh12+R7hoQkU0whYEfOoC/H9d92/6PoVanbbScaKFdVXffKNdYLwikzyl R4Qm+bMmI0GUmKK0Y5pqPVt3yvjn9ClrPsJpPtkCZb084Exw3u/f/RlS1mfQiFNjnENG/cQKUE= X-Google-Smtp-Source: AGHT+IFcWixj/yydu0pQ5Gs0kZW6jYnl3t0x4EHEHIOqQqagAN09mZizdp9yv45keo3vTPZaDMlug1TDJfjA X-Received: by 2002:a05:622a:46:b0:466:b382:a693 with SMTP id d75a77b69052e-4670c3dba50mr49912011cf.48.1733258611180; Tue, 03 Dec 2024 12:43:31 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-466d56640ecsm3966541cf.15.2024.12.03.12.43.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2024 12:43:31 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 03 Dec 2024 12:43:31 -0800 (PST) Message-ID: <674f6d73.050a0220.248641.5b6cSMTPIN_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 DA7326052471; Tue, 3 Dec 2024 15:43:30 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 1b3bf1128d9bda5595861814792f74b8f57160c8 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Jerin Jacob 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-eventdev 1b3bf1128d9bda5595861814792f74b8f57160c8 --> functional testing pass Upstream job id: Template-DTS-Pipeline#200730 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/31822/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/