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 03CD946054 for ; Fri, 17 Jan 2025 17:10:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CD4A740A6E; Fri, 17 Jan 2025 17:10:38 +0100 (CET) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id 1DFD34028F for ; Fri, 17 Jan 2025 17:10:37 +0100 (CET) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-844d7f81dd1so80996539f.2 for ; Fri, 17 Jan 2025 08:10:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737130236; x=1737735036; 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=enoG2OR08d4UPM5fyYGhdNe1o1ReuoZrKIoVBtGf/wI=; b=Dpc7puBrugliqlr0Xzzn5GGqRyl5X4T62VwXIy1f7ofkPQwLQtIwGHUKpJckKwTC2N BpRVyrP74pYKITMJGOxg82m4Qm4NxSlQkxAAK6rJdH5hewrZid+DH6/p/zyY92ENz7/3 Hk3VgTUgxwDatmnHspDdxtW6Y6p6ikA+p8hqQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737130236; x=1737735036; 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=enoG2OR08d4UPM5fyYGhdNe1o1ReuoZrKIoVBtGf/wI=; b=pnr02upZUDIv8xv+88ca+0v625KSGgNcwc84XCWx+3WDJ2d3gIv3OEuMxC8t9NdIlS sf2owKhpAG6SpxIO4/ActWImhGFviKM+cMGL193brTew+pwawt0tBEPX0/KGZKYCUibe kTEeEMmBVlMoxoDFrTJ0HzOnlu0jpb2vnRqXo9YcSoC5tg6anIT/LVMF6+P3OfltodKL 4EFbRhMoXuVjkLsvmnT4fvU1p1C45CPSwcwEWXirVnc68feaWuqjVQ6QMzjkiJLnRpiZ hnFMIPTH3D/YvwHFOaWADKloj2+nd+lVZFmMlfPUMOvBSHU2MUitS42gEEp71FnbwVAU CLBg== X-Gm-Message-State: AOJu0Yyo5+9zdPJxYVmXgUde5IMf2Rl+TMx3aMmQraHRFDX3RZsix+S9 oypR1S4nkqy+CyocqVTPtFNrQrYA58qnoTa2xbx1hD1D9Hy8/NCsos/7+A5hn/jnkxWi0zDT8EL qwSDVVLX9+NTGiXrvlYEgU+VZkx3m2A2iofFW4Qt+ X-Gm-Gg: ASbGncvTpY4yPwj/Yj8yc/ln9JDHbvtzrepwIcJ5RgR+PSxCcSuTxh6ycXSF0On3WY7 zbfm1sz+2kvrxYfKAwp1NMH4lNF21HXyLCwZFlDum5sKMBJqSDw4OyEg/h8yJrCatgDB0vds6gg t/ubEqlQ751mWIIA78uq0O3b6z/OVwaaUp2GHmzkDvkdYSG1zu088uZzpNxnjKWaT/py33R2OEE KKolnw87Ns4tcY92uWn0xBnA8q/9Iv61bujQIuHJoy3Ah11JEi+K39wKrlCh/OMrxIxJ9mbp9/n KrPLPw== X-Google-Smtp-Source: AGHT+IEeOF8Ut0wXT94GasjbgWD4u1cM+gDTbyKg1UL06o2oF5080t8lf1n0NX94almXDH0DMyGFoaaMX1PS X-Received: by 2002:a05:6602:13c6:b0:82c:d768:aa4d with SMTP id ca18e2360f4ac-851b64f6659mr248536439f.9.1737130236364; Fri, 17 Jan 2025 08:10:36 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-851b056e418sm14817439f.27.2025.01.17.08.10.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 08:10:36 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 08:10:36 -0800 (PST) Message-ID: <678a80fc.050a0220.18e09b.ad3dSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.6] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id D96286052471; Fri, 17 Jan 2025 11:10:35 -0500 (EST) Subject: |SUCCESS| pw150182-150196 [PATCH] [v3,15/15] net/ngbe: add some ops From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250117114455.15864-16-zaiyuwang@trustnetic.com> References: <20250117114455.15864-16-zaiyuwang@trustnetic.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/150196 _Testing PASS_ Submitter: Zaiyu Wang Date: Friday, January 17 2025 11:44:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:34ea86164bf17a431ec5ef78d7e51e2e9b3fd75e 150182-150196 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#112738 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ 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) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) 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.3.0-6ubuntu2~24.04) 13.3.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32357/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/