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 81D2F4341F for ; Fri, 1 Dec 2023 15:01:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 774CB402AF; Fri, 1 Dec 2023 15:01:16 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 4D2EC4029C for ; Fri, 1 Dec 2023 15:01:15 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-7b0683ff3c8so62830739f.0 for ; Fri, 01 Dec 2023 06:01:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1701439274; x=1702044074; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=0MIVXV67YFVjp4d772JSZMqbPCEuJr/2NTIob1uy65g=; b=MqGUrZOw56kKT0rjhhqX87reFWqD+gDi3cmO9VVQ69ybXH65RRJoxgaKU7Iu9PFXgi hvyRS/KynBvEBl99qFVtn9hs2hgE1blJ+hbVRqDD5Q7FHLAkpSGlKu9IYIvNqQ36KFMm JYMqCWJvWWRcJnzXCx4jNXUs8cok+vXSVL3XQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701439274; x=1702044074; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=0MIVXV67YFVjp4d772JSZMqbPCEuJr/2NTIob1uy65g=; b=q4PUC3jzv3mSyWRNuI1hVbJkCDigcdzd3DwYvEjUzGqeJHkqOPWZs+pHIb/8cojeB6 bSX7JzNHjOnpD3VfYT/jGwUdvrsatCxK06/jJHzFfKjD3ZMHgV/9eEqFifkwuErPs9w3 s/w3RdUsTL+WDj/yPNqfz8bZhE9R0gaKQ79lXI+bthmN2MoLwTtwtk+I+7OTf80o0NbU FqwMIthFeAd7AU2eAdQBiFBRFMUJiG73WJcumBZNqhrZcsH6bA0U/QZKq6Jopg2+0Iwi GUCzIReYw4wM6hLpH3H8v8/pJAB/tAO1EG6TDSeI+I9LcChoahbphDqPSBgPyVSST0Zp 7PMQ== X-Gm-Message-State: AOJu0YzaseCHrNdePJfM4oeyWir4SxZU2u3uq4POhPlgYaYj6fhjNw8v oPClBsFaElZCM7/DQpY5zkS+hAOIO+mD5Bt+2fCCfGB6s47ouaZlxR7SPQ== X-Google-Smtp-Source: AGHT+IHuWSgtLZ3CFKxUY8e/uDN82SaJY+PpxYigiqXRUUt2Y41TDRakXuJ1ms116JRJCwOfG2kasaoQ+gfD X-Received: by 2002:a6b:6011:0:b0:7b0:1aa3:1bb9 with SMTP id r17-20020a6b6011000000b007b01aa31bb9mr21509513iog.20.1701439274696; Fri, 01 Dec 2023 06:01:14 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ee17-20020a056638293100b004665fa4889bsm145272jab.69.2023.12.01.06.01.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Dec 2023 06:01:14 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 01 Dec 2023 06:01:14 -0800 (PST) Message-ID: <6569e72a.050a0220.567aa.5315SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.215]) by postal.iol.unh.edu (Postfix) with ESMTP id 2C8C16051831; Fri, 1 Dec 2023 09:01:14 -0500 (EST) Subject: |SUCCESS| pw134745 [PATCH] [1/1] net/ixgbe: fix memoy leak after dev 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-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/134745 _Testing PASS_ Submitter: Yunjian Wang Date: Friday, December 01 2023 10:47:11 DPDK git baseline: Repo:dpdk Branch: master CommitID:c858f006d1f7161986c88847259a400d8f80d81b 134745 --> testing pass Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | CentOS Stream 8 | PASS | +---------------------+----------------+ | Debian Buster | PASS | +---------------------+----------------+ | Fedora 37 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Fedora 38 | PASS | +---------------------+----------------+ | openSUSE Leap 15 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Windows Server 2019 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 Ubuntu 20.04 Kernel: 5.4.0-153-generic Compiler: gcc 9.4.0-1ubuntu1~20.04.1 Ubuntu 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.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) Windows Server 2019 Kernel: 10.0 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28509/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/