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 065F445E30 for ; Wed, 4 Dec 2024 17:56:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E19B240A6D; Wed, 4 Dec 2024 17:56:27 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id 89FF8402EF for ; Wed, 4 Dec 2024 17:56:26 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e38938a55e7so5983674276.2 for ; Wed, 04 Dec 2024 08:56:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733331386; x=1733936186; 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=WrE1E9zRXSu6JAs1IKWOV6Zzhj6ZDgtkAQIfAbREdSE=; b=MKW51CS9A2s1W15OTpqZObOME0cVKdkx6i4mzklScEiSuQ+RHtxIU7elCxUzS2X73p d5f7NKeCilkGU4VMYwG/42N1KYW7uqRlbgRi1FSNrtnU9S2IngA72FDIVcu7YmyRtJvk kxnBhS+Jdv41IZi44QA3ipHv58CJKjQ4qfc4Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733331386; x=1733936186; 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=WrE1E9zRXSu6JAs1IKWOV6Zzhj6ZDgtkAQIfAbREdSE=; b=lOm2HYObEZbUT0RFeKBKAWORCuDcTMg1u6BMpRgEXap2dlndOM+9M9GhadFbvY+MNJ 0jpmglH98iaL15AKyEkqSKWVX6/dRPMwEgjRpW/KRxqNdvy52FjcmCA2waMXpjgVTzcQ FUH9oIKDigYv9ue2Fd+NOgzCHUbssyAm+eJMOMNl3qBOdmJoPrz1z9j5coDeB9SOfdfL KHn9kbW2J7K6c7kpeZsNCRNH834n1TKlCs6xjZM9pynPOYtGaOemcp1cGM8bn0nS1dUq lpg21szOvJRjw3EtN9pYhot8KjwlRp8gQ6C+qGDy6c3AUl7C/SKRwIGX9lG68ptmQ+Wo GSaA== X-Gm-Message-State: AOJu0YyNiCEKC27VcxUMe4lQd7FNqrC6N5h2bRH1pj4NdOblPCtcZf+5 8np6w3APMrs5VOxnnmyaqph+7ITqcMMzq1ztthhns9VwarNQYzNHY9W+7ljK4YfnYRuT/4gucxR fwT+zRHPZuYF3S2PbSSHple2WjCklHLH2z83Arc8yFEFCHMRvwyvjIFb/ X-Gm-Gg: ASbGnctOhHF++ITlHHdKY1Nozy003cTgHUPkAu3EF5IyrWMbQZbCALS2suN1FyUq3iG t5ksV8noG1R0eIM1KRNgFS4jd1abeHO+n1ST0f9me6eQuxpEGDcB27m8KCdErcvadadk8AFMjCc XsCgxeU6QRCDhFqjM6Lk16rXbfu4xX+wbW4QA1o9ZmYyoERUDZ7N0mXdtzhyjTQBTKKaMR2N4tM Si2nI2e7uSGhBuK2Y6e7HhCd49AMw1wgkrTel6MxamE5QcUflcYDKh8h7YrFLrsxg8SUsu68Gk= X-Google-Smtp-Source: AGHT+IEyMHGjHmMMd66GepIEqhnkWlivV0jzoC18PkoyJQZ4l2LGhRRaFQhDtfnwqj7s92XLKlo3VUFckINW X-Received: by 2002:a05:6902:1509:b0:e38:c0ed:8110 with SMTP id 3f1490d57ef6-e39d39ee4eamr6985197276.8.1733331385906; Wed, 04 Dec 2024 08:56:25 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 3f1490d57ef6-e3976c8a00dsm623225276.27.2024.12.04.08.56.25 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 08:56:25 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 08:56:25 -0800 (PST) Message-ID: <675089b9.250a0220.2cf39c.39bfSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 897306052471; Wed, 4 Dec 2024 11:56:25 -0500 (EST) Subject: |SUCCESS| pw149010 [PATCH] cryptodev: not close device when secondar From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241204024630.2869-1-ming.1.yang@nokia-sbell.com> References: <20241204024630.2869-1-ming.1.yang@nokia-sbell.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/149010 _Functional Testing PASS_ Submitter: Yang Ming Date: Wednesday, December 04 2024 02:46:29 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 149010 --> functional testing pass Upstream job id: Template-DTS-Pipeline#201020 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/32079/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/