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 02C994600C for ; Tue, 7 Jan 2025 10:11:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA40040676; Tue, 7 Jan 2025 10:11:06 +0100 (CET) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id 69189402C9 for ; Tue, 7 Jan 2025 10:11:05 +0100 (CET) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-e4a6b978283so21466204276.0 for ; Tue, 07 Jan 2025 01:11:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736241064; x=1736845864; 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=FJqj1D5pkAr56jNslfx4wqNcTkTPD/xKhuZtmKlkzsQ=; b=F9IfpIgsNance0rEdFuIVfxaziUqXGguao5rTWKgWzq9OPx1qYqGB8nTwR6dPzcS2f G4G9tHkLnLNWrJb38fnlK/FHNK8V4Izp1foESwGla2CDiL/HEfESjEIQ8uYlIMa4FbX+ 1iVmYGpRjw2H3x49wrfHX0hjd/xsKR5Xi5epw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736241064; x=1736845864; 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=FJqj1D5pkAr56jNslfx4wqNcTkTPD/xKhuZtmKlkzsQ=; b=FXGFd/HUV8yCslOT3X3Z/6YqbPPj5l+8N9i2toRsYQkN2LMIEgzHuS3FFaFLY3R5ty 4dKXtG60ejziD2mCczDy3RdZQNGWZq00NzSe9vveVWocXLJ39kjrRO1qPLGyIKF6kFXu BqtG6Ro5ohfelUQNBpAv3/nk5vSnwErNx5dJuEjVR97Pe35wwnIUDwi4e4pVNNPHxJhz cjZ9mBnhj3WsW2DFAwt05W2LXgByaen/bQFpD82V7aQ9csWirkcUKGAsYMfu+VRL0HBA tbbb3CDqhvnyA+mT7ESWmt0oXVDUEwChu1ZpbA0yX0EYOPWgpLxdGOJhSnBDRNHH0DgN zt6g== X-Gm-Message-State: AOJu0YzO77bgN7ud/pYeSehqYF6HtSOj/JO82wk4ZyhZRU6kTkInNbJ7 yridCcvvU784QOtRYwTvYDYipusAq01l47tMdZ3Lp7wZ5zcCykWV87KXFHxx3u+qxTRp5LPfmBr BjSZpaRpaSL8dtfb/jmIzbM1wZkn7oe61iNeOQ83E X-Gm-Gg: ASbGncunAumUIWfY+JWhhOZNLBp1A8ApvmqTUNwlEHWfeV2TKyTVjEb6AaVk3ZhIesW 6cZauYN23c7zbwTCBB/hhD5MTeMwSsQE06KB2Uw3IS5MpHW5Tx5ukofYweYYO2G8RGN96xzYd20 gRjrZfTup1w8GM8oZlPrhOh/xLymVrFi0rQ//B8eGGJ5pAFOIHOV+HhOHGctvM4Gf47xyCk0OjN Pj2jUC+mB89frGag84Idbu6LDkekP+R3c7K60ZgQOR1Xdz/fWvQ5Nvl1Nnkj5m3hlDFNvnZdyyB pQ== X-Google-Smtp-Source: AGHT+IGi5e4y+o5KaTR6TCDFioSDC9XbZmxYqj/X/5fA+447RtNUnpJ+QQyQ6WQFFCZ16hrJ1aJbWf2X4TTt X-Received: by 2002:a05:690c:d07:b0:6db:e1e0:bf6a with SMTP id 00721157ae682-6f52039d94bmr18128007b3.7.1736241064700; Tue, 07 Jan 2025 01:11:04 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f3e7865282sm16591857b3.64.2025.01.07.01.11.04 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jan 2025 01:11:04 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 07 Jan 2025 01:11:04 -0800 (PST) Message-ID: <677cefa8.050a0220.2c5769.5f56SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 542666052471; Tue, 7 Jan 2025 04:11:04 -0500 (EST) Subject: |WARNING| pw149308 [PATCH] net/gve: Allocate qpl pages using malloc From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241218234635.2009033-1-joshwash@google.com> References: <20241218234635.2009033-1-joshwash@google.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: WARNING http://dpdk.org/patch/149308 _Testing issues_ Submitter: Joshua Washington Date: Wednesday, December 18 2024 23:46:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac 149308 --> testing issues Upstream job id: Generic-DPDK-Compile-ABI#109504 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | FAIL | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ ==== 20 line log output for CentOS Stream 9 (abi_test): ==== Error: cannot find librte_bus_dpaa.so.24.0 in build_install Error: cannot find librte_net_memif.so.24.0 in build_install Error: cannot find librte_crypto_caam_jr.so.24.0 in build_install Error: cannot find librte_common_mlx5.so.24.0 in build_install Error: cannot find librte_regex_cn9k.so.24.0 in build_install Error: cannot find librte_crypto_dpaa_sec.so.24.0 in build_install Error: cannot find librte_baseband_turbo_sw.so.24.0 in build_install Error: cannot find librte_net_vdev_netvsc.so.24.0 in build_install Error: cannot find librte_event_dpaa2.so.24.0 in build_install Error: cannot find librte_net_iavf.so.24.0 in build_install Error: cannot find librte_net_pfe.so.24.0 in build_install Error: cannot find librte_cryptodev.so.24.0 in build_install Error: cannot find librte_net_tap.so.24.0 in build_install Error: cannot find librte_common_cpt.so.24.0 in build_install Error: cannot find librte_compress_zlib.so.24.0 in build_install Error: cannot find librte_bitratestats.so.24.0 in build_install Error: cannot find librte_net_cpfl.so.24.0 in build_install Error: cannot find librte_baseband_la12xx.so.24.0 in build_install Error: cannot find librte_gro.so.24.0 in build_install Error: cannot find librte_member.so.24.0 in build_install ==== End log output ==== 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 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) 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/32163/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/