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 DFD5542CA8 for ; Tue, 13 Jun 2023 12:17:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B971C40698; Tue, 13 Jun 2023 12:17:03 +0200 (CEST) Received: from mail-yw1-f226.google.com (mail-yw1-f226.google.com [209.85.128.226]) by mails.dpdk.org (Postfix) with ESMTP id D58FD40698 for ; Tue, 13 Jun 2023 12:17:02 +0200 (CEST) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-56ce88ee294so25694097b3.0 for ; Tue, 13 Jun 2023 03:17:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1686651422; x=1689243422; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=yureQoof1Y/B8XY5DL2eJWO3FgcKzp/LjZHfCH4DWuM=; b=Bp0uvyi4yeLAWr3lb4CkxZlIQV252tVKOcBGLCQwAI54df6bpVIeNUwX4i7HPeXj+f 4eFcHBoYmNN3zdAmHAW0X51eL1SFw9752liP8p8oKkDQc7QpEPA+KyBMdGWRQh3rJ87a EQ8bR7I5kNRqH+OHHByqcRqaHCLCHJzASE0wQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686651422; x=1689243422; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=yureQoof1Y/B8XY5DL2eJWO3FgcKzp/LjZHfCH4DWuM=; b=j9OAlVvWUe0v8ZpmLSGLKFPwNbCguEMG8ozalw4fI3LivQfGnBSM9O8Mmi8M1dHKuP 50VuHrrQs9UU+X6DbCgo3M4pSp6xO2gY00VRgM3oxwhikxnxEv7dH0673XtFDElKUUel P/k2skwSMWn++ablYA2coVRyKLg0VItgHX4D+zIYHSLv0lMWLoIVXJsYx2EYhxtcYIm6 j5RQMQAg4qWolnDmJUoCyj74py5enx47mJgc4blELDg5I7tmEr0qqFD8UftNRTJuE4bm Y1cSEzbAhteEKnzkFoh7yrOeYf38+uVyZKBbw8Kj1V697XKliqrd8+w1rY6Tc/YFIsg1 210A== X-Gm-Message-State: AC+VfDwuRacAi+IGljZ5Q1Amok5U/u996kXk5qmI09mdrh+qdRpMelic IjVp6VC8t+9fM5vpafQJO9VznuUsDborcwZvS+CBuN44n3Tu/qV3tuUo0w== X-Google-Smtp-Source: ACHHUZ5EtbmNiNkKuZpS8amb2XzpS4kG2ffFfFjVKqjNZRya6qHRcpS4TSYj0LME1RWRZqDmdTTLOPy4KjtW X-Received: by 2002:a81:5cc5:0:b0:55d:cf78:ed20 with SMTP id q188-20020a815cc5000000b0055dcf78ed20mr1260244ywb.42.1686651422213; Tue, 13 Jun 2023 03:17:02 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id oc4-20020a17090b1c0400b00258f3daa4b8sm1603962pjb.11.2023.06.13.03.17.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Jun 2023 03:17:02 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 13 Jun 2023 03:17:02 -0700 (PDT) Message-ID: <6488421e.170a0220.bc84b.42e4SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 61C76605246B; Tue, 13 Jun 2023 06:17:01 -0400 (EDT) Subject: |SUCCESS| pw128558 [PATCH] net/cpfl: release memzone for rxq 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/128558 _Testing PASS_ Submitter: Xing, Beilei Date: Tuesday, June 13 2023 08:30:17 DPDK git baseline: Repo:dpdk Branch: master CommitID:050de60d8a5cef8b7c10b4471905ca8bf69d670e 128558 --> testing pass Test environment and result as below: +--------------------------+----------------+ | Environment | dpdk_unit_test | +==========================+================+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+----------------+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+----------------+ | Fedora 37 (ARM) | PASS | +--------------------------+----------------+ | Fedora 38 (ARM) | PASS | +--------------------------+----------------+ | Ubuntu 20.04 (ARM) | PASS | +--------------------------+----------------+ | Debian Buster | PASS | +--------------------------+----------------+ | Debian Bullseye | PASS | +--------------------------+----------------+ | CentOS Stream 9 | PASS | +--------------------------+----------------+ | Fedora 37 | PASS | +--------------------------+----------------+ | CentOS Stream 8 | PASS | +--------------------------+----------------+ | RHEL8 | PASS | +--------------------------+----------------+ | RHEL 7 | PASS | +--------------------------+----------------+ | Ubuntu 20.04 | PASS | +--------------------------+----------------+ | Fedora 38 | PASS | +--------------------------+----------------+ | openSUSE Leap 15 | PASS | +--------------------------+----------------+ | Ubuntu 22.04 | PASS | +--------------------------+----------------+ CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 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 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) 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: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 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 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26653/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/