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 8458742932 for ; Thu, 13 Apr 2023 13:07:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F3284014F; Thu, 13 Apr 2023 13:07:03 +0200 (CEST) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id 7F9BD4014F for ; Thu, 13 Apr 2023 13:07:02 +0200 (CEST) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-7606ce9bfdeso21733839f.0 for ; Thu, 13 Apr 2023 04:07:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681384022; x=1683976022; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=5kVYJCnKUFPhBiJ3wD5fdhi9aPuzsgiUH0rJotpcH/Y=; b=d/28Su1h2I2n9n/89KccAtaG13ZZ+pdSVbvEkt9Oe1xyaZHmr1kIPN0x5IDXyvG5S8 u4yHBCx/yFWtlQTioSH5UTJDDMrc7eYcc0OJA5VIZDG7cn06sBTpwOaCJq7w2IA7DNah QUwpe+CldYEZhqTO7Kz750MTheTcOFVv4ZDAs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681384022; x=1683976022; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5kVYJCnKUFPhBiJ3wD5fdhi9aPuzsgiUH0rJotpcH/Y=; b=IGfJ/9wpTeUzXQ2uvA0RTyQzETyj7Hgn9wcbjWdw1tti/oS/KL9FBCcbjwPCVQOQhE 56CiUEa8vqWLNfm0MQvTGWK9xD90OVwmjy3FO6l4idsWP8TygtTS8Q/pD45SugTct4kn sKoH7rUTp9z9IyOK1zHpN1EGzfEaZWnLEU5Kjx2+/nZyPJQbSDSCwkOMEVv7FBWL3dfn 4jviAXR/GoLErCFAT8Uhf6EKQM+r1oDmDMgCRq2/WbTvZpcC3gEIoTNKh8ydRVGyEROx 0Iw2Icrpra3msxH3xEkTCeLNUFfmPCdE0fUjjTVs3043/PX6NI3kIblpfc2TqqVedx+u sqkA== X-Gm-Message-State: AAQBX9ejXokdNDTovJ4twx1RgopjGglxAUK2GyxMnXKKbkpenLR1u7Fl Q10PknjeqP5k45DAMciYU83bks+4WAXrRjUcWxj7oa4mW/Q2OfUJZnxL0NYq4bV2B4VrImjQ9A= = X-Google-Smtp-Source: AKy350axcnJS9dkFOzeoRMU6Ailr00zeDq/qF8nSKVQuUY2MrT1oyoLuT6qVY4xw1SfQJx1aimQcU3luKLMS X-Received: by 2002:a92:cc05:0:b0:317:c80f:b416 with SMTP id s5-20020a92cc05000000b00317c80fb416mr1239487ilp.20.1681384021854; Thu, 13 Apr 2023 04:07:01 -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 y20-20020a056e02119400b0032612e8d52csm210751ili.56.2023.04.13.04.07.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Apr 2023 04:07:01 -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 6AE4B605246B; Thu, 13 Apr 2023 07:07:01 -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 68D5160092; Thu, 13 Apr 2023 11:07:01 +0000 (UTC) Subject: |SUCCESS| pw126024 [PATCH] net/virtio-user: fix leak when initialisation fails From: dpdklab@iol.unh.edu To: Test Report Cc: David Marchand , dpdk-test-reports@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230413110701.68D5160092@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Thu, 13 Apr 2023 11:07:01 +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-aarch64-unit-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 | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +=============+==============================+===========================+ | Debian 11 | PASS | PASS | +-------------+------------------------------+---------------------------+ Debian 11 Kernel: Container Host Kernel Compiler: gcc 10.2.1 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/