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 D507C45E37 for ; Thu, 5 Dec 2024 10:10:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A6679402C4; Thu, 5 Dec 2024 10:10:24 +0100 (CET) Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com [209.85.128.225]) by mails.dpdk.org (Postfix) with ESMTP id C6676402AE for ; Thu, 5 Dec 2024 10:10:22 +0100 (CET) Received: by mail-yw1-f225.google.com with SMTP id 00721157ae682-6ef7a0b65f4so2545137b3.3 for ; Thu, 05 Dec 2024 01:10:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733389822; x=1733994622; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=ssEgp7si49gQwmhy7ctrGytNeq8+PGm8eNY3yLF5jyY=; b=F5ofX/iEQ9ccVLmyQnql+ALhynKsnnSDsp6B09D8jfHmPTixVIoViGYbHzX34KjDwa CBpDbkACNcaBfQ1478RLuYZWR0WJGC/fVoLiJ/BkxrE9pQG7JvixeZnrVWYzuO9wwaRv F9uHvtBbv1+2I6y+l6ZNcBqgnKfH4m8M1bPsQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733389822; x=1733994622; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ssEgp7si49gQwmhy7ctrGytNeq8+PGm8eNY3yLF5jyY=; b=tHnKV1CFWvBVYBrz4d18OMlXurUKZNikgvy0Ym/IxjBR+wXFFx1JeUrb+vXtv3yVff mYHDchc3o6B6ANhpG4xc+y1MYkxUx5ayILKWzKJqETzug0uyN4nqhPUZyfvnqUKgmT2R PS6OADThvAJOtFO2lv55M8FIIha0P1oeC22GfPyQI1VqH4LD5Cf5m1j6HzD9+rEmsPBh lklodb60VzfZa/kz0ffNagmTGDC3Olakeh+1YmsdvvfypI9nfhQqMsTkElfPiXzcqyeo G6eXG8uZQiq+w45cUJdlqxukqSmXG69v3vpYwlsvBZGW+S1FDu7BDdvTqTIfmqrhYaBa DVaQ== X-Gm-Message-State: AOJu0YwdcTLt779JihL+ZiQoFCr2XTLkh1b9W6n98beoed4TOKCwwp2A kCCrGIPZlrHTTtZCNdK9VfKP+aduMYIATOtszL1cpGlIVxAhhzHGmb/UygGbEK/iPguqqqcfRo2 wC7pXjuUR6nejyhzOBKnTrhsM8764uXzP0HJmKzqAOIgHfwIr X-Gm-Gg: ASbGncvBx4+oeU9Exqw68y/jMtsy1Mu3EXCaIatKRfNIQVCXmldotuNXecgMPbncQpd Rzz4Q71rG6sQ5r2XVrtLHzauyZoUdiqDLMA2wBsrEpb1B+lp6Xk2nq60SNN66qI2D5Vl/BzdKzN yI4pBfWvrOhMtV4UaLrsRONoy5X7zFvuU8RConcuiFzP6mrxZm6OnasVCgrCDgDG6Ac9Z9+An2w aezVEWYOhX61S2G7tAIInVA2Dg4BuTBlCkzL0foBzBe6c8COcPZm3azNu253u0EGZnxYL/EaEk= X-Google-Smtp-Source: AGHT+IHbPT/WazTHhFM9OKlGchbyB9cDYPIb7Oo2BMCAqZ9c/J4+D9y7YtfgIYuj5VZo6HjtjbaDvOu5Cne1 X-Received: by 2002:a05:690c:3683:b0:6ef:70fb:4594 with SMTP id 00721157ae682-6efbd32e7d0mr79916417b3.13.1733389822059; Thu, 05 Dec 2024 01:10:22 -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 00721157ae682-6efd389cae7sm605487b3.38.2024.12.05.01.10.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Dec 2024 01:10:22 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 05 Dec 2024 01:10:22 -0800 (PST) Message-ID: <67516dfe.0d0a0220.37794.4160SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 915E46052471; Thu, 5 Dec 2024 04:10:21 -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#201166 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 | +-----------------------------+--------+ 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/31849/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/