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 BC40A45EE5 for ; Thu, 19 Dec 2024 04:40:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B49AA40144; Thu, 19 Dec 2024 04:40:45 +0100 (CET) Received: from mail-vk1-f228.google.com (mail-vk1-f228.google.com [209.85.221.228]) by mails.dpdk.org (Postfix) with ESMTP id 18DD4400EF for ; Thu, 19 Dec 2024 04:40:44 +0100 (CET) Received: by mail-vk1-f228.google.com with SMTP id 71dfb90a1353d-51873e55d27so218063e0c.1 for ; Wed, 18 Dec 2024 19:40:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734579643; x=1735184443; 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=uKJM6sjVmZ/GLh3xYfvHNy55UJpdOp49RPtgQ94j3ns=; b=ZUnAUoB1Ozv4Kojx17KvSYOuZUl9cREJF5vn3auJcAbCHlK6cSrFPUcWL+y5O6aw7s sd9IGTn7mAz++O7qLpuY82ayou7Nd3KlIkVbZDpsyPlzxOSM6njbHE7CQFFpQnZgfTNC 00is0rFsC8OgJ+LGv6uPv+YLCgjor/5QotARE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734579643; x=1735184443; 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=uKJM6sjVmZ/GLh3xYfvHNy55UJpdOp49RPtgQ94j3ns=; b=dniv6XGKEMcrX/qziVitoaxuO6LoILliAG2JFxqs/W1kcHmuvi7R5bPAx7FvV+xups e9LOXdzRtT6AsIrN5TZmWfMSRrTtELX8y57wJCiPNaV3L+oUlNDjGv/b57ZwLmIUC7sX 8WnmEA3I95SNj7wJs0rapxPMHEtTbZWisid/fanZreglpZpwSe9mBqTfGkaRgByE3al/ 6NuhFQM9UotEHG5D+7U0Clln5qUeq35Eu8Yp1j48gPGreX9pHUJ+pqpe6Zhl3v8jqXRl Z2nSBxj8qUCQOZbZ+H6Ox77qV5IowTne1yjz38O+XH4OQy88sJt1INLPx5f6WFPLzNyn 9wxw== X-Gm-Message-State: AOJu0YyRvIjeQmDmo+k8It/G6Akyjsiz9i/5x3LwRvMGz/13nqjZkyx8 0o3qUuYoO5R/S1+3yTF/SBIfw7aZHuTS3ukQd/MR5VDga+YFHvdru2u3dQr1XR0ITjpg9G8uqPZ AztnrC35V8WE5AifA4ct7XOT7x++redOldXRjRzG3 X-Gm-Gg: ASbGncsC+z4cTV713WvTWLsNS2SFqG9JwoLX6HdXuIrotZzBWBPBTqR+W9Uks+ZM56w A4gHBijnq51QXQAj2GX2PE6jO6ibve7uCakWfZUuIP2Pqct3yrJR3fwplYDC2tp8zlJwZBot6FG eG3+wpt9IlIK7p5UMFTdRw/iZQ58MahrNvowdeMg7oOIsDYGakRh4YNWs4+fGOQ3uViVYcSlD6U oNq1TaYjx53zjannpO1t2FB4pGKGkwL90jOJ9uZPb7yjYK9D+W+NDDlWmfrAEH4c8CluRP0XApJ DA== X-Google-Smtp-Source: AGHT+IE+A2Zl1rQ+/6X8d3LA/y3yFicAeenk0+mqL3OqTNyEHm0Ummc5nWfj7kej98LhUVggWLV0N3QlnOmr X-Received: by 2002:a05:6122:320d:b0:517:e7b7:d04b with SMTP id 71dfb90a1353d-51b64c0534bmr1892944e0c.5.1734579643427; Wed, 18 Dec 2024 19:40:43 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id a1e0cc1a2514c-8610ac14ae0sm11192241.4.2024.12.18.19.40.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 19:40:43 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 19:40:43 -0800 (PST) Message-ID: <676395bb.050a0220.79fa7.1073SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 1803A6052471; Wed, 18 Dec 2024 22:40:43 -0500 (EST) Subject: |SUCCESS| 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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/149308 _Testing PASS_ Submitter: Joshua Washington Date: Wednesday, December 18 2024 23:46:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac 149308 --> testing pass Upstream job id: Aarch32-Unit-Test#4691 Test environment and result as below: +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=============================+================+==============+===========================+==============================+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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/