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 8A7AF45EE5 for ; Thu, 19 Dec 2024 04:22:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 87D9A40299; Thu, 19 Dec 2024 04:22:35 +0100 (CET) Received: from mail-yw1-f228.google.com (mail-yw1-f228.google.com [209.85.128.228]) by mails.dpdk.org (Postfix) with ESMTP id 26D81400EF for ; Thu, 19 Dec 2024 04:22:34 +0100 (CET) Received: by mail-yw1-f228.google.com with SMTP id 00721157ae682-6eff5ad69a1so2934607b3.3 for ; Wed, 18 Dec 2024 19:22:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734578553; x=1735183353; 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=2s+SP5Reo8YL7w5vL209uj/mPjeGhchr0Qr9ylUNKDA=; b=VWX2NNN+AVFcd6Q46PcNLaUkqmeRTJYeM4hO+mZvKagTVtHWJ2wzFkO80ZWk2WgL/e zxwkq/OCYkrtcSMCbOgdDwBGMlRKupEVyic//TZUIcjgk7Pmsy7SmpYeK42LnyVXjzzt SHCHg87UWvCyzAZvTKQx3nDWCPIvWQTwQkagk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734578553; x=1735183353; 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=2s+SP5Reo8YL7w5vL209uj/mPjeGhchr0Qr9ylUNKDA=; b=rVfqfSq0fv+VW3TrVnYyQTdXdIl/N3y1qx7w17h5UMJ87+qq7jxCRysm4g5XCMr4dA jtgkppClgmc8OjNc5L+Qymxg3pOvwN0EYvR1ubrvD+96+alHyARU7FkpeFoCZ3ELxZa8 MnJ1wsQwtO9dF02YoKG7t0Wgm30/7ml6ebNPbd46M083I584iKfRTcLG87cBzMQN924a LPj9KiMVPg4PAiQ3OkM3/DkNdVeKQAXAM+8IwFUKHy7bgsJnHfz0ydu95Arl8qM+PDry NtXGkZafajqzpu0dmaU95YyqwSsretURbXpjkgEsdltckpceayzkjb9S6S6sCSusekZN a05Q== X-Gm-Message-State: AOJu0YwYCkquTQu+MBgbkRrdG7hQagLl+MC7QUSJJKPvlQpXxRvbJvXD tfm3B70hT7oz6t2k1Z8UulhXodSdwdE7abzRRz2pEn+9gbRjBVAzMrbHYvSCJGt5aPQeboVQr3m wJ+Nemyvtz+rWs7aR7pL1XcXmPXgtMMxssNSJbbsm X-Gm-Gg: ASbGnctuFs0uGaQ3g5dOolKSCMJu8BQsRCvYjqFYoZKyKkdkhbsxxYQinJnyEFiHNB+ YqGDzHebXaZLsWWjlKHk227+ZkPxGb7Hmk985R/+CsZ9GX7a64P9cYEo6qTeTOb3Pt1ZwHaVH86 yYiYF8YaujT2ri3sICObbQRsS+fTLdbJral4kW3Y1dVdSGynA6n3Z9+ib5stnxKT6Zdxp9xDJs8 hpaRd56BGZGGR0OJlw92FzzO7i3Xr0bl/cXYMI8Pqmj6ZbSgEf5Mxc+4FamZQfxajFpiGC47P4R Hg== X-Google-Smtp-Source: AGHT+IH6KoELLTbp09kOF4inBcZZoVVV4R2+7HL7wyBO0mtHb4gOLtmDVwiKn6XOfsUXFK2B/BKrkd8AKbux X-Received: by 2002:a05:690c:25c2:b0:6ef:91a0:dd25 with SMTP id 00721157ae682-6f3d0e30fbbmr51520897b3.17.1734578552511; Wed, 18 Dec 2024 19:22:32 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f3e7824604sm115777b3.53.2024.12.18.19.22.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 19:22:32 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 19:22:32 -0800 (PST) Message-ID: <67639178.050a0220.32e08f.0e44SMTPIN_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 3E29C6052471; Wed, 18 Dec 2024 22:22:32 -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#26646 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ 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 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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/