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 2DBAC45FCB for ; Thu, 2 Jan 2025 20:06:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0706D402D6; Thu, 2 Jan 2025 20:06:55 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 88DC4402B4 for ; Thu, 2 Jan 2025 20:06:53 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3a7e108b491so103449525ab.3 for ; Thu, 02 Jan 2025 11:06:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735844812; x=1736449612; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=Sa1DFjylSJuySbJrDehzAtWq4NbLXVKtvbYE8wEbxx0=; b=bIDkooH2WqQiQ/4wOLe6xMfXbWsLjtDOf59ZJ2XsZEgl8UmFf/jBN/yvR/uRMOv3eT jxa98USgXZ1jWVnNhu2sK9+UmwbEczYLQ7lpeYueU6J4PTm4AG9ipyvVl5xbcTcNo6n0 AoV8qDch/VN+a6SGCmCIb8Iu3PswoRDfS7So0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735844812; x=1736449612; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Sa1DFjylSJuySbJrDehzAtWq4NbLXVKtvbYE8wEbxx0=; b=VaIMuaw5KSiAkc0CBFYJlUpHmJpct5R13KWr+1WmltJTz/P04ZjMnQXnwUy9Q/FHz8 2x6v4BiDlCgR+lDfhghuAethBBCa/1hGtZUnImgEPzybwOey4Ni14Y8xtUiaUAPX+j01 PMtFweH9oIXv/tGmZj39XMiqtqznlUJsNnOGauyrZVGGSstWr8C5PmU2+4xDl/5WQmF4 Lhok+jeM41Jz9hIbU07wFPSTSmBbHGr20I+/t/AuwO2q22WOuPr88i+TkfM7X5Yl2Hic o0VqA/7JRhtUQK6yMQh543ZRf1TfZcWS+SK4H48go1XKWs/9eOl0FIfDe4TeieERw55n BxUA== X-Gm-Message-State: AOJu0Yyqb6WKbFg3coVgLy0gQEd5UaxHTG4zbmsoM9vyvcmItokiXV9b R1oQ3rkaiWYUiBKDQ+iUuXom93TMiT6fqlnKL1/bb0pla3WTfeQR8Ep35HQRJA4Y0Gw5B3UWmUl CCQ0mq8xlTpmP1LVcojcFkcGHaqpkAtjuLtI8EgNk X-Gm-Gg: ASbGncuARJH+VFZf3of4MFdGl3wH3YilrvHopDzB7lNCAKDmMX9FhNC1LFGkkw/t2pg tIXXVXPC7oeMWgAnDd5SeZC4It4RA9e0mUGrFc7IGFRxDeQeIobcYVNWU4iAnYW1a0EUVKICoKp TC9E5U3TldyAsJze/xCtw0CaaNdr/InTboxoNYX0H3Zj+FvCgutKBSomGjMxPvscrYpFPMn9020 AGK9xxGTs0p2tkjILDhQEhFfO2obMqSBGI4zx031n8FBci/HQT10eDF4IaKxchdVqWuT8qglEJ5 eA== X-Google-Smtp-Source: AGHT+IFv/ESEiPETyh1d03GXtIbnM+9UoVBfQBvbcJPuBiEQAAxeBEWxpMSC7eRYTIFyAyykuI/FLM0zGJ6Y X-Received: by 2002:a05:6e02:2411:b0:3a7:159d:2dd8 with SMTP id e9e14a558f8ab-3c2d2578956mr375703635ab.7.1735844812690; Thu, 02 Jan 2025 11:06:52 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3c0e01eb514sm18989935ab.43.2025.01.02.11.06.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2025 11:06:52 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 02 Jan 2025 11:06:52 -0800 (PST) Message-ID: <6776e3cc.050a0220.2d25d9.1e16SMTPIN_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 348C16052471; Thu, 2 Jan 2025 14:06:52 -0500 (EST) Subject: |SUCCESS| pw149566 [PATCH] [v2] eal: fix unused memseg length From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250102085838.991-1-ming.1.yang@nokia-sbell.com> References: <20250102085838.991-1-ming.1.yang@nokia-sbell.com> 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 Test-Label: iol-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149566 _Functional Testing PASS_ Submitter: Yang Ming Date: Thursday, January 02 2025 08:58:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149566 --> functional testing pass Upstream job id: Template-DTS-Pipeline#204977 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/patchsets/32236/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/