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 A8A7A4601E for ; Wed, 8 Jan 2025 15:34:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 85D844014F; Wed, 8 Jan 2025 15:34:50 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 17C32400D6 for ; Wed, 8 Jan 2025 15:34:49 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-844e9b83aaaso1382978639f.3 for ; Wed, 08 Jan 2025 06:34:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736346888; x=1736951688; 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=0FC1pF3YHJF7qEM+jR8esQ674a5g55DrP4/0sZOrPvE=; b=SHi99jjfbgUqfItmY45SEsfNGmiDe9euUcEPpNydSotz3v4e11dVtFy0puACpvDFey q0B8Ys3ZPYEfSWDjpaQ2HjefSkGTuqfjC6trWmToUzSGJZHKIWTwD3GdPn2umGKuhQw3 RDRji58vL4sKX2+4MbC/34DEEqU88l9MdwDgQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736346888; x=1736951688; 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=0FC1pF3YHJF7qEM+jR8esQ674a5g55DrP4/0sZOrPvE=; b=dwvBPMY8RM1PKE/ufcW9dqU1LpUAIJSvK/MHCOQ0pzzhQoKOSsUrR4KrQ1Sn5K08RK q5TxM6ZI04j0SzK2zClisB3Q4rZCI3drbkwAb9vhwvbbxXkX2QuaLZHZ1I/E+9Run3gr I7x651c4SIlnYpPZkq3PoBlU4bFev+XhL0ZBRcyxHA2y+OoRn8I6gNOfy4Y0GHwOX7LR +FJsCpXXuipOWQzvzKTQ60yWNQie7xEN+EnTta5gMLS62CZo36omKN59wvxe9Y/OB8qc /wmkiHWnveiOMxUea6TGSlbWf9pxggJ5I7zoS5xWU7xN9KcMpE2xl3Y5OK8nHCNUSC2P 76BA== X-Gm-Message-State: AOJu0Yx2nZs1Lm3udWypUdMRblZISp/cy/FfU6sdw9lriSzZinUEcqgM JgWShi1bkakAduHW8BEbYcW1F20+R1iHA673iMZP2SjDi/y+6Rh4htiCLoRHuhTMz/A4EMTkNay lpmnd/lSEQELdMgMA8wrqF8T8saltw6cEqQAeMcw5Lei0nNu9Le4xHNjm X-Gm-Gg: ASbGncsSomK1nHpRA8UJEl4CEooVde3z72GIga3YScJWNoYNxPSG9//VRvk6C+YPbS1 YSkkCNo5cpmWlgPnZ+4w10LIhs/3dNKz2DlqcC/yu01C3u8VfdAuSPYGCU3aNl1OTGuBbaAtKAA LardJZD3y2+wD+yyFToV054BaV/OmCozzi1SpZe3rSGfIbtK8z87JGHm6vmP+Xs44zE+qvbpNmI RNOJoIPECW2e3tadjOkf5be8S+Gq4Lr4d/VSSv3nJ3+ewk4Tk3uBP4tDDt+21t+THa1Si532ohK bpo/9Q== X-Google-Smtp-Source: AGHT+IGvu/2TGL+fBxdV1TECAkU8VYryYitQKvvRDpF0LGnUNqzK/uh+E5vygayESqFRLj06pvtjwAJzgW89 X-Received: by 2002:a05:6602:418d:b0:83a:b188:7a4d with SMTP id ca18e2360f4ac-84cdfdd7c11mr316171139f.0.1736346888346; Wed, 08 Jan 2025 06:34:48 -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 ca18e2360f4ac-84a51e2fdc1sm69783739f.2.2025.01.08.06.34.48 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 06:34:48 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 06:34:48 -0800 (PST) Message-ID: <677e8d08.050a0220.5447f.9922SMTPIN_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 078EB6052471; Wed, 8 Jan 2025 09:34:48 -0500 (EST) Subject: |SUCCESS| pw149331-149354 [PATCH] [v4,24/24] net/_common_intel: extr From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241220143925.609044-25-bruce.richardson@intel.com> References: <20241220143925.609044-25-bruce.richardson@intel.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/149354 _Testing PASS_ Submitter: Bruce Richardson Date: Friday, December 20 2024 14:39:21 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149331-149354 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#110795 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Debian 12 | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | 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) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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) 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) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32182/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/