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 6BD5545EE3 for ; Thu, 19 Dec 2024 02:46:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2972440299; Thu, 19 Dec 2024 02:46:25 +0100 (CET) Received: from mail-il1-f226.google.com (mail-il1-f226.google.com [209.85.166.226]) by mails.dpdk.org (Postfix) with ESMTP id CD046400EF for ; Thu, 19 Dec 2024 02:46:22 +0100 (CET) Received: by mail-il1-f226.google.com with SMTP id e9e14a558f8ab-3a7d7c1b190so883475ab.3 for ; Wed, 18 Dec 2024 17:46:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734572782; x=1735177582; 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=1d4vgl6xkD5dX6uKFnRHC2J7PEHPHXP1zIkR187347Q=; b=WlZkRIIMuYuNf2zG7kgBy5DBrJ3TVSj/Ap+dliDuTIhP/p3CJPOEvCsiwDtTVmTDsY T/RDxX0oSQKL74dDal5yzzpydGWv66tbVwUaGYbqQ6ESbhtdlXI8n7fR+0A64C/0ptWQ FLn/LyRJc4+3zLies8W4UClHIX3hFgLOqXRZE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734572782; x=1735177582; 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=1d4vgl6xkD5dX6uKFnRHC2J7PEHPHXP1zIkR187347Q=; b=eJIhEtDSkKqWxdBJAc1WOf8bZXicw6CfAWDqDZpwBKFKgC6tLO5K+FZsJqgsEHKR8x ChWn9gt9O+stN8nKdkK7ujDdfaqapQTq1yNprAk22coaFqsJz02SPymx/IlcY05Ov6QK 5S72OMonkIjAdrwG8DbQlKHa+3pw7qLGg/z4mPfIXMsBKu9LbEKfaqYnrikdRJanUThC KbNMPK5mlPEhlNy/J0tFHglxujN8fdGzqL2D0VwmSI09/7FLZacanHp4XRlynoYmrMWH ohjY+PT3RihKaoQX1G7bfNuD1b8SvEKtpbC7N3rafnT2kykyThA3x/7VutT9S6klXmji +MUQ== X-Gm-Message-State: AOJu0Ywzx7DVuLKkXDJtoA7eOwOWkSdHhREW3erFLbFR937V9Kd2jJzm IMS3xhoVbToZsQmv6FltbsIfIvvAIhk3er5N4Xsr7OdRbIHS/jg16vMECKmXtzmI3WKxqbaYF7C FR1Vc9Zpz9KRIi/k02t5MA/XG0GNhfvqdqoKs94yF X-Gm-Gg: ASbGncuhkA+GvkGXixLfCmNVets7n9c+Ddwh1p7ku8ZpZMCcFvghRQur8km7lbX2oGa siwu9xpMwOkgNyS40uUv+84HWFKrnKeSgDfSHDBa1sQPau2gykD7STkvTBYfoMxKjhgZzP0QXNA B1TwbRxzd9zFXAnqiZ4CxFDO0KAGvh45h6YkYwQPgynhfNzUfeG2jZwtxbL3sP7b/+BMyRcKydV 9se2ITfDGZP1+mR5B/zUnB1qapfy3VJmfgbyaxdyliyePf4k0K+WSQpK2iFvGiwzjlW978CJnL4 tw== X-Google-Smtp-Source: AGHT+IEBMKEcaowzVlX/odRV+HzUxwPmtwcm1icL0Y05sHrWdSYNlrK532qRkXmwSRfALDbAeH+rRrIIJ6hM X-Received: by 2002:a05:6e02:260b:b0:3a7:fe8c:b015 with SMTP id e9e14a558f8ab-3c014992e7cmr18500785ab.24.1734572782133; Wed, 18 Dec 2024 17:46:22 -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-3c0e5a1e110sm100135ab.48.2024.12.18.17.46.22 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 17:46:22 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 17:46:22 -0800 (PST) Message-ID: <67637aee.050a0220.2c074.0ccaSMTPIN_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 91D176052471; Wed, 18 Dec 2024 20:46:21 -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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149308 _Functional Testing PASS_ Submitter: Joshua Washington Date: Wednesday, December 18 2024 23:46:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac 149308 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203215 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ 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/