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 C031B42F9B for ; Tue, 1 Aug 2023 18:58:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BD31E40A89; Tue, 1 Aug 2023 18:58:56 +0200 (CEST) Received: from mail-qv1-f98.google.com (mail-qv1-f98.google.com [209.85.219.98]) by mails.dpdk.org (Postfix) with ESMTP id DB28340A89 for ; Tue, 1 Aug 2023 18:58:55 +0200 (CEST) Received: by mail-qv1-f98.google.com with SMTP id 6a1803df08f44-63d10da0f26so40629336d6.3 for ; Tue, 01 Aug 2023 09:58:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1690909135; x=1691513935; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=JcUZ1YtiDmvCsjeGgNHIfnni0iVr4d840FCGUMAjceE=; b=HNN9CLFOSUEUH7NA07mzo8WtiwqHRDhLL9zfeY71/W7u/GXcRlzBKz4iPPVb1v0CJg 3LxYStw0zdzVK6XcaR45jhEJJGqTwYPrbXLImkKr9nArAMtUA3lIMjYDXXwRBuc/8UH6 Q5KzLw2NDoz0heRlm2s+zZ0MkhX2I7crMl6Dk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690909135; x=1691513935; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=JcUZ1YtiDmvCsjeGgNHIfnni0iVr4d840FCGUMAjceE=; b=VFtYYLQZxr9GjzJ+oDhpANWF3OP4LnP0rmNIkJKq04r5//gPAJ0E189cpp2Y6iYw9p KuKXnO3tnWoKyTZ4CTxXSbjKa25O/nqWPRlK9VEifiuSSSFmZtMmKcTnZrIKlEAVygh+ Q5k0VsSRluM/JTxum5M37IwD7moT9lYAEzFIdClZJEWC9hcfUqtLL9qunM724MJ75RZG 0HXAVHqSoLy5ytMF3s85UwkoUbyvNpG+jJftGrkNnhb3WWCYKOw932NNEVBOdqysagH7 Cqsdwwq+kA1hhHSwRkw+pv6m7EZqUcuqs0smLmYOe+jBFsaoqMrbEPt5PiFYEhio4yug wo4Q== X-Gm-Message-State: ABy/qLZa3jF763eU7PmV0ahSoQOIVjj4BRKdkAGNBpvEWfdHEmouVCLT Kydyt+QKwMOD89FLN8b2ig03IJp7yHQvitLOW/27LuzVKKI6J8jGJcToew== X-Google-Smtp-Source: APBJJlGPZUlkdrsD6SVwoXbf6eFiHpJQxbAoJDUho4i9029qlpgsKa5xejNNh7HSyGn9DSEcRotz4tNSYmRs X-Received: by 2002:a0c:a792:0:b0:63d:1cbe:1d7b with SMTP id v18-20020a0ca792000000b0063d1cbe1d7bmr10481730qva.27.1690909135310; Tue, 01 Aug 2023 09:58:55 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id i19-20020a0cf393000000b00635f3774b74sm641432qvk.57.2023.08.01.09.58.55 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Aug 2023 09:58:55 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 01 Aug 2023 09:58:55 -0700 (PDT) Message-ID: <64c939cf.0c0a0220.ac69f.656eSMTPIN_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 039076052471; Tue, 1 Aug 2023 12:58:55 -0400 (EDT) Subject: |SUCCESS| pw129794 [PATCH] net/mlx5: fix leak in sysfs port name tra From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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-testing Test-Status: SUCCESS http://dpdk.org/patch/129794 _Testing PASS_ Submitter: David Marchand Date: Tuesday, August 01 2023 15:18:31 DPDK git baseline: Repo:dpdk Branch: master CommitID:0ae35eceb9e4569b0814fcf671b4455301bb7518 129794 --> testing pass Test environment and result as below: +--------------------------+----------------+ | Environment | dpdk_unit_test | +==========================+================+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+----------------+ | Debian Buster | PASS | +--------------------------+----------------+ | Fedora 37 (ARM) | PASS | +--------------------------+----------------+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+----------------+ | CentOS Stream 8 | PASS | +--------------------------+----------------+ | Debian Bullseye | PASS | +--------------------------+----------------+ | Fedora 37 | PASS | +--------------------------+----------------+ | CentOS Stream 9 | PASS | +--------------------------+----------------+ | openSUSE Leap 15 | PASS | +--------------------------+----------------+ | RHEL8 | PASS | +--------------------------+----------------+ | Fedora 38 (ARM) | PASS | +--------------------------+----------------+ | Ubuntu 20.04 (ARM) | PASS | +--------------------------+----------------+ | RHEL 7 | PASS | +--------------------------+----------------+ | Ubuntu 20.04 | PASS | +--------------------------+----------------+ | Fedora 38 | PASS | +--------------------------+----------------+ | Ubuntu 22.04 | PASS | +--------------------------+----------------+ | Fedora 38 (ARM Clang) | PASS | +--------------------------+----------------+ Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) Ubuntu 20.04 Kernel: 5.4.0-153-generic Compiler: gcc 9.4.0-1ubuntu1~20.04.1 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 Ubuntu 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.0 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.3 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27201/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/