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 0543245EDF for ; Wed, 18 Dec 2024 20:14:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F161440EE2; Wed, 18 Dec 2024 20:14:51 +0100 (CET) Received: from mail-qt1-f227.google.com (mail-qt1-f227.google.com [209.85.160.227]) by mails.dpdk.org (Postfix) with ESMTP id 39161410DF for ; Wed, 18 Dec 2024 20:14:49 +0100 (CET) Received: by mail-qt1-f227.google.com with SMTP id d75a77b69052e-467a37a2a53so62638441cf.2 for ; Wed, 18 Dec 2024 11:14:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734549288; x=1735154088; 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=/pHJ3FbePkEctJ7f/6I9Lto7GIaxZvysyPsGgkU1mlg=; b=gaxcC8L9aHwOGlHY/6D3tUSf1Pslldzv1ZJrgHh499e2KWSOx/vqb/Ddrl8kemcTWl gtTUCFBrOGlRlE7C197TYTdZMSROsCgIIIX/tI9L7azRbEZvm5hldZSpj09oaKkyfNJx 7aOK459rmH86M5FINfwY6mMVL1TAlM4SJZTd0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734549288; x=1735154088; 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=/pHJ3FbePkEctJ7f/6I9Lto7GIaxZvysyPsGgkU1mlg=; b=w02IpJdmQgIfbSiOUj6nw6Mp3xPuYP1rZ89FsF8OQQbnb4LR93hpH4w8cNU5tekk0o Kq/4iQDrBxOk6k8QINMcNK6tvtVf7n/h12sMi1u4bMUWt11JtvhgY6b1DRfIyaWb7TjH DtqHcJCpOZsO8WO2cBVM2tAp1h8nreAuS4FqUk5D5CkYqVXkAbFAmbjKNQQE/RXQaf+O XPbEcqCzI6yHdpRPis2b3+2PyjShX/QFhrrI7fPS3Lpc7iEOZ3opmfGULZBQGkgIV0bG Tk2GNoZPXz/9JLiPGe3v7saEyIo+jUOMJoG1N0rXYTcbX6/fUrqNskbPpO/i/HezjuJP f8yQ== X-Gm-Message-State: AOJu0YzxUWlQJBmP3YvjNcE8L6kT0aJ/0S4TKTDn2zArNQbltyoVctuK 3wpQTRTR7Z/zhHJxTwZrPXDnlPIoRNt4TKg4gkurAgEMw+XOMM+ctlSRCk64POKNiqSkVP1uNNp HJA8yZNO/MUgWWhCg4wVrz2Ix2dkJLmKvBPeeTRAF X-Gm-Gg: ASbGncucJcweiw4dTHt874hAYoYLMp+glvd/T+eeOiREynFRCMDg+qjKV8OzsltEk6Q ust2iBHc/gsfgMyTC8WhGZdY46+8/A5AtXfbQ4U18JDtqoTiovP5dsfiKEMDRjK3WU8R77DYGDS JFJ07JjTPgHmH0F2JgyE9VIn7VjxrZrathT8R/Lgl4znliC4AMZh1cf/cZUK6WZoJ2ThoIXp8xx 0K31g1k47Xjyto9EXIO2s23B0jj1pKaFsqWa1cgkr22zleCcMsr93e5RsW7JB56JNCAsIp/B9vP vQ== X-Google-Smtp-Source: AGHT+IGsZ73vCaYc1bII1/Odi8bknsJlHJKt/ePEYj/CcM3P5M5zQkj+td7x2ZO2e5w5Vqzot0URU9VT9Qpl X-Received: by 2002:a05:622a:94:b0:467:7701:a604 with SMTP id d75a77b69052e-46908ef03acmr78260631cf.56.1734549288607; Wed, 18 Dec 2024 11:14:48 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-467b2e4cb98sm4218251cf.16.2024.12.18.11.14.48 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 11:14:48 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 11:14:48 -0800 (PST) Message-ID: <67631f28.c80a0220.389fb5.a550SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 5251B6052471; Wed, 18 Dec 2024 14:14:48 -0500 (EST) Subject: |SUCCESS| pw149306 [PATCH] bus/fslmc: fix use after rte_free From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241218170530.140747-1-stephen@networkplumber.org> References: <20241218170530.140747-1-stephen@networkplumber.org> 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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/149306 _Testing PASS_ Submitter: Stephen Hemminger Date: Wednesday, December 18 2024 17:05:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:4dc4e33ffa108e945fc8a1e2bbc7819791faa61e 149306 --> testing pass Upstream job id: Aarch32-Unit-Test#4684 Test environment and result as below: +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Environment | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | +=============================+==============+==============================+===========================+================+ | Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Debian 12 (arm) | SKIPPED | PASS | PASS | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 39 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ | 32-bit Ubuntu 22.04.4 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+--------------+------------------------------+---------------------------+----------------+ Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32161/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/