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 0925345FCD for ; Fri, 3 Jan 2025 02:54:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0291F402BD; Fri, 3 Jan 2025 02:54:47 +0100 (CET) Received: from mail-qk1-f228.google.com (mail-qk1-f228.google.com [209.85.222.228]) by mails.dpdk.org (Postfix) with ESMTP id 38C62402B1 for ; Fri, 3 Jan 2025 02:54:46 +0100 (CET) Received: by mail-qk1-f228.google.com with SMTP id af79cd13be357-7b7041273ddso849969685a.3 for ; Thu, 02 Jan 2025 17:54:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735869285; x=1736474085; 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=djFOBQhlSyozM+NfoGrI7nuFeJnF0NXD0Iepzhe1rqM=; b=GUn3ZR4vC8qjW29hIW574w6sHvmfyj1ucmsK37biu7fm0AuWjycie1aaVnH7YWybFf Ogn9zAS3dZTP+/x96MCjqR9EdMfvKA4G4YJRMmQaaOowRL4vo5XjmYdUFR7Op0JQsup+ AG6ic/JrHvC3dWKtuaDqP6p7xakY/qf8Usmm0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735869285; x=1736474085; 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=djFOBQhlSyozM+NfoGrI7nuFeJnF0NXD0Iepzhe1rqM=; b=G4as55u0pNh3b6cXlNrvESQA7uCMVioR2GpEPEzjwB6zJ9acLuzVyJrBzc5Zf+Kxp+ Bcq8TVbrlPufy8sUM+/KQ9H6xRnzYVJUEJtfxhcmutly6GoYhtT0uwJUut4xEiCBx1w7 NajceW/fsTXC8tZ1natrRtB6mlTrzY2MBpuWQ3g4RPEBeqRbWkIQL6YOOtOGKeHQn4fW xTtwvNMNECmONlYBQQCWQQMKqXfjucfqn13FVAiy8kdAZhTkERy6nimVwcqHCpRvIEi1 mP302AIEV8PjhKMV5Rucdb+uvtQ4YFGGeyy7mb5sv9InIhDFOgYcWCtRrasHYFdXMVlP X0fg== X-Gm-Message-State: AOJu0Yxhw1khCwMzxZpqtiyktyWYbN4vm9uq/YzAglzB5yXDTYeUf5/q xzcFM+LMJIERC0nDWDt6mcwEKI+63ozgaZ4UQyc10LxX65jkosuChk0Ccx/i/cAj3Wn7un55YWy YUXmq/DWONpzZHGI9Wrugmys5psAyHeznEM8whM/eZkW5sgI2E4a1Jv7/ X-Gm-Gg: ASbGnctr82zYUvE1FbOVnu+WVATQWW7GgqS+WdjUYYaOCA2gh3hDAz9tjZflgfXncwZ q6GtCGObxa64U4pdBsEtd2OUGhFlrTO7kKYHCyQZLDwOPLZUe5nDHM4C0hYZ3tBXGTeM60U26iI ofMcOZINIurLQ//dSI+8OCdwhg/4awWbfgzDTcmYf5/s6B13LizClIhMookyODdvz9FLFTta8G4 or4l31CCNmwn3AOtQqZ/ZEwJig/f8tauQHhtpOwyMxJRc4cNzC4AFFbdm5c8bpAMVB5MlAQQcIW zIm0hQ== X-Google-Smtp-Source: AGHT+IE+iiM/+J+hwdsOXX7y3+ezbtoGU/SztPFC14+bL45mbXWFrmY/VE7n6IePvBaMzN1BzzabHeoh+E7p X-Received: by 2002:a05:6214:21ab:b0:6d8:9b7b:14c9 with SMTP id 6a1803df08f44-6dd2330924amr744965936d6.8.1735869285552; Thu, 02 Jan 2025 17:54:45 -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 6a1803df08f44-6dd1811066asm17251476d6.32.2025.01.02.17.54.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2025 17:54:45 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 02 Jan 2025 17:54:45 -0800 (PST) Message-ID: <67774365.050a0220.34acb5.dffaSMTPIN_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 4483C6052471; Thu, 2 Jan 2025 20:54:45 -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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/149566 _Testing PASS_ Submitter: Yang Ming Date: Thursday, January 02 2025 08:58:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149566 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#108470 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Fedora 40 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Fedora 41 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) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 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/