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 CD42446589 for ; Mon, 14 Apr 2025 08:06:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 463FE40270; Mon, 14 Apr 2025 08:06:17 +0200 (CEST) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 2003B40265 for ; Mon, 14 Apr 2025 08:06:16 +0200 (CEST) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-85e751cffbeso317542039f.0 for ; Sun, 13 Apr 2025 23:06:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1744610775; x=1745215575; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=jdhcmG2v2pnj7aOTRAmCU6x4PL/jk9a6VSArgHeCcZM=; b=ZXqKKifUMUxRcr1p9cjV6L8aL+tpOr+4DksCZnxjXskP4HKveTQ1dKxxF1b2rY0Iib AvGZ1+JLde/mtE6b/7eT9S/GLK8mlr2oujdNDTzpkUbW2ZL6tL4/LyrUzTxhvv/u0f29 SUCIlRuliZ3c3ywiOSburOkYyPhT0QX4PNX6A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1744610775; x=1745215575; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=jdhcmG2v2pnj7aOTRAmCU6x4PL/jk9a6VSArgHeCcZM=; b=A4IuRSrHtPeFjK5rI9mDhS3hDmeOC9L18ioCLfu05yqjUNJrIFK+cJyjxSaGOdeghk oxIJDyWyofNx3NOlsjErF8higcrHMeC+7pC9Q6KZJxiFU7bso0J7rLba+7BR80/i5p0Z WSaBu6Y+iGJpDByDr7vC0erRTpiK2VlSjct043pxEAJYXovkj5niMTl8cCyWJiLpscfX lYfTzYnNB3NcMYwXXWlij7Vs9ihH0RyOVPqbrIIl+IJpq76OMPNbQfUA8a+oTMoQ6wX6 tdNm65ILby9bxBjsf6ORIPWxDzezmCo4OGRikXcvutqg7GQ9/y0vvGxGJuufCQnp91Vk I+hA== X-Gm-Message-State: AOJu0YwtYr3vs967LFu9ndSNuNaRPVkGRq5OwOmVnKhYA1eWCCEVaobv +aWPdkPOs/HwfdWwhmEChOuIDgKs/FTskMsaukIhAqwjxchXNrqxaygm8PdU+DTriU5AC9Brsf6 k1B270m/iYcVVoEM2jCsZR9UsWYBZ423N X-Gm-Gg: ASbGnctfTB+XH+iwKMQbtpnroauRvgYD22VYQHk4CGmWVfh6PACROvXL1jMUmWqbJv/ KBO55T9d8o4whBJHRkhaO1hrN8g0ljB/Lh+st0UhEaLyAbNssTNby9UGc7kT+ZiQ+gihJSQAV2q Z3eBu5uxoF79MOtzFpzxpe4Wa1TnEjpjvEN0dxzmX1vrNTY1Uc1upOIlsaZkihlvUeNqv7s3T2Y vRkl+jf2mm+s+DP+0O2taBIjrantWvaRAFDCv6mHBlsCyLi1po0+j11LbObrD+mRRSIk9wP7y+x OhriLtBx8zCmpHq/TytTb5sSPsKU1XrAUQ4E X-Google-Smtp-Source: AGHT+IEmbtsFTcpvwL7vK6+TGLawx4mlW3WTCB70qzz0F/9mt92GNvy86XaZBlBVtvUs0yRPTkrFZDBchSkd X-Received: by 2002:a05:6602:408c:b0:85d:115b:bb3f with SMTP id ca18e2360f4ac-8617cb8d8cfmr1383011939f.6.1744610775265; Sun, 13 Apr 2025 23:06:15 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4f505d19217sm588983173.28.2025.04.13.23.06.15 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Apr 2025 23:06:15 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sun, 13 Apr 2025 23:06:15 -0700 (PDT) Message-ID: <67fca5d7.050a0220.250e2f.cd99SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id B67946052471; Mon, 14 Apr 2025 02:06:14 -0400 (EDT) Subject: |SUCCESS| [GIT MASTER] 4401486b5e30d43a134f80f9802f60b5f43e74a8 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/v22.11 4401486b5e30d43a134f80f9802f60b5f43e74a8 --> functional testing pass Upstream job id: Template-DTS-Pipeline#221489 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 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 | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/33245/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/