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 0277A45EE5 for ; Thu, 19 Dec 2024 05:24:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C4B7840144; Thu, 19 Dec 2024 05:24:00 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id 1A665400EF for ; Thu, 19 Dec 2024 05:23:59 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a81a0277d3so1032645ab.3 for ; Wed, 18 Dec 2024 20:23:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734582238; x=1735187038; 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=TnFly5jB3Y7WSacQvWfBXdFYdkfhu+ANL5JEM9ZE6VQ=; b=S+COxE3byxMs5lAKXT3BvmiCIv6uRU3jpyG15WRbjoQHgivqXtk2oqhVjz/GUdnZFC l7hGjGV7vBmLxbXiZKQTuvRkokRmsRjZ0UBPAZMFMjMThsANOe5Ddsn1sU2mYhyho59x 2istpu1MjDtPH+6m12plge4fbDktGR4cOb3jk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734582238; x=1735187038; 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=TnFly5jB3Y7WSacQvWfBXdFYdkfhu+ANL5JEM9ZE6VQ=; b=jZYgVBLHXLYYSAYuT8gONHoeM0P7FeJ45xrMu+T2UH+XNAhnBknCQwHwVSU97oDeaM 1kmysikUWt5x+IsanySF67Xz54DZvuEJhk8ATfX8gSo7thhJmfsBKBIoKRTYKmDyb4dw E1ItXptUFXHsNiTuFqcHiKHb1BUe2EwhlsByUDc2D/k23vibdXDp6pY29HFWW+18p+HJ 8NTzAqe73kaJxYeKWNOaeB7RoJS7qz0zS7/2DY6dzLKfTP9L+r2GtS9bbVmjAOYU16BJ aImtinGOLTFN8Reu3PJwcTrGLjsGiPalb6iUOKnj11bdOITCJcBSdQ97j8O84h8Wzb8q 0Xlg== X-Gm-Message-State: AOJu0YxBrTxbjdRbtW43RwyZ6nOwgziR8Ixq96ldCOdP8u8JWTJvgMK5 AIiNxMIs7u/0C5Bon3zvnFkJv7gVAQ8Gb2r/ue74oCwC+O96Y1epjx6Bd6BYQKOubjpBWQ9Q5Ba 3Kkbjs7EjA25ozBfs/H4EYxsmYiwSJhJFhk9FH4SB X-Gm-Gg: ASbGncvKU7M8SDDaJ90hlV3GLD9zLWNI13Ae39d4ah+gAIJWqcrUeT9zOP+cZQy9sFM ZEa1AvNoaMPphAOx37fpHYI6oi0CbSy3Ue1ByeCSpcBWoX+zZp/XCxvaAOCV2VYxkC//IR3cPUF /Ad59AGHqDofjNrFTZK3WFysHAjzV5l0VKYpszhtxW1kY9bIpW1wLnFn0TGpbBVgC1F93H1wz8s bAnemUubOlDmuBLME4Gn/RwkF6U/5BOz3452GirEGPqU8LNXA5PRqeeQv8BjWmr7CbGNrsx3ZPT yg== X-Google-Smtp-Source: AGHT+IFBDalOq2/x5Ln8h6Wr3mFGCi5ijo/JXMP0fogAQsc/8R3iD2fo9i0pJy2TWrkGk8fILu+wju3qben1 X-Received: by 2002:a05:6e02:144b:b0:3a6:b445:dc92 with SMTP id e9e14a558f8ab-3bdc0bc819cmr48636615ab.10.1734582238353; Wed, 18 Dec 2024 20:23:58 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3c0dff0b746sm204485ab.40.2024.12.18.20.23.58 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 20:23:58 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 20:23:58 -0800 (PST) Message-ID: <67639fde.050a0220.214bd.192bSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id CC8BD6052471; Wed, 18 Dec 2024 23:23:57 -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-sample-apps-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: ACVP-FIPS-testing#8332 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | compressdev_zlib_pmd | dpdk_fips_validation | +====================+======================+======================+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 | PASS | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 20.04 | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.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/