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 A45AB45EE3 for ; Thu, 19 Dec 2024 03:49:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7181640299; Thu, 19 Dec 2024 03:49:11 +0100 (CET) Received: from mail-vs1-f99.google.com (mail-vs1-f99.google.com [209.85.217.99]) by mails.dpdk.org (Postfix) with ESMTP id 781D8400EF for ; Thu, 19 Dec 2024 03:49:09 +0100 (CET) Received: by mail-vs1-f99.google.com with SMTP id ada2fe7eead31-4b11a110e4eso77689137.1 for ; Wed, 18 Dec 2024 18:49:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734576549; x=1735181349; 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=fu7+rRMy/TcpvHvy27N8LaBSTsTdy4R3GT4y9hYKjIg=; b=hrZ+V7fJ6c+EJ0TWoo4wTZZc++XuJR2iutYA5tIBn5Sd/br1fhJVqtOdkein7GxrSU MUlKk58AMGhp1/ZAx+OjtoVAGijfGRgQlVmgsDkQfhXCIehIbWxifAe3e9RGekVkW8bt 3LbRv5HyxHYdYqQBfn0sr7Qn1siJLmrxb9RGU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734576549; x=1735181349; 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=fu7+rRMy/TcpvHvy27N8LaBSTsTdy4R3GT4y9hYKjIg=; b=bNX59CWTl2KXOdTN2gfgGTa4olNZcn5xqL26zhks/pKSu1BzFZ1aYfq8zbzsGGx7+Z EAIt55TgU3x++DMKF8CXZvgQQLg4v1hAxVLQ6R3j1XbxbGdoqhV65c6FY9MBI9CPwPdh 6nUntFPz34IQvxHvJ6gf7ZpHrCcp2RkEHBlxl5p62GKHBg7ea/z9bmUVi9dJ9n8eh759 aEttzSmCK/T2sIOlisB2XuVVA7Np6g82FWr9HNjGtyN1JsAIIVNZeEnlhSMOZ8i/08pb GnON07D97B2VoB2Es4Lh5TGy8RofE0wO9gRHKKNo+Czm7qxd0Je6DKIo+h7/plcdtnzc dtSg== X-Gm-Message-State: AOJu0YxFzbehR12LNmdzSCWiCjBQhgY1GKTwjGPvPcU2cT3ebwqrY30Q 4stghN5X3rGVQCzT09hC1Kcn6hPys6N21YAt+5hbVFKPtuIQiaPxl2QDOBLiX+skciM98N0XWaz 5bth3WUyQpl3kk8njhXIALDVB9JMwoO4d7GPM+B7X X-Gm-Gg: ASbGncvI3+I7oMqc5gibYD/PhQXZR5APSELh+jqYRUtuLWefjrztOynuOYg3py6WZss bcYUT33Qg6Fz+Z4nJZFK6N939qkVbH+j3tj5Uy7BRtsU2LJM0mceyO6Gz7R8FNcn9NN7c4ePnKJ qyxDF4+ME8qilto3tjp4ADjHwjaS5MHYHCo5w3bZLT6AmLAkVFutvwDCHSTzSJbWWyYcL90OFlp 0aHRQ99npqRg7ixxiiRRe4A7lvClfuAiBRzoRDqqy9z8m9dyBBqHWC+wnFIa/Kz3r9nCEVAXIRT fw== X-Google-Smtp-Source: AGHT+IE1mBVI6p0N8JnoQ88SyhoG3yGzbVMyb03YJ+alDqkNsRdkLhoMKPEYzJWEk+rBHwGlFU4lgZuN+dHD X-Received: by 2002:a05:6102:cca:b0:4b2:48ba:9943 with SMTP id ada2fe7eead31-4b2ae86db7dmr5278896137.24.1734576548753; Wed, 18 Dec 2024 18:49:08 -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-8610ad5faf9sm7985241.18.2024.12.18.18.49.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 18:49:08 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 18:49:08 -0800 (PST) Message-ID: <676389a4.050a0220.3a50d4.09ecSMTPIN_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 68B696052471; Wed, 18 Dec 2024 21:49:08 -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: Generic-Unit-Test-DPDK#300367 Test environment and result as below: +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Environment | cryptodev_sw_zuc_autotest | lpm_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | +=============================+===========================+==============+==============================+================+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Fedora 39 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | 32-bit Ubuntu 22.04.4 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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 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/