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 1C48B43320 for ; Tue, 14 Nov 2023 01:05:58 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1844C402D6; Tue, 14 Nov 2023 01:05:58 +0100 (CET) Received: from mail-wm1-f100.google.com (mail-wm1-f100.google.com [209.85.128.100]) by mails.dpdk.org (Postfix) with ESMTP id 9A7DC402C7 for ; Tue, 14 Nov 2023 01:05:50 +0100 (CET) Received: by mail-wm1-f100.google.com with SMTP id 5b1f17b1804b1-40839807e82so29410635e9.0 for ; Mon, 13 Nov 2023 16:05:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1699920350; x=1700525150; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=2Xip3D3dP8kw31cUizMnzFrsYU40A+pqjA8Omepcj0I=; b=iiG6efgLmQwpa5Kt4XKF0Jk7ORxnPA7aYILS9LTgse4cxtChcR5C/0Zh1cBqGdwL6P ChSlXbCM+cCMH3xX/Qd5+iSRWmwnqj0Tt0NmftM7D9wZezGqeM5z11XejJ27kZnZ7Uaj 4ggMtYYSoBtYlgrzShC+4dzGZCOsjEg+zL+LM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699920350; x=1700525150; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2Xip3D3dP8kw31cUizMnzFrsYU40A+pqjA8Omepcj0I=; b=JL7bvC0vohtHspBzYDkyOKSeKX1rMC3rKpKcWKwd8K/ajw3pi5pDHLhXmp0WbcgBf/ 1X/9jhKsGPc8SWL0KmLcjwOEwXcp54GovnOOoPRM9K307gj2Fa/sZO62jLXK2PrV8ywZ P33UKM5R/I9KwF0AQYV0g6OexEoFGBOi5rICKmXpW+73hs3qkOjWWcdoyHin305gVEPO 9rCRUhzNP/cOPPySwCpPoiPVwgvVpyOoM0fap7FjUYYRCzoUeB+jTAX6IsDwaFbTMCZB RsokKe2j5K2iHrmh4g5UAMehcTBcIVTz0GuFh77g+FPvAZ6TWOr0hPy5T+srPPs+fMfb A6NQ== X-Gm-Message-State: AOJu0Yyi5z6APyliTEQXICgwlURQTR2G3JKDXz7wz0j+DtHlZhL27GMI BxgZDfxfjKzJC1+n1jAM9tFQ/IqkdWGKrltBoaM7Z1EGCH9xE9fZhEHx0xM0Bk6BBEMTu00NDw= = X-Google-Smtp-Source: AGHT+IFvypyO//6OF6xjP7jGTICS2lSgmiXw6VLtRC9Z3ZJNOu4cjYVV4fBjKIr0VtZ0d3DU+/2vvQ9EXCaH X-Received: by 2002:a05:600c:3d12:b0:401:b425:2414 with SMTP id bh18-20020a05600c3d1200b00401b4252414mr732840wmb.18.1699920350281; Mon, 13 Nov 2023 16:05:50 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id r10-20020a05600c458a00b0040a47e5c284sm4066558wmo.3.2023.11.13.16.05.50 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Nov 2023 16:05:50 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 13 Nov 2023 16:05:50 -0800 (PST) Message-ID: <6552b9de.050a0220.2b219.04cfSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.214]) by postal.iol.unh.edu (Postfix) with ESMTP id 6EFA1605C318; Mon, 13 Nov 2023 19:05:49 -0500 (EST) Subject: |SUCCESS| pw134185 [PATCH] [v2] net/gve: fix RX buffer size alignmen From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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/134185 _Testing PASS_ Submitter: Joshua Washington Date: Monday, November 13 2023 23:12:06 DPDK git baseline: Repo:dpdk Branch: master CommitID:d677a3eb1b4e2d38c193fabd755dac30ee04c2df 134185 --> testing pass Test environment and result as below: +------------------+----------------+ | Environment | dpdk_unit_test | +==================+================+ | CentOS Stream 8 | PASS | +------------------+----------------+ | CentOS Stream 9 | PASS | +------------------+----------------+ | Debian Buster | PASS | +------------------+----------------+ | Debian Bullseye | PASS | +------------------+----------------+ | Fedora 37 | PASS | +------------------+----------------+ | Fedora 38 | PASS | +------------------+----------------+ | openSUSE Leap 15 | PASS | +------------------+----------------+ CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28365/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/