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 6B862460AC for ; Fri, 17 Jan 2025 19:08:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44F2440B8D; Fri, 17 Jan 2025 19:08:00 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id B555E40294 for ; Fri, 17 Jan 2025 19:07:58 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-84cdacbc3dbso188266439f.2 for ; Fri, 17 Jan 2025 10:07:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737137278; x=1737742078; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=J3Kqq+v0CLIJoRbvXeFkknMSdtjra3IruEBISZ8vQr4=; b=BA1ZDWkOGjNRcLbS7rgzpyojo+ohMFTmTq/Sg/8BX9lZHUm8pHIrZQWN4K3PEVH6xA U4oc0NYzMXiKjM2R30UuMhq9hSBXDclBiSSoq7vMfTcWLfFHCDlzhCOKS4Qgwz6cpQud DBV+AAuEK0MRwBiPsIa6VAh4CeEI537Ag5PxA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737137278; x=1737742078; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=J3Kqq+v0CLIJoRbvXeFkknMSdtjra3IruEBISZ8vQr4=; b=jX4PKlYaKoMWi4NqG7sMadddjtBKSBwa2MO7UXzL8qykSXWSgmn8MoMZX13BLfH9bv o+6UDn8To99AX4nqpsPX9unNe8Wg7UC7Oce48YI1Ja4KnQHQs0c+K5LUuhxAP9VcbZ4S Upo0SLpoqBwiEf5sQlwPHc0DUa8xICUXhrgDI5etVhxCDMQOt6icvIx0Ns5qtwf1hQYT ReS/GzQOfJ73yNiqXmhVZsCcGpwnVDH5LG8kEtJLj+s9R92x+EdN8wLXECyo+NzdkC5o qxwg1fvuw3fe1kSx/hYTx3amTe9W5NVae+JjpGCd01HVik8PIeuNwXuo8upylqF5GUkC 3v+A== X-Gm-Message-State: AOJu0YwyjnriimbxOLc3209tehpwS3JZ4t/Ief4tF7e8jbMuvnFUMXbM /wlyLkFfwObcMn94UPVxBPOcCxxaclLXh5xEYYCdNuj8oG2hBbpmpx9jqbNFI2QsY6Z+nHTt8gb rsbEIyIj1bciTybSM+4pOpLPFIMwTF2OaaukTVKy1 X-Gm-Gg: ASbGnct2SmDmndNKRwB/evXl1nw6mzUq6N8i6UO0bNIVucFMi03V0UZ7OI2d0qWmE64 eOpux3pH66ae67bw+zmiH71FJ5LmzaMBpiJTPco5afsMbscxDCdWYCQbcjO9aIsZiY+xvXwqz4m igaYeAj0pTOppGJAM/GjjsSUhoOLSiSwPvAwag3xtepy2lNF2t6M+ZxUnd2M9Mkmmyr4tFbRBpZ TxMO0rkqpynre3BPu5925NGOM5xW6kwcBNC2zqevl0woEfH3Z9uThLibPrSj3PezJZMvTqbi7y1 YlFxLA== X-Google-Smtp-Source: AGHT+IFME/kTvFhKZI63qcYtrrQbYsMQzdIstcdfAQWqJ6Z7/ztiRGCbVQnLKSj6dD2mfsgoNzglFdNySnrz X-Received: by 2002:a05:6602:3e94:b0:83b:a47c:dbfd with SMTP id ca18e2360f4ac-851b618f83emr297667739f.6.1737137278001; Fri, 17 Jan 2025 10:07:58 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-851b023faa7sm17493239f.12.2025.01.17.10.07.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 10:07:57 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 10:07:57 -0800 (PST) Message-ID: <678a9c7d.050a0220.265a5a.d11fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 7F6186052471; Fri, 17 Jan 2025 13:07:57 -0500 (EST) Subject: |SUCCESS| pw150197 [PATCH] test: improve resiliency of malloc autote From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250117125912.985475-1-bruce.richardson@intel.com> References: <20250117125912.985475-1-bruce.richardson@intel.com> 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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/150197 _Functional Testing PASS_ Submitter: Bruce Richardson Date: Friday, January 17 2025 12:59:12 DPDK git baseline: Repo:dpdk Branch: master CommitID:06e2856620a70000b2a28f0ea715fc247b85fd8d 150197 --> functional testing pass Upstream job id: Template-DTS-Pipeline#207584 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32358/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/