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 6942945F4A for ; Thu, 26 Dec 2024 10:34:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4651C402AF; Thu, 26 Dec 2024 10:34:34 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 19BF14029D for ; Thu, 26 Dec 2024 10:34:33 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-21669fd5c7cso72829145ad.3 for ; Thu, 26 Dec 2024 01:34:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735205672; x=1735810472; 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=x5GtXBqTnlACruh1wt51yrroZhdz9kCuqXDaTHX91+Y=; b=NBEdT2hczpdhNJ5XyepEDBchlU4aE4dMivxZAqzCzaCkLDT19gzqxWUM7aHseTCIZ/ 3sGtSRzN8Bh4kGuPrCvNkw/6iXO/5fVQD3XkQZpBp49L3+W9zIGZudFQ/W0jXHSGWlo/ VGWlHUzPpV+mlVbCQb2FK8u+rQceJtT23NPEY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735205672; x=1735810472; 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=x5GtXBqTnlACruh1wt51yrroZhdz9kCuqXDaTHX91+Y=; b=j1ufisqlWjt7HWT8cks5U54gwjdBYMs1IU1NVQ5TFZVZURZx3sBv+5M1tj7O9mMn1P mIcMfHat7pFny2vexWHg7Jx98v6ChTRoD+Ez04vYb5ZGx1HQgLJ3626T0b22/teatThh WUz+dJI2klVf8hY4YEEkkQKeUICWlvoz/BwqQFt5b0lRTQCM6r+nZWooTgm4b7yAgouD V+kTO2sFcHKe/mkZj4bmZGT2GYKdlAzKq5YYasvjnV2YbS/von2awuwscaeqr2Ie4T9T FAcZG3Hwk/GAjiFdDb80mLPn7D0CkoDQK9mobPZjLE7NdDoyelO+EUEF7wBuuHHMAv+b au3g== X-Gm-Message-State: AOJu0Yx+xv9yZypUK7ztOiXzeznEkp8NOM/10SJKVkoVtCx0HPdrT3ol HT+NeNa5y/5BBb0sssQnLEGaKWrxRU+DR8UsNePuaoI2QBe8E7wMdWqaQvpbQ6SRNn/jCczvjA2 F1Z0LWiNJ7h4sCjfQv/W4t22z25Ae5q0fO2veRBpGQuetEpQWiGqZyt/Y X-Gm-Gg: ASbGncucf+kZ9kFWsMqbXJJBqFdN5A6jT5pOodChq0UAc7GrP5U5DUkUoAlxZyO+H22 383PVPNmeCNc092SgxVilcY3V6ehUwWPvjlRE4WR4PlW7gyZXxq58APFbbh+JD2utxWoVBuV+A5 UtYNaegM2TKWJv93uWwrmo7BVLnBxyJnbdv0QFvgRoEMmerH4lR5n+drjg7eaRza1H2eg4ARXcA eJob5jMVfh7+keXgCfSoKuK9HwjtudYlZ+epJUP4zorKkcQe4Ze3FI5hTFUHhkbwGLslg3nKt0G /APj5A== X-Google-Smtp-Source: AGHT+IGR4GKkAyFJoW21y4rR882lDqGQ3UgA5ASBH0wda4QLZvHqqEJ/yFPsUrNZQvr9+6X6kHbwQvjdqzXS X-Received: by 2002:a17:902:cec8:b0:216:56d5:d87 with SMTP id d9443c01a7336-219e6ed45b8mr237907345ad.34.1735205672179; Thu, 26 Dec 2024 01:34:32 -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 d9443c01a7336-219dc9a20a7sm6648075ad.58.2024.12.26.01.34.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Dec 2024 01:34:32 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 26 Dec 2024 01:34:32 -0800 (PST) Message-ID: <676d2328.170a0220.f752.f57eSMTPIN_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 54D946052471; Thu, 26 Dec 2024 04:34:31 -0500 (EST) Subject: |SUCCESS| pw149488 [PATCH] Fix unused memseg length for memory issue From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241226081020.3479-1-ming.1.yang@nokia-sbell.com> References: <20241226081020.3479-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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149488 _Testing PASS_ Submitter: Yang Ming Date: Thursday, December 26 2024 08:10:20 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149488 --> testing pass Upstream job id: Generic-VM-Unit-Test-DPDK#26719 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Fedora 41 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32213/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/