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 498DF464F3 for ; Thu, 3 Apr 2025 14:09:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2831C40B8F; Thu, 3 Apr 2025 14:09:54 +0200 (CEST) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id F36324060C for ; Thu, 3 Apr 2025 14:09:51 +0200 (CEST) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3d439f01698so6155985ab.1 for ; Thu, 03 Apr 2025 05:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1743682191; x=1744286991; 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=0iLgymi7J/tTtwH3S9l1ryKF+gtrQpsDJv+V8kvouVE=; b=edAiS+8rfelG9L5aJcsmkDoAmzUpSzVi0uf36rP3RoRXI6FpYCtFKUJtvdwuPFKLhK yxkTth4x/fZWCgNVBZqzFZxsIekFu8xiG3sv6IDFykOGCBNTa6ESMXeEKeS98GfyIgGk tYx5OiyjA+KTdNjQN606PrigfUAYjio/7SwSU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1743682191; x=1744286991; 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=0iLgymi7J/tTtwH3S9l1ryKF+gtrQpsDJv+V8kvouVE=; b=DQ1RgKDMcleigv028FwtCmyLqvvOMiKr5YaQZu+p0EMOGG109WtYVdfwQNXY9DwuSd VRAEk0GGTRTkNAtbeAXnCB47z3xerbu1a/fL3fwYP1ZVNy/1yHPrESEoQyqi1jjg+6bQ LH8TWKJ4B2HUCguaeN7FsvXhKOgg3tAx2zoRU3gLnsglE3CrDybuDIBGCf5y15VgclKs FqTiSlOci2J65qAnKh1UEst6XM0pg169zsBEbS6isHxurDIhnOltdW2Yye4pJbtL90DB rNKxG6hgfN7w8kffHrqk8Za0iGM0Q/+s9SKTsbz5BS+WVQdnYXR8NfvY+VRvRl6+Ualq CQ5g== X-Gm-Message-State: AOJu0Yzab0TfLA9XkX8eQon1EjOMYogbDdVyfvMofgXMzPEvVubD6EBa M79EsI3yGrYAKAkOD5K6qOj+ZrBuhpMudCRCXSr+TQQpmwlzfaPUtXufHz6WaS5HD+36onB2sjP waFZizpFQAhCdoHLi8qnQ+xXGjyM44MRnsucwPYQH X-Gm-Gg: ASbGnculdxbbSiJqcHVJmsoxKp2ERGYUg7CahXygwaJan5Akaz7cVCBqHS6J9/QHs6O XeI525NjmQttWp5EqAaOOw0RmCpIxbM7iGKP30TCiqO4aulbG8Xnnj3dSc3/iZ15cQk+eh/yYNB KIUk2u468kA1syPNrYNJYSrLDAPQ52s4yo+9qRJSEflBlgOisFX73p58UpTfOJmJEbXJmCX7DdX lm4dV93x6MP329OcbTokk2actk+HT36FC9biLopyVxD4tbFnITWXASp12K0ozP8aTfYCIoe/Mu5 BqbhR5dLyQk9mhdnSFbsZoum9cTK4sd51Dyjtgz4 X-Google-Smtp-Source: AGHT+IEmGdlwLu7LUeA6E/pBlqHRmQRj7aQf144nae4KiSWuiZXdBXqU2vnk0ECIJSnm7R5kHb6FyKsnCRts X-Received: by 2002:a05:6e02:98c:b0:3d0:26a5:b2c with SMTP id e9e14a558f8ab-3d6dcb9deb9mr23317565ab.8.1743682191219; Thu, 03 Apr 2025 05:09:51 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3d6de7e5c64sm3679935ab.42.2025.04.03.05.09.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Apr 2025 05:09:51 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 03 Apr 2025 05:09:51 -0700 (PDT) Message-ID: <67ee7a8f.050a0220.138673.3750SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.6] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 669A66052471; Thu, 3 Apr 2025 08:09:48 -0400 (EDT) Subject: |SUCCESS| pw152749 [PATCH] [v2] mem: fix infinite loop From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250403025736.135846-1-huangdengdui@huawei.com> References: <20250403025736.135846-1-huangdengdui@huawei.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/152749 _Testing PASS_ Submitter: huangdengdui Date: Thursday, April 03 2025 02:57:36 DPDK git baseline: Repo:dpdk Branch: master CommitID:edd3f4b1265e6da707c46ca9b6c39d332647baea 152749 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#122229 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 10 | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) CentOS Stream 9 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) 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) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32938/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/