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 B75A546027 for ; Thu, 9 Jan 2025 05:13:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3A4E40287; Thu, 9 Jan 2025 05:13:04 +0100 (CET) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id 40ECA4014F for ; Thu, 9 Jan 2025 05:13:03 +0100 (CET) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-e3a1cfeb711so634572276.0 for ; Wed, 08 Jan 2025 20:13:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736395982; x=1737000782; 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=7LHu+RP8BAY5kiS18Fro1ysF3O5VtKHYBVv8D2ij+EM=; b=T/WLtxz850jL5wvCICNyknlUZKDFBi4yar7P+KAgkoCJdT9xT4yx0Kz13PclLRrZPc /4kQYV6UQUKGnA9UZ3bY0IRkDHK563D/Zu8DLpRpDsWq9vgPsMuzdcI8LoZ17aw/zECd lezXUIz385vkioeo7p2qjq/SZcTzFs0FOwDjo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736395982; x=1737000782; 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=7LHu+RP8BAY5kiS18Fro1ysF3O5VtKHYBVv8D2ij+EM=; b=iiyL5/8coCskO5XK02MnJ7ZbMKLLkzQt8QHD8oE22USBBwr6FnB+B13FH1ah4FJylh /7cLm6/+nagpTNIdXo1KHLwoDw2lRkXMWPMN3LB9zyHDtODtU8LvhFHwdwclr8QxaTc6 /NHizibuqIIWQ1B35pgWXmt1SRmy8SGe7bI5Dz/Y3/myykNq8CgWN/OmUQPntCmLYFov yD7pEPsJKuSTw/PAUH4WpNWez9SOpMXkj/5Nijp3gECuLjFOFFhzDdRug7QSNIgQLKrw xJXKIm8QjXFUXru0OQmFxlALxZzmcKOci4of5eld02QgE4sDIlVnV31fcn8efc35bQe7 tPkw== X-Gm-Message-State: AOJu0YwgYR1Hd24WYy5i17iS3YQmfaPK3NYgZpw8w02gfgvKUmNDgRYM zAhCWvw6+DwGuIJ8htfc9pB7VY99p1wcDAH8OwPnLMV248IXgulHfDROFSNU0GeH6++COTOfsYi rCwl39llG3SZ9kXnrH1Yf6T3SBwR4mEtMjEl6HlpM X-Gm-Gg: ASbGncuN4wKlBXtMd4EzytSEVXwtVzr/qhxoUd/8UuADjKyGQ22C6SPKGno6fpretjW /O3thgyQFikUCCwmog7vnVpARFLy91rhpolpkII1oeG7KgXZ8Nrr52aC5xCNTrI44mo0tXEB0C3 ml1bNSNYIbhRz8vgsuwmQg70cc4ySkjF1zUKcpjUIZ5DjjK0zGsMNdPsm+ut67noVRR8qLuTqAW /FbGUDXQqqNM2F/UWUFaG9rJNY021XoLWLBZJTvrrC2mgs3Gg+7WlKm3TBptaZvAlXYvtwDJNoe tQ== X-Google-Smtp-Source: AGHT+IHkUl2jaARYbpZGSr4lQnV5GZM1jFUfGq1+cIK85Qo4C+UjnjmjMwJheL2FjzPEBs4b7swythDotYQR X-Received: by 2002:a81:b550:0:b0:6f5:4b21:4527 with SMTP id 00721157ae682-6f54b214aa0mr2198777b3.12.1736395982643; Wed, 08 Jan 2025 20:13:02 -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-6f546cabf75sm273827b3.33.2025.01.08.20.13.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 20:13:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 20:13:02 -0800 (PST) Message-ID: <677f4cce.050a0220.9c3e9.2298SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 2671A6052471; Wed, 8 Jan 2025 23:13:02 -0500 (EST) Subject: |SUCCESS| pw149677 [PATCH] [v3] net/gve: allocate RX QPL pages using From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250107190258.2107909-1-joshwash@google.com> References: <20250107190258.2107909-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/149677 _Functional Testing PASS_ Submitter: Joshua Washington Date: Tuesday, January 07 2025 19:02:58 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149677 --> functional testing pass Upstream job id: Template-DTS-Pipeline#205935 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 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/32274/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/