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 9BC1746018 for ; Wed, 8 Jan 2025 09:25:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 972A540150; Wed, 8 Jan 2025 09:25:30 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 620004014F for ; Wed, 8 Jan 2025 09:25:29 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-844e9b8b0b9so1283217139f.0 for ; Wed, 08 Jan 2025 00:25:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736324728; x=1736929528; 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=T5A+xSGi2fNb3RkTnHiaEkEGTldhKUjhOkiI3SMiCKM=; b=jHlLNu9+9CLy1kmsZ9drH9kXRkDYZ7uUmZfs4CCxeSZgHrjfCLAmJnW5dZ6DA8cZuW K6sNFgtF5HpUi6J/Pk8QRicaFC/4C1xg/+GrWzDnxAQrjzQcSLKCCpnR7xQWCv9yt7wO tLphgoI9Z2bGfPHPAM4ZGKIsBq87FhWBPHfQM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736324728; x=1736929528; 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=T5A+xSGi2fNb3RkTnHiaEkEGTldhKUjhOkiI3SMiCKM=; b=nst1pGQjd7AVMDfJplPpWO22AYW7139qUpeXk82SKaW2rsBRr6Y27ppWe0JLnd0wDL jZXDVyP/hYAeIF/tIlw09V3retNE8dxsRofGLk4fXF2LL148zrpECc+kQJkIFV+JnBGC XbH5RGhzMZif2jTZP+Z1bqSw0lILDtOBM6OKLujOPIxasbIeNUmttpDgqXo29V45bbmS LzKo+qTx1liMHFS+uQpa6nXZeWbZpi6x5gzoSoRCba+CDqiM5QMCvPEME3agEYQ08OlG gja32GgBlE+WVTyrDhnm0bJh2YbbCW1Zb3jCiFvUfcwuO8cRRIvy7MC6dxMip33YA753 HP+A== X-Gm-Message-State: AOJu0YyJ2GI1Cy8Hxle8K79Gps+T1nTouEwCQ1OPNVyU/iw1/weCQVrz PyMQcvrPY/A/09jcaX9fcKXeBpY/cTEtkgV5zEH64BfoLKn4BwStEQCtJEsgN+RavfnbeVwqh/e DZwtHFXo1Ab0m0tyaHDC3L1DgYwUietSM7JvvEuQ7 X-Gm-Gg: ASbGncthXIEVyosICiAuPc56TIbGWNG0S/gYg783+dhY2MKm61svOKf7WguTvw05FIq jyWP6e/bgd5F4pdSj5SJVNVliknDMlcu2sMIJHLlc5vaUgwsp8XtRMzwD9Su1VUKZP4HOp7DDhl r6ecHrAe+K3C+Cid7S8zUc9ZAOC33KyC5GW63ToD7okf3vBlehjrnfyL3juO3rv99POCBJIBgHa z99RmdvPw/A/F/v/vOR2KEVT1glWX5y/KN1qv8mo9PXcB5R5LTOlGl6cj3QTao5yjUQZjs8AXqw lw== X-Google-Smtp-Source: AGHT+IEBJcyv8An3SnxVNU63hr/wpJ+BqiFNGpFOk1HiLdLNWYNcc1qc0E2aC09JmjOYjYdxFPiORYic8LHN X-Received: by 2002:a05:6e02:b44:b0:3a7:15aa:3fcc with SMTP id e9e14a558f8ab-3ce3a86a440mr20894095ab.1.1736324728714; Wed, 08 Jan 2025 00:25:28 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e68c0ea696sm2123146173.40.2025.01.08.00.25.28 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 00:25:28 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 00:25:28 -0800 (PST) Message-ID: <677e3678.050a0220.300c0c.8070SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 382C76052471; Wed, 8 Jan 2025 03:25:28 -0500 (EST) Subject: |SUCCESS| pw149287 [PATCH] net/nfp: implement the burst mode get ope From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241218063036.1697438-1-chaoyong.he@corigine.com> References: <20241218063036.1697438-1-chaoyong.he@corigine.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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/149287 _Testing PASS_ Submitter: Chaoyong He Date: Wednesday, December 18 2024 06:30:36 DPDK git baseline: Repo:dpdk Branch: master CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac 149287 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#110530 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Debian 12 | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32156/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/