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 0CC7D45E30 for ; Wed, 4 Dec 2024 17:56:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07FE940A6D; Wed, 4 Dec 2024 17:56:42 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 1128B402EF for ; Wed, 4 Dec 2024 17:56:41 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-215b0582aaeso24074375ad.3 for ; Wed, 04 Dec 2024 08:56:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733331400; x=1733936200; 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=xT+GeTR+LU8AnHxowSUwFIth29/ltqGHhtm9GSLQzYQ=; b=SHYF1VU1GKDal55ymfPjkUJ+OWzq2N06x4EsifD3R0Gr53Hl/7r+3zqlnOuL+EE4mP TeRTfwQyjHcUmMkev0q5EvhDK2Zl9RwY3zRR8EK/wNYCzRuPh1GoRxN1qx1tzGdZSJVz q+SPUeWzgdV1ug1aoPajDcnUI3Rk9SN5eMQ2g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733331400; x=1733936200; 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=xT+GeTR+LU8AnHxowSUwFIth29/ltqGHhtm9GSLQzYQ=; b=sEylANCTnWTMrhqimDaL+3McQLgJCJKdtaC0yE22bcOB+ytcgyHuk2acBHX5JIe4bM wNRde0nIz2Pwq2SvdX0Bv11ezVx44kZmUlCuXhx5xdqBYeVIpX4Hr2artI8Z4SNZSAMQ B9SngCLqfvIlffT+dSbTeLgk5z3FmpJYp/upesVtLhO163tvAoljW7Adid8qDQGfXuQu WpdcIDtd5pa9WnkPRNsjbdWW1R44Y7IbBaMs54q1tjl6CebK8gOIaN5J0z1/BM2oySgp e2b47yATV1LuF+p64JJjdTMO+w9k3fhQ/BiRr5hFoVnguICcRuc7zg4RaaoSSDq1rFfd lVKQ== X-Gm-Message-State: AOJu0YyvYZ4MlI7mfUMGOKYwRco8RJxgnPioWHX1ss+v7czi8HVgifQV k8q1L0wA55AgOnjzoHhkou8aP9peH56L1UMFhjQdXSoz2AQV6DF+eEK6w3flz13DTQHsrZM6zZH KgRmgDKZyec4fuHD3r6uDmK5ZXj1CV6BDJ2nWT27tVVvSbxkfLsAfaCKt X-Gm-Gg: ASbGncuClMtDOLKPr5RnLt6UXEoW/vu6ZKZyA5hbTfLkTMtUXZMkrgRAkrjfYCSCl8Q /ueZVtd8hiTJAAm2ug2xynu6rynzxApOSl2+hXOJnPBc/M3CfTjTtW7/Mo8toDFd7zX9Txhl1DM NRpQEHM8CZxPVDljtSydEUnZZzX67yr6Pk/SjarYfH19cdATlZMgjT9UmacYfdRMPB16WEURqHP 49kh2uuLz+0iAogt/MSEoOyfqRHNoHcEYWIASAjXnpj6oll7mjQRcs/MK0xRHGhw8BVAYb8RfQ= X-Google-Smtp-Source: AGHT+IFeO5OY/f5JRZCrpEOUDPbSCsb6zBdLsg96XvJRrD74+h9AJ7pTLdZdfpWS7adEdtGe1Hq3vnJvP4Ew X-Received: by 2002:a17:902:ea0d:b0:215:b1a3:4707 with SMTP id d9443c01a7336-215bd0c4df9mr91749475ad.18.1733331400211; Wed, 04 Dec 2024 08:56:40 -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 d9443c01a7336-215dabf3712sm679785ad.100.2024.12.04.08.56.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 08:56:40 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 08:56:40 -0800 (PST) Message-ID: <675089c8.170a0220.254c86.4159SMTPIN_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 A1EFD6052471; Wed, 4 Dec 2024 11:56:39 -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-Performance Test-Status: SUCCESS http://dpdk.org/patch/149010 _Performance Testing PASS_ Submitter: Yang Ming Date: Wednesday, December 04 2024 02:46:29 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 149010 --> performance testing pass Upstream job id: Template-DTS-Pipeline#201012 Test environment and result as below: 22.04 Kernel: 5.15.0-94-generic Compiler: gcc 11.4.0 NIC: Intel E810 100000 Mbps Fail/Total: 0/4 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 2 | -0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Fail/Total: 0/6 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 128 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.6% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.3% | +----------+-------------+---------+------------+------------------------------+ 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 Fail/Total: 0/4 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 512 | 64 | -0.6% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.6% | +----------+-------------+---------+------------+------------------------------+ 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/