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 87BAF4546A for ; Sat, 15 Jun 2024 15:53:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 84670402BB; Sat, 15 Jun 2024 15:53:57 +0200 (CEST) Received: from mail-vk1-f228.google.com (mail-vk1-f228.google.com [209.85.221.228]) by mails.dpdk.org (Postfix) with ESMTP id 4586E40269 for ; Sat, 15 Jun 2024 15:53:56 +0200 (CEST) Received: by mail-vk1-f228.google.com with SMTP id 71dfb90a1353d-4ecf1013d73so909481e0c.2 for ; Sat, 15 Jun 2024 06:53:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718459635; x=1719064435; 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=Ev5Mz7ci5DMfn1E8iTtyxVw9aqj2HHBj0cs2KsvELjo=; b=CfVnrJAKohjaRJ7xp8YotFGyLGiOtm9zgHPCICUaK95wPG4YlLbpbG1T9jTUVnHKyg 1Eb8rWjxWlNXd47sHJ0QjIowm+MeKej6uD/5Z17QMwp484ov+HKsrIi9FVDQMDJ2zPOH W2m6ACqXEMNiIsqvvCEli4bdBVRTu3m5FiLX4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718459635; x=1719064435; 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=Ev5Mz7ci5DMfn1E8iTtyxVw9aqj2HHBj0cs2KsvELjo=; b=aA7YlqmKT/JCcL2uizbRClhZIwubYmE/SiGKFMnouCpZ7B6jolMjymZ2MFU8cHvhPd YFZ1/Tq5OP1NAG9VzjQJJVQcWFdQWEuLqY5JVYCB7LDRYWPCsQ77sXCkMmNHbAEEXBEG 9IKhElBDwXBICA2rn9IbVOC3Q1+K2zgyGpjS4SrUAHrMTYl2e4ime0iHGz8c2GAJJvfr UGg3jJF4kgtf448cPA8IY4vh63JcQGVgnPeP9vPtfD+XWhrjSgSfAdZMy2EBjbX1SBsX CNTuo3fKOSTwPsNeL5da3vEaGW2MvzZ5dBBYFpZQ4m4ZhY+JZ3aTBh4ZuF+u0Rc1AmMx JR4w== X-Gm-Message-State: AOJu0Yyt8cAFF+oVpA9s4bxoVffcxHPClO49q5RiryayUbJR8O5NDKgI +3YkcECo2CFILgnLWDEHWRlZioZKYARHF4DoNR0lLcSpyuDoNk45400beSQAYOY8R4dstqwS1Ox NgfCvgXh3jh9EltNu2yvIJSwKC+bvNCqrRyD9Lj4f/LXrZLaKaJaPh5/4 X-Google-Smtp-Source: AGHT+IH8hMy7b10MQhlJocp0ABFsfi+zswni6X56bq8bQ/+NGM+eXkwFYFkPzq62Ez0egmZwg9tr9xvLfQfE X-Received: by 2002:a05:6122:a14:b0:4ed:26:790a with SMTP id 71dfb90a1353d-4ee3dd98187mr5446267e0c.4.1718459635563; Sat, 15 Jun 2024 06:53:55 -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 71dfb90a1353d-4ed3fcb196asm243416e0c.7.2024.06.15.06.53.55 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Jun 2024 06:53:55 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sat, 15 Jun 2024 06:53:55 -0700 (PDT) Message-ID: <666d9cf3.050a0220.d4fd0.1a2bSMTPIN_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 F38306050A9C; Sat, 15 Jun 2024 09:53:54 -0400 (EDT) Subject: |SUCCESS| pw141158 [PATCH] examples/fips_validation: fix coverity is From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240615113118.2137-1-gmuthukrishn@marvell.com> References: <20240615113118.2137-1-gmuthukrishn@marvell.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/141158 _Performance Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Saturday, June 15 2024 11:31:13 DPDK git baseline: Repo:dpdk Branch: master CommitID:cef922c9e0c53b05a7b939116b386993570c9bf9 141158 --> performance testing pass Test environment and result as below: Ubuntu 20.04 ARM Kernel: 5.15.0-97-generic Compiler: gcc 11.4.0 NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: Unknown Fail/Total: 0/2 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 1 | 1.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.3% | +------------+---------+----------+-------------+------------------------------+ 22.04 Kernel: 5.15.0-94-generic Compiler: gcc 11.4.0 NIC: Intel E810 100000 Mbps Target: Unknown Fail/Total: 0/4 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 2 | -1.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.9% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.0% | +------------+---------+----------+-------------+------------------------------+ 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 Target: Unknown Fail/Total: 0/4 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 512 | 64 | 0.7% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.7% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 6.8% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.8% | +----------+-------------+---------+------------+------------------------------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Target: Unknown Fail/Total: 0/6 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 128 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.6% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.5% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30196/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/