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 B9EE54601E for ; Wed, 8 Jan 2025 14:48:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B61774014F; Wed, 8 Jan 2025 14:48:12 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 00DAA400D6 for ; Wed, 8 Jan 2025 14:48:11 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-2165cb60719so253937745ad.0 for ; Wed, 08 Jan 2025 05:48:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736344091; x=1736948891; 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=nzjYH9d5yOSpT3YdF1KbUla3YbGuPSKaOFPhJkLRNTo=; b=Ups5654z0T1AyDD2m5YrB2Gx/AQdC12pLaAtkZLcpAN76Tt3C7oSOfjSsa/qu9HsJb 6YRDFoEWgG0G/zvP4Kb3OcZbJje5cA9cZl9YszNhMAD5a3Wi3yghUnIeYKaMZlPrnh2+ B3+8A3BjqLXZssZvhMM7HXA1esIpkpwIrgsgA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736344091; x=1736948891; 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=nzjYH9d5yOSpT3YdF1KbUla3YbGuPSKaOFPhJkLRNTo=; b=Br5qnRmgiFhswN39Xzy/381OO4I8KTZbQfRPBemw9fCwb+DtZ0H5dj7ye0i4KjN9tn vbO6zyV11n24HEeGpfP9Mo0pjiyf60zwegB5HDp3vghhGMNs8dCtAUpxM2TrBNWQnfnk ADO73ZOlIVcH6H/Y1DSmmGHffzj5bi/cdNUB2F3p1d2kYN1g+gx62LFPUbu3aUZpw40D q3+mlkBkh+9kRg/lKuTg5U5utxD3O0BkhU/ri8NWPQ14jcqMUwooCvCDX4EUXZksb/kA n322yBWvDd7o9qIRP5rbCX1IVf8pJI2AEMf3AK7VzOfxL19N44/mG/3V+hRspIEnbSm/ xFrA== X-Gm-Message-State: AOJu0YwHK2yYQL4K/YLNhcz7QuaZCgJ9jfgDJsiTXXw1DIaPmjQPK9py 80yr4ejcJLbblOuTumqLqD+y0Y7PUqwiOfYFFdsrr/qLR/DGHDY7sI9UmJL/KFuH4Gyta+kKUe9 /Zw6YtL1baR9I+GQSxCzWj3QLx+sAybEZO6KhuiqW X-Gm-Gg: ASbGncvj6pWHNmw9uaMJxcu2JuzMbqI8ZIg8vZc1zh25EjO9jQ9c2dHoDTrnMci9X0b RTdcG/yvfd9cnUPHM+2MrjI5BGDWMV6VmLyGjI1mzTrYcl4M2wzgQBAJXFkjkAu3Vqy8EiZDTuT jm1TQvFlAf5uKdQvMO8uq+UrKrKEKiXLLEr4WIiYHtEPMmiMHKDka+DiOkl08zmArQeZPAPeMQn esBOjBVe9uU7ZzFz8swSqycbtke+9FTzk1Lisy/RZWGKPiYqLRLtfsEa5x98/GlI2SM/q4p4N1a xA== X-Google-Smtp-Source: AGHT+IEWVu/UkcZprdcOktiDxBUbMoGzbTZW17aeDaE44ltZEG9ebFwAbElv2vrc/3PFqyOyhMakul0b8dh5 X-Received: by 2002:a17:902:f685:b0:215:b473:1dc9 with SMTP id d9443c01a7336-21a83fdf10fmr38587505ad.46.1736344091261; Wed, 08 Jan 2025 05:48:11 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-219dca32b8csm18985145ad.133.2025.01.08.05.48.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 05:48:11 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 05:48:11 -0800 (PST) Message-ID: <677e821b.170a0220.35eed8.76b1SMTPIN_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 77F506052471; Wed, 8 Jan 2025 08:48:10 -0500 (EST) Subject: |SUCCESS| pw149329 [PATCH] net/bonding: check return value when enab From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241220070811.40124-1-sunyang.wu@jaguarmicro.com> References: <20241220070811.40124-1-sunyang.wu@jaguarmicro.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/149329 _Testing PASS_ Submitter: Sunyang Wu Date: Friday, December 20 2024 07:08:11 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149329 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#110766 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Debian 12 | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | 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) Fedora 41 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) 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 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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/32180/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/