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 8D08D436F4 for ; Thu, 14 Dec 2023 23:36:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7581D4334D; Thu, 14 Dec 2023 23:36:02 +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 C439543291 for ; Thu, 14 Dec 2023 23:36:00 +0100 (CET) Received: by mail-oo1-f100.google.com with SMTP id 006d021491bc7-58d08497aa1so76930eaf.0 for ; Thu, 14 Dec 2023 14:36:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1702593360; x=1703198160; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=OKnrm7xs2u/8VHJKtwgchLrqEEpKG1PZenNZnRJsN04=; b=A8mPO+UJuFmowY5jnBf+Gfv7dQEksudbLsgXgQUJQJqTTZ1bMU1ZEFT6qRjcO/lGgL seFou2tLa0UrnSr/PfJe29i3TvOLyTaYFzh21iG3UtjMFQubtlgwfSP/2MbYQohBqxx7 10R2tKq37OCe8NuWtsFTLKRAlTRP73WA2YObE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702593360; x=1703198160; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=OKnrm7xs2u/8VHJKtwgchLrqEEpKG1PZenNZnRJsN04=; b=B28i2JxfS8zxKcH8Nac8Gs6qZ1/Z2A43pyNf0c441yer2UkuILcwTRIEUO/4nz+I8W dHJo1B6Hux4Xz9s6490HRWabQDqLU86FkCmjWI+PeSDFMpouMg0Lz8VT6lERy6Bc8lwr eEed148BxcGaVsJgYTZUvE9BKVMkUFkiFfTOqjD3Kt55YzIVGsel5asIxe8DurqjAXKO DinNtuxf8vG2rZoeFb4F1HNyiMQTuHfAL6XZF33HprDfLVvNkuITWoxXx8VAtnKFBlPR So/utBkpWyuaG7mNIcxOmoQZmIahW+VvxVm1dTx46OoTF168MOQhurmj1f0qiNoHwmjL y2pQ== X-Gm-Message-State: AOJu0Yyv3+pr0SXky8sQZTHezvXDPWw+7L37hmjZEJRpXfn6eLbC1/ii /PJjoq3e/fgFV7fYg8M4p+P/JszGxYiOfJKftWHLI7kW5nRKgxIsii48WQ== X-Google-Smtp-Source: AGHT+IGT1AHRQLrgNxs7/5Utge3TGTaRZC+zMM8GVlBanXHLlu/VroMHA9AtmYkh6/floJBh0Lcgo1kU5B8G X-Received: by 2002:a05:6358:3a1a:b0:172:aa77:7357 with SMTP id g26-20020a0563583a1a00b00172aa777357mr551543rwe.43.1702593359917; Thu, 14 Dec 2023 14:35:59 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id k22-20020a628416000000b006be25dcd71esm1735526pfd.25.2023.12.14.14.35.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Dec 2023 14:35:59 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 14 Dec 2023 14:35:59 -0800 (PST) Message-ID: <657b834f.620a0220.649f.3f38SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 1C1EE605C311; Thu, 14 Dec 2023 17:35:59 -0500 (EST) Subject: |SUCCESS| pw135183 [PATCH] [v2] net/ixgbe: fix memoy leak after devi 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-compile-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/135183 _Testing PASS_ Submitter: Yunjian Wang Date: Thursday, December 14 2023 06:44:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e 135183 --> testing pass Test environment and result as below: +---------------------+--------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_mingw64_compile | +=====================+====================+======================+ | CentOS Stream 8 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Windows Server 2019 | PASS | PASS | +---------------------+--------------------+----------------------+ | Windows Server 2022 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 37 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | FreeBSD 13 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Debian Bullseye | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Fedora 38 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Windows Server 2019 Kernel: 10.0 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) Windows Server 2022 Kernel: OS Build 20348.2031 Compiler: MSVC VS-Preview Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 FreeBSD 13 Kernel: 13.0 Compiler: clang 11.0.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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28617/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/