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 4594D4221E for ; Fri, 1 Sep 2023 10:11:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 493FC4014F; Fri, 1 Sep 2023 10:11:39 +0200 (CEST) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 4AC944014F for ; Fri, 1 Sep 2023 10:11:37 +0200 (CEST) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-1c0ecb9a075so12384715ad.2 for ; Fri, 01 Sep 2023 01:11:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1693555896; x=1694160696; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=68EeCgYf2szHRD04kfNfqCjKV5t5Z9ITQQmCkv5hAZ0=; b=bCRThvflLmX8LeCRhhBqZqlk8A0/bI004ml5d/WElIZIUiQloTl3RHFI38lXfb+wLZ 14rCyE86iNOdg76I4Rxzw5HcIJZ6fr+CHVOHh1G4faq6L4LK6KemX1Jjd7okTcBaDQEt PVY5orhqGqloHx4k56zcMpLBQAZvVQdIxpo3w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693555896; x=1694160696; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=68EeCgYf2szHRD04kfNfqCjKV5t5Z9ITQQmCkv5hAZ0=; b=OMCa/gh1UIPHEsD3a3UT5h/OI0iFoyEb2GzorOrhenU6he1rQTlLJGRcITwY6uN5nD VoDQH0TEKNAo9uN8uavrX6jfv4uhkGa0Btrk+EXfdLezw5LWcGzKYnwr4dsyPTkMtwm0 CAVs31KX61fySYihJz8c2pTl4jpQ+g9d1vRQy2BUlAJCHZSfZczpnFNPg3cag3wxafLR /f32jhmLjD4huAPrqTe7Fw9nLzVD7N93wAcLWWjG0zBIvTj6EA1DxtwzFkeY7h+h3e9/ 5AYOxIptv7CKYx3TGWGqTC0U9c06GPseV+jeOMm0uoWlbK12kuYTmhCLLFi8x7JVv9BQ zsjQ== X-Gm-Message-State: AOJu0YwMG/Gz5hTsJoO24X4PladLznLEI6evJtkaI87WwcYBli/63v8A SJSpFyQZrz1fylKIM5lD7AzteeaP5iHGFDBQomE99Y2LBlerUzkeWVAIcA== X-Google-Smtp-Source: AGHT+IE+SPrIkGUos6ryMttIKDfqojZChFRsYgpQz2/6qFJ0WKFvMWwx3Qap6X3mHBGzXjdtZS083ZWqdlEj X-Received: by 2002:a17:902:d491:b0:1bb:b86e:8d60 with SMTP id c17-20020a170902d49100b001bbb86e8d60mr2267935plg.46.1693555896516; Fri, 01 Sep 2023 01:11:36 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id y15-20020a17090264cf00b001bb6d097b6esm110629pli.56.2023.09.01.01.11.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Sep 2023 01:11:36 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 01 Sep 2023 01:11:36 -0700 (PDT) Message-ID: <64f19cb8.170a0220.c9e92.5bfaSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.3] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id B97CF6052471; Fri, 1 Sep 2023 04:11:35 -0400 (EDT) Subject: |SUCCESS| pw131045 [PATCH] bus/vdev: fix devargs memory leak From: dpdklab@iol.unh.edu To: Test Report Cc: Mingjin Ye 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/131045 _Testing PASS_ Submitter: Mingjin Ye Date: Friday, September 01 2023 07:24:09 DPDK git baseline: Repo:dpdk Branch: master CommitID:62774b78a84e9fa5df56d04cffed69bef8c901f1 131045 --> testing pass Test environment and result as below: +-----------------+----------------+ | Environment | dpdk_unit_test | +=================+================+ | CentOS Stream 9 | PASS | +-----------------+----------------+ | CentOS Stream 8 | PASS | +-----------------+----------------+ | Fedora 37 | PASS | +-----------------+----------------+ | Debian Buster | 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 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27501/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/