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 53A3145EE3 for ; Thu, 19 Dec 2024 03:07:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 318B540299; Thu, 19 Dec 2024 03:07:42 +0100 (CET) Received: from mail-qv1-f98.google.com (mail-qv1-f98.google.com [209.85.219.98]) by mails.dpdk.org (Postfix) with ESMTP id AC9E5400EF for ; Thu, 19 Dec 2024 03:07:40 +0100 (CET) Received: by mail-qv1-f98.google.com with SMTP id 6a1803df08f44-6d8edad9932so2338986d6.0 for ; Wed, 18 Dec 2024 18:07:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734574060; x=1735178860; 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=mNEbwOArGNQ60BmRgyCeUrZhW4ctk4C/MDzVGVJto1I=; b=O/NtThrTwYLpU6gL+7sIBArhSNxPgxiGebZWOEtaC1XXp3wzjaRkHgcDKhNHlTIOYt 9glkX3kiUJVOx42Q4WdZ+lVYEvVK51wGWPH2CdU5bVTNladqnzySUet7ALgDoLRJstPR +yxxrGs3m7V0+d2zGA+VZUH34U/42POwI7r0U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734574060; x=1735178860; 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=mNEbwOArGNQ60BmRgyCeUrZhW4ctk4C/MDzVGVJto1I=; b=qVZH8wwth1nY2eoPlF08EKCP1enA0wEtz08MZU1fwn6Ky5UaxkmMjvCcxWQY/IxrW2 J4egRxC2kGnv0RxrJ2IK3KSlkhQSeSLkD8RF55axQ7kfzaIRFgxk+ocglvTNum+mvVVG Qcf+dX062XbVddqVvrQMEkTc7Iy+gD2nKjAwS6f0kv2YyRgrMdY1tdcBCuntxMNWfLV1 z48J+78G9eWNoNezVrbEu66MWjyPfVIhIqcHwXmj4hYRYI8RkuEc6LHj3gzsV1cQs0Yv w4jqxdPw2FYC5/dLj0iRZPXBC3w4my0+JtobJNvnRcb84at3LH8ePdMX0aDphI435iFu U2yQ== X-Gm-Message-State: AOJu0YxWqFcboyO7Aga0UDi8s6QBhkeB9CgtMJGNEX7GyKVLGyNbJaAO wYDyOnN4Fr9/tKqzqSW3bhjpk2DLFXKFjKvP4YgdgDkWYibVow76CDknBPNxG7tLM++Yv2V7Ruy RCc1Tuj4hu3rZvEWGPF0SXt8jCBvtcNwdor6wnY8n X-Gm-Gg: ASbGncusGv4/K9y3bfRM0W4THtvG4T/mAKyLoY7qJVYgygWM0HhQZxhf14HHIgSv86A fa4ILISB71Q17i4Q/ppJy0hfno74HQoeMO22OdyAp1MYlfzPlarFUMDJh6XpTKQj3RSMrwMEiHi QyuZyrG6gWQwhz/E5TI29mrcmqU3sBFfyWGfmQvE15mpFPcrrHUxU/SHANrG8FAqsegfacecWuu VPL2pEM5+cjiKSJB05ekHE5hVg1m3GuQR/DwLaxvdHiJlNW3bZw16wv9qxS9RFzE4pmkkHE3qCL MQ== X-Google-Smtp-Source: AGHT+IGbYSyhBnpm9ks/mss8bpaC30B+X1AoVujJpnsowDGhWpfGWqgMYe/fZOoGgZfAWTWd18qQaTz8BhlD X-Received: by 2002:a05:6214:1d0c:b0:6d4:2910:7f13 with SMTP id 6a1803df08f44-6dd14c739admr28161166d6.32.1734574060023; Wed, 18 Dec 2024 18:07:40 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd181cbcedsm201316d6.62.2024.12.18.18.07.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 18:07:40 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 18:07:40 -0800 (PST) Message-ID: <67637fec.050a0220.154090.1a4dSMTPIN_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 B55296052471; Wed, 18 Dec 2024 21:07:39 -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-amd64-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-VM-Unit-Test-DPDK#26645 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Fedora 39 | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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.2.0-23ubuntu4) 13.2.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 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/