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 68AF345E27 for ; Wed, 4 Dec 2024 02:34:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 414B940261; Wed, 4 Dec 2024 02:34:41 +0100 (CET) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id A7E044025D for ; Wed, 4 Dec 2024 02:34:39 +0100 (CET) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6d87e0082b8so41855306d6.2 for ; Tue, 03 Dec 2024 17:34:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733276079; x=1733880879; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=vP2j8/9mNeHwfshD9SIM0LisKSAdHcUZBOw0zbQRwR0=; b=DfNifo/uvI29JRP/HOAFGuuLvOD/8GTTwgp2WoKkZiO5e2AU2eNxZVxOAJOcOOoVur goIpvD7TOgyODz7nMIJMgMsOqJfB3gdno/LIk52MFxRWxm5gj9baVye4Iju3pCISHB+P R8QkFVlfvqv4BuAQYpVoUVpjnTr6tfB+gPPl4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733276079; x=1733880879; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=vP2j8/9mNeHwfshD9SIM0LisKSAdHcUZBOw0zbQRwR0=; b=GJ+6T77kxs8ZE16M4TMHn3yx/SG3FRSsi+U6QeLKL1oNFC7RfH92hXbD1c9pgXleYT Zml4xIwwJu8qZ2Kn8uiig+NrePTr0bHoyrZVPHyIn3680JGyyfVe0uGtg+uNa7ODEuzQ o5tyKQGWT0rI36dCPieM/Lgo77X+fkuVBk0cOt/jAn58Jg3nzF9/OvjCPrrqnP5NpZVn 6plUAwXx5gujZO2hS5WK2xsChCL1uTKco29u8F+Yd0mI/CbRUcPZEqFk2Koi3fwSDoIH cci0YnNwROPxr+DM34onmcKplp0yq0QOB/q9FDwht3iYx0yd6+Z/GmUQV72zrWNqxwHK df5g== X-Gm-Message-State: AOJu0YzT/hj3x6DDkE7am9Md2siLER/4HZIEU8OTinI9IB4MvGIbaczT ndJry5rhDRtekU/fV8zmAHzCNUSswusL+Nn7svlYnNY6W4dnBjnFLHZWL1C4c/7ju4qCJNLXOpb 1eSV/0CI1xaHtU6u9sU0bkKc2b2nOiEEj//ud0dtP X-Gm-Gg: ASbGncsViLscM/KYVIcFSqCBIBKXIgfqPqAWxpFJiddHPqGCSbGGx73JtcAz7XbaWhN fk06C7CHkPPB0HICsCmdtMtX2GcTGrCL+Q3A4wIEpqwJ2IISQg+xQS3USnwosCi/AdrPrXxMJdi TfA06iaQu4/+r8u72JJ4TUgzjwXsCZtkswatSto3jS2/FoOOb92GV/TGAI1cAbaIxrrVkmXE2Xz c3R+1hJT9FD9EBz6LI3f1BVe/hi02SPBBhPWm8hTXC5VdxJYg/fTBA30zJsnJYnnDQkNrU= X-Google-Smtp-Source: AGHT+IHhB8+uresNCKuAi2+aOlERyOga5GuXNXaaMymA5uRcjAWclqTPHR9hdDeyR/kdsFvbnPPOqUxHGZ+v X-Received: by 2002:a05:6214:301a:b0:6d8:9f61:de8c with SMTP id 6a1803df08f44-6d8b73be9d4mr74111156d6.27.1733276079021; Tue, 03 Dec 2024 17:34:39 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d8ab0cb3ccsm2570496d6.14.2024.12.03.17.34.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2024 17:34:39 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 03 Dec 2024 17:34:39 -0800 (PST) Message-ID: <674fb1af.050a0220.2d70e2.ef4fSMTPIN_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 B54F86052471; Tue, 3 Dec 2024 20:34:38 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 4843aacb0d1201fef37e8a579fcd8baec4acdf98 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Akhil Goyal 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 _Performance Testing PASS_ Branch: dpdk-next-crypto 4843aacb0d1201fef37e8a579fcd8baec4acdf98 --> performance testing pass Upstream job id: Template-DTS-Pipeline#200744 Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps Fail/Total: 0/3 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 128 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.9% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 22.04 ARM Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps Fail/Total: 0/2 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31823/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/