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 A3F6E45EF9 for ; Fri, 20 Dec 2024 13:06:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 74A7240144; Fri, 20 Dec 2024 13:06:26 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 360BC4003C for ; Fri, 20 Dec 2024 13:06:24 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-21654fdd5daso16753485ad.1 for ; Fri, 20 Dec 2024 04:06:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734696383; x=1735301183; 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=+cWAnmVKPipzz88jWTgU8a9YoAzprf4VKqnwKnSvN64=; b=GGz4JvgsmpeVQAAXdcoa9Mam3+30A4R5Ippr3fezGCHSPBAkVObEHjgybYp6ZgyFYN rHMg6F1QIeCeFh7WM4AyOZLwQF7Oodhuin/7ET2//EVsfATA8BNgV3ADNubFLwyX05rf k+27O2/EVQBNC8MoaB6YEuWc498MXTK3jgYLo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734696383; x=1735301183; 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=+cWAnmVKPipzz88jWTgU8a9YoAzprf4VKqnwKnSvN64=; b=QOLGgWqpNeGwDQF7eksJBoYVz36zCYKZ2UiWB92tyfuNqjYytGvLQDcjz1yqRpAgtu 638qyL9Eu4CdFve3ydTVOtU49m6QGLuv+Dzz8b49tXxjHwX5zfBuZVtD3EAeLwleDGyY FOIYZIdwx6zrRo6sZK5T/DXtl0d83wj8Fwyywj53gzjhGKymxUDeurQMhH79RZtV2PFx 3OxOMsnjQ8VTr4QODqkpojhE8Aif2Q4opV7eMs0+Ln0PYZgh+hTUAN3cvEq+Zz9/eyC2 JcEaOgCC7mRrtPNJ1GFjUccA/+YDJkGpiLI4l1FcdiCmBCUqPeJUCYWLZ81WLn86fucO c85Q== X-Gm-Message-State: AOJu0Yzg2YT3E9X8ORY8XU0YJMrWxwl8SLnwwHdw/MnQtuQgAvofUlme jwyNq2ZPdAd0o2vJ518a/otyTHBd2mQUj6PobV+5uEGxOLBZ86PwiDW3P4X/2puakn87qx/2STQ nd4MUE3er0wY/skVLITzwhkD2Tqsi9BUJHDRZTUtn X-Gm-Gg: ASbGncs5+bcZDr6VtG9VjUMHmZAavsQKdHeocu7TZ+AMxEsk/LIwB0+QE6mr8Otctre ulxpCCLdsp0X3B1a9FvdpwpDC9RMrPCLsE+Sb5cqAbfFFbaLQ6m83I4jkTnPCxEVViIQxHWvWtO IKs027OEnSigXIPj3v7/E8Yeh3byPUgKTCdWzbU4DzJ/O1VR8ku2bn2nL1AcaqI1eOKcYz+WyaQ Vn8bfkwPAocNZaH3wKUzg9yeMQaDX4YAe3FG/x52/DEpaqYcjC1CoFEJ54/7d5iH8Zs18zS3HjL AQ== X-Google-Smtp-Source: AGHT+IGKHlPJxXG+R1BDR1j8xq7NIRHpNQtkAKSnTN3Atcg8ro7XYlYgl9vsu7tpGJ1+zDsIHIHf/YJ4Xfb2 X-Received: by 2002:a17:903:2449:b0:218:a43c:571e with SMTP id d9443c01a7336-219e6ebd140mr38491415ad.28.1734696383171; Fri, 20 Dec 2024 04:06:23 -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-219dca33cbbsm1234935ad.135.2024.12.20.04.06.23 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Dec 2024 04:06:23 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 20 Dec 2024 04:06:23 -0800 (PST) Message-ID: <67655dbf.170a0220.129191.8eb0SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 452A76052471; Fri, 20 Dec 2024 07:06:22 -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-compile-arm64-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-Meson#345309 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 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/