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 DE0D0464F3 for ; Thu, 3 Apr 2025 14:26:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D9BAF40DD2; Thu, 3 Apr 2025 14:26:25 +0200 (CEST) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 5C92040DD2 for ; Thu, 3 Apr 2025 14:26:25 +0200 (CEST) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-2295d78b433so8251195ad.2 for ; Thu, 03 Apr 2025 05:26:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1743683184; x=1744287984; 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=bVIqVApXV8kKsyoEVWtF8lZmsNCbExswyyo1++o/rOg=; b=Bk9R06OuzA9v9uHuoIOOnH5Aw9n2mHQDz/SLS3tyNDamFFCiCfAEVkk/zmuUJ/SlS8 lL3hM+jaVEfgXh22h6+KJHiIKaORYTvMYHLVOWII7WAQ9WlbB66dS5IOEbSCk+cFh3Hd Gcg4LYkTxGTCzPlgZLhwGtm+lDGlr5eUuF9os= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1743683184; x=1744287984; 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=bVIqVApXV8kKsyoEVWtF8lZmsNCbExswyyo1++o/rOg=; b=RtljPiyF8s7/xE3eRoaLvjfdVMGjmU++QsPHarApwrXkFmtkpI56/pC+wut8jjiCdC o4lVhG46j/63VHcygQ91W80dGFEqBaFCoRD11bAv6hPeP99XzAMVHziWKOehH596mPg2 9/onkaPOhudbabJsUArF0bS41vy5tNEMn5QKlmB3HYsL5fYF7olFnl4MdelvduutmebV 0B/NEWgowh+7cQLQl80mrvBoNNx0gfxP5xbAd/JNZ9OISSxErIov/plUVqOEhb9FKsTV SSgDK94061lCUv//VBgmwCj/ZQWvsxq/8dZcJ3dHFdFK3SiZKBekOvUtplA4Gg+xyoMZ CsCQ== X-Gm-Message-State: AOJu0YxUW7f2L1/K+qtnXeLmjFnBgRx6QnbdgvUTXdnQbnIFToGBmhr/ qY6FwaN2KMKuNyAFX1+1faJOUOuuFtYFqOrpnl2GokvhOuFh9ccQMCQd/GoWnEP5CdWzw3tq4Md o8ojZv6/FLTMF5ZunAPou3YNqxEHcUq9QfjAf005F X-Gm-Gg: ASbGncuqL23XOFQzzI/eQ/6ojCrzSPbOz8l5xInk1X4WPJ8hNWacA7+JcswTtR96PgS fScCaGo59B7mGzLlZ8vrfeVCC+wFqlovelIIG21q17gSHTuM038Zesac3q+kvy6iw6NKO/bEj2r Rcu2GRHPAtA01DO/L62MMNBrBZ/a9bjpjKETdeAOmb3KmObb86pBQtwCk13QwGW75L1LxQzakSY Y6hpk3H4BODlg98TO690r58Zh8zShOwLL1a4hOMhSYEbwdAJlEeMnf9KEJRLcYspepV961iKnHO Dz6GLpA0NX1K9Xc+lTZ7RxUSpxIIqcklMFRBFR1G X-Google-Smtp-Source: AGHT+IGYqpRlyeO4uKcptTLulGgNDOJKoj7daA1yTdthuUEsFNVWdgjSMlPPU3+Q0PtivR+PyYAyN71bt7WY X-Received: by 2002:a17:902:e808:b0:223:4d5e:789d with SMTP id d9443c01a7336-22977d8cb16mr37950305ad.19.1743683184522; Thu, 03 Apr 2025 05:26:24 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-2297898971esm4278645ad.25.2025.04.03.05.26.24 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Apr 2025 05:26:24 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 03 Apr 2025 05:26:24 -0700 (PDT) Message-ID: <67ee7e70.170a0220.3ab5f6.44e5SMTPIN_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 7EB526052471; Thu, 3 Apr 2025 08:26:23 -0400 (EDT) Subject: |PENDING| 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-compile-amd64-testing Test-Status: PENDING http://dpdk.org/patch/152749 _Testing pending_ Submitter: huangdengdui Date: Thursday, April 03 2025 02:57:36 DPDK git baseline: Repo:dpdk Branch: master CommitID:edd3f4b1265e6da707c46ca9b6c39d332647baea 152749 --> testing pending Upstream job id: Generic-DPDK-Compile-Meson#377199 Test environment and result as below: +-------------------+--------------------+-------------------+------------------+ | Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | +===================+====================+===================+==================+ | CentOS Stream 9 | PEND | PEND | SKIPPED | +-------------------+--------------------+-------------------+------------------+ | CentOS Stream 10 | PASS | SKIPPED | SKIPPED | +-------------------+--------------------+-------------------+------------------+ | Debian 12 | PEND | PEND | SKIPPED | +-------------------+--------------------+-------------------+------------------+ | Fedora 40 | PEND | PEND | SKIPPED | +-------------------+--------------------+-------------------+------------------+ | Fedora 40 (Clang) | PEND | PEND | SKIPPED | +-------------------+--------------------+-------------------+------------------+ | Fedora 41 (Clang) | PEND | PEND | PEND | +-------------------+--------------------+-------------------+------------------+ | openSUSE Leap 15 | PEND | SKIPPED | SKIPPED | +-------------------+--------------------+-------------------+------------------+ | Fedora 41 | PEND | PEND | PEND | +-------------------+--------------------+-------------------+------------------+ | RHEL8 | PEND | SKIPPED | SKIPPED | +-------------------+--------------------+-------------------+------------------+ | RHEL9 | PEND | SKIPPED | SKIPPED | +-------------------+--------------------+-------------------+------------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) 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 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) 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) 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/