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 05B5A42934 for ; Thu, 13 Apr 2023 17:24:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 021DF4021F; Thu, 13 Apr 2023 17:24:23 +0200 (CEST) Received: from mail-pj1-f100.google.com (mail-pj1-f100.google.com [209.85.216.100]) by mails.dpdk.org (Postfix) with ESMTP id 6344D4021F for ; Thu, 13 Apr 2023 17:24:21 +0200 (CEST) Received: by mail-pj1-f100.google.com with SMTP id c3so16400280pjg.1 for ; Thu, 13 Apr 2023 08:24:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681399460; x=1683991460; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=TQ0ooQkrWhgHlOiehKNgRPffs+42lXhDXCrAdTb1Cjc=; b=LK3pKMSEjCbxCbF5CQoWORckxI+yiwh6yVjMVDmmJPeN+C0UVpwVQbEg54HBM5Oykf gvEYNuSqh4/RUDEHX/mwglsGkwOIWJwYCjHj/B2p8zKRiAq/P0cwHs50L4WpbQJ2IunH EliyCEg8flFtiuv38il22+WQ/3eFn6Q0zldLE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681399460; x=1683991460; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=TQ0ooQkrWhgHlOiehKNgRPffs+42lXhDXCrAdTb1Cjc=; b=GpaxA5vjQn96oZud86Nq9DG3mnFiWVm39qHoCwpMPhzZeDvNPnUzefG9MxNc7W1BFC SBUgqFs0XIOEMDzvXEg7RTD2/5aN3RBmPX20S9VVQvsD5Yb79OrytF/AUfaAlG1vKqVU NGBZKTclHYuamAG1jlrB8oKA6YpVORKFdpREK5sqpQ1C2sW1rehPKgHtn8UTkY8FgnLR W/tjAVXvY29yPVk7xTzrXpETi1ZT2U8B6DQvqyHCTs2eJemS0xZA8tUp/5YpZEi4vsMh nGNaKbRBz7qVAX7I/u4rI+OiRGvccpAv9OA3sKj01U9+QknyewDbV4XEqGmOHpeHQ9wY lBqg== X-Gm-Message-State: AAQBX9f1qKcf6w5rdmSJ+Qt+ymqv1TMdwiJnOIdZjc5ALnm0VdeedI6L QQKC0z/ZfQglbspbPAelDGL8Fm/f7Px7WoTHQZNBXbVtDfz3xe7OFdk+rjrPeJF7pHwC8jIQmA= = X-Google-Smtp-Source: AKy350ZUHn8HwITUwrs2dBNrsTsov16bmIws1wN8SpLPEy9ZDTknEGzGTOdUj1Uo9U5cl+rxbpVjgX9oSby7 X-Received: by 2002:a17:903:230a:b0:1a1:c7b2:e7c7 with SMTP id d10-20020a170903230a00b001a1c7b2e7c7mr3077225plh.49.1681399460611; Thu, 13 Apr 2023 08:24:20 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id pc14-20020a17090b3b8e00b002336aaac653sm1682906pjb.6.2023.04.13.08.24.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Apr 2023 08:24:20 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [IPv6:2606:4100:3880:1722::210]) by postal.iol.unh.edu (Postfix) with ESMTP id 1E25A605246B; Thu, 13 Apr 2023 11:24:20 -0400 (EDT) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 1D0BA60092; Thu, 13 Apr 2023 15:24:20 +0000 (UTC) Subject: |SUCCESS| pw126024 [PATCH] net/virtio-user: fix leak when initialisation fails From: dpdklab@iol.unh.edu To: Test Report Cc: dpdklab@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230413152420.1D0BA60092@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Thu, 13 Apr 2023 15:24:20 +0000 (UTC) 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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/126024 _Testing PASS_ Submitter: David Marchand Date: Thursday, April 13 2023 10:10:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd 126024 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Debian Bullseye | PASS | +-----------------+----------+ | Ubuntu 22.04 | PASS | +-----------------+----------+ 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 Ubuntu 22.04 Kernel: Container Host Kernel Compiler: gcc 11.3.1-2 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/25981/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/