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 6C41A45DAB for ; Tue, 26 Nov 2024 15:23:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 47C9740A71; Tue, 26 Nov 2024 15:23:31 +0100 (CET) Received: from mail-oo1-f100.google.com (mail-oo1-f100.google.com [209.85.161.100]) by mails.dpdk.org (Postfix) with ESMTP id E83AC4064A for ; Tue, 26 Nov 2024 15:23:29 +0100 (CET) Received: by mail-oo1-f100.google.com with SMTP id 006d021491bc7-5f1dbf0d060so1029628eaf.1 for ; Tue, 26 Nov 2024 06:23:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732631009; x=1733235809; 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=aoBEaLBAxjhtd5aB6bIRwZwZwtAGtvwCTtqMh3XjdGI=; b=I0r7GU21IKDwWAVYSVCewtc0sajBi5PfqSrYSxjN5+nIvi7c1+uowSpwzNV+iOhFTZ Ba4XZH7tcwGC/8ZGJYieT7sMp1TOW//GmP1+ekhLQKotOOQAgQv0GFu4kwUOApsXbQhJ 67opXq0qPUnJHeRaGjrwgM1orFsvK3OHNAPbA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732631009; x=1733235809; 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=aoBEaLBAxjhtd5aB6bIRwZwZwtAGtvwCTtqMh3XjdGI=; b=mHV4jILVzuuHsNIWJPOR8IoNVNVojj9itR1xQDz24KTho+o03U+amOeXcGtP6E3GMC dSHOKG4QGlTDbb7uWdDriU2Dp6dvDgkkOb3jEvVyYjTOx344nui2S2l89mw/X5w6peQU 35PuTAHka03giyd0GSc831e0QLAC5H09g0OFPMX6Mir3O+NARpaAIEdiB4uwU0xGZbCx jHhsQXUnrEZ8zNckvPGoSV/nfcyoROMz67FyS2m+bPQ2bEeIGvw9FLpYz4mOJ1vu1O2e flRQcbXgWq8RHx5/rkLfUuMPtqu3wwYo/LoS8SnIDRrYJBGtR+7kPAD8Ie0dwz/WlydN q27w== X-Gm-Message-State: AOJu0YzsZRN+8k44qXOD+uaddkdBmzTSt58+ypW97tu2bc0kA5geDABS CkAzyzhsay2RpcLVhL7MzjRVME9IWbTPiCOz9J1i1ItO5WyUxdy0d+oY+suiboxBVg/xEHNY/1T Aa2LhAYj559ogeTzXK6hRCOHeY/wCp23IO/KDf5nH X-Gm-Gg: ASbGnctLURnTEcGCKDwmZY0fDBoYsrFmVgH0rS9R+i2xndkOuXximnp9+ECElk4bpMK 2+hS4Zo36gPdaPuYaaPOqYnXeEV/hp/WsGMt6GcLzC8cN/U4j9tulDkUu0lXiXSlQOMmPgZvsL/ cvvUoX5xMd3R09sF91hn0gLf77YJsJuRom3okIlHuIr0azRqrKhJj1Aw+BZuZ9TdEwGEBLziSrz ISw9/k7kfZSbWZsBC/coVA3j7kqO9VHjyoiESabkM4clRK4TqWWa/IJ6GS4EYexKsPrCLc= X-Google-Smtp-Source: AGHT+IFJanbYRIdbwpOK32docOa9rgZUrrh9cxB4fWnTVbCxNHltm37yNDlIqxHy1+FxD+mTbtxPPNSpZgTq X-Received: by 2002:a05:6820:1786:b0:5f2:586:5ca3 with SMTP id 006d021491bc7-5f2058662cdmr1143243eaf.4.1732631009111; Tue, 26 Nov 2024 06:23:29 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f069732004sm327495eaf.2.2024.11.26.06.23.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 06:23:29 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 06:23:29 -0800 (PST) Message-ID: <6745d9e1.050a0220.e11d1.4f8dSMTPIN_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 9615A6052471; Tue, 26 Nov 2024 09:23:28 -0500 (EST) Subject: |SUCCESS| pw148846 [PATCH] [v2] net/mlx5: fix the leak of action dat From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241126083440.307609-1-bingz@nvidia.com> References: <20241126083440.307609-1-bingz@nvidia.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/148846 _Testing PASS_ Submitter: Bing Zhao Date: Tuesday, November 26 2024 08:34:40 DPDK git baseline: Repo:dpdk Branch: master CommitID:340a5718e98376d638a28073c654415405276af4 148846 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#338023 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC 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 GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) 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) 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 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32016/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/