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 5E16445FCA for ; Thu, 2 Jan 2025 19:32:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 956D6402D6; Thu, 2 Jan 2025 19:32:10 +0100 (CET) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id 32BDC402B4 for ; Thu, 2 Jan 2025 19:32:09 +0100 (CET) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6d896be3992so65954726d6.1 for ; Thu, 02 Jan 2025 10:32:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735842728; x=1736447528; 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=oWmjnxe8dzMzldYOR5cTEnt0Y7YcvGdakudaX2AJNWo=; b=LX9MmYWeeoinYp69crF5ErPS8gL7lev0l80JyI1DUBBHiw0x1vHi4UrD8XpHDFOGYQ TBdlE3x4c6B/TjpzjYAZ67nE7xEqN/HeMi2va0REx+o+JpDWYnEcQhWO9qeNXAclwqeJ 5/k+YBDmNWzkDeD/mAiR3lSmBKFDvQGwuBB3k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735842728; x=1736447528; 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=oWmjnxe8dzMzldYOR5cTEnt0Y7YcvGdakudaX2AJNWo=; b=nInpa80iUZNfq3p280BSY2WDmW2mkKKeq9uKsFLICd1zIJgvA2ZmRPnJtNYXljx3mY 8a58eNrqbvxMToe0DsVtf0eeOkpkxPFGfgfi/857AHRLwTIx392r5KaxnlSbe2tPUuZ2 NXElqpLIeO2ReXt5MUvQJrcQA4+A8ADuPRW8vI5qYmAMQ6y2IeH7EGG+C/0KNrJCRxbq ki+4QzWkqk17hoVRq0zs2DwXRgrGSK3THhONVwpCvnMCA7Gg9dVuyGd1LpIvZfXsmubq I38PiTK+onSG598Avj2Pk+lBZRVqkh509uetYYJOz1jB2tkAZ8Cy8dWayFtj2vH929sO hKgw== X-Gm-Message-State: AOJu0YyANzG23KBPh/Pa37OPxSkvBmmk8659zbD2xH4/0vPXh20el1kj rNrXhNoRe61b7nRJLzwg9KJy+rFPrTsg7+YylD9DArCSNXFU3UKjOij3l7RYGG/yPoq5Y449r5x G2mes27Zf2Ah+Jp88p85yPOk/XSB7A1DQrjPWsN++ X-Gm-Gg: ASbGnctHWOzs/Mgw546QmhfUTWiGqk4uoKGv4cNQGUW2u679Do/Sh4LWkHitz97DRry LdlLOedT75BlvQAdBW/GU7yepHdGtJpITQakf/GWp6wBVBgkx3SC/4lJtEbg+IoG9VCbp68gpXe qZvOKgekGdejtILGIrbQmEuadWN+z04cR3WUEE06SIcrlb+VN5v0lVJvLat9QJ2Wtj1y9ivTmDA 9ykKZgGosdAFcKzkim6yZ6kjQ8UoEEGq/qN9ksM4InXIRfrP7ZPfk2jOls39WI/vS9AJq3dQoDE dg== X-Google-Smtp-Source: AGHT+IF4tguE/nn09qPx6/biQJ6JFB1EtkghE185UY06DryLUFXS4DZ4uZ++tJpSJUhFGdIoNv95dhRrobYO X-Received: by 2002:a05:6214:250a:b0:6d8:8256:41d7 with SMTP id 6a1803df08f44-6dd233978ccmr689891616d6.33.1735842727478; Thu, 02 Jan 2025 10:32:07 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd181a371esm17605226d6.45.2025.01.02.10.32.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2025 10:32:07 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 02 Jan 2025 10:32:07 -0800 (PST) Message-ID: <6776dba7.d40a0220.5d09b.fe2eSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 24DBA6052471; Thu, 2 Jan 2025 13:32:07 -0500 (EST) Subject: |PENDING| 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-unit-amd64-testing Test-Status: PENDING http://dpdk.org/patch/149566 _Testing pending_ Submitter: Yang Ming Date: Thursday, January 02 2025 08:58:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149566 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#302995 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Debian Bullseye | PEND | +-------------------+----------------+ | Debian 12 | PEND | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Fedora 41 | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ | Fedora 41 (Clang) | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ 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) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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/