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 9ECB946035 for ; Sat, 11 Jan 2025 07:20:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A722E4029F; Sat, 11 Jan 2025 07:20:45 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id B22D0400D5 for ; Sat, 11 Jan 2025 07:20:44 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3ce464e52bdso8530365ab.1 for ; Fri, 10 Jan 2025 22:20:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736576444; x=1737181244; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=FatqFbYNEUaAswsQiESq4Xnzn/LTsbjjmTb6tJf3eYs=; b=dmbgV0aM6jsSj7TOE2tdVxZPXZ1rH3V5J0EQAPCJ9GH0ifzSC7mZSb+9uCV1RKYodF 4oPMGg7YcKEpqcejP6Xga2HL4CpP0cxuRVSezgsqHpL5rBPkMYLslQX0IKEcIdednL+r yboiy9kZWW5pSsO8TrrFlpQ5RgAkqp997jhX0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736576444; x=1737181244; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=FatqFbYNEUaAswsQiESq4Xnzn/LTsbjjmTb6tJf3eYs=; b=Vd0hm5u6ExjIzDQF6zbrLY0iqJNKHYE6jFO5LvLo4pg3r9lgnxM2yKdmOo/otJeFpp pw4ATTtQ7e+lTRrCWj8CFrWMNkbuC0BwFL0sKAutQk1xJ8WgE09xymIUoEC/7/GR0yua Y4EEGhjTB7+BAy+uDbsd/DZpopPxYeFZyMZ8WCgDoP+HEGiGgqjOUiQjgu+lkPFYNi+X /j2Bei1b9/nWZsf8kjpvpfZ72Exmqc86rgA41NzFb6PgIk9rcJ3PBMZE2WtwGuBT3PvA yeX3okf0m41qg2sq1MkoQImho5hFELQAK8rFAGZO+UPlXqFW5Jm/gM2jLGtaoHcfBEXK 1uVA== X-Gm-Message-State: AOJu0YwxZ6kQo7w0djwMdsH8aVlgDwOvrSnLU3PsGcGS1FCsdbbzEiPl MFZpWvSNI7MBtZWiVmYml0o67f3lTr3xCVppdRwgxnoKOoITo66ID93WkJo7PxC1RScfbzhLa8f Qc76SgnWQK0G8Jdwm4Th6KxGZFAxUuLLd X-Gm-Gg: ASbGncujuUU20P98TKHL1Bob8yR9A1s0JJUVRbxP+93txklGp4sLPAixZeakl2MQqEc tVsjl8w9Nlrpm+9JHJH1wsUTO5UgOPq8alDVzp1cnziGrPSXmzP5pt7lXATXCa6pNs6COnTeygA 3tjm7iv9v3uPxNJrAkn/qQFIsiVKh8NIak2vGJYaB2iPwdBUGoeIXXyxOFGQtMv4nEN1HMbOnc4 7haztaZFhP+E/mLBjQw/a3A20keqdw/wKTRXOFa5Tp8A+0GYoCfJ7DaMAneSgOGTqZ+Q631BfFM tw== X-Google-Smtp-Source: AGHT+IHAmTVPBjCVUj2NNJcLIrF+/Dvn9YwOf+VO5HGlQCzoXjNQDmntKzjhQs/1AvyJG/wq7HjVGP6/LNwt X-Received: by 2002:a92:c56b:0:b0:3a7:4eee:b7b9 with SMTP id e9e14a558f8ab-3ce3a9c80cdmr86117545ab.13.1736576444040; Fri, 10 Jan 2025 22:20:44 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4ea1b613073sm246674173.23.2025.01.10.22.20.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jan 2025 22:20:44 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 10 Jan 2025 22:20:44 -0800 (PST) Message-ID: <67820dbc.050a0220.1e6e2.1428SMTPIN_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 856556052471; Sat, 11 Jan 2025 01:20:43 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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: tags/v23.11 c66daa12e76d7b4912cfb7109a761856a7a873ab --> performance testing pass Upstream job id: Template-DTS-Pipeline#206353 Test environment and result as below: 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.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ 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.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -2.3% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32168/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/