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 A32844600A for ; Tue, 7 Jan 2025 08:23:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 80CEF40661; Tue, 7 Jan 2025 08:23:53 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 547904027D for ; Tue, 7 Jan 2025 08:23:52 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-844e1020253so596107239f.3 for ; Mon, 06 Jan 2025 23:23:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736234631; x=1736839431; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=cvothvgPQTIgPiaFQMAG4AfwOJH2OgJn53Ga0NLhmSc=; b=fSBeU3wUNFQoi1KqmmrtZ20GedJXYupshd9CUyOaSL7/XKf4ovSiZKxjJHPcHCLnvw FfNxsxgeQXRt4n+79Exf6f9vZfbMMok5Yq2GI4ZmcuICNkxtnr5VjqLSgIFu40LP6noX UfymwHLDi5odQHxMQjx/UZMYi3I5AMFKfZ7FQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736234631; x=1736839431; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cvothvgPQTIgPiaFQMAG4AfwOJH2OgJn53Ga0NLhmSc=; b=T92KgDf4QWfc6klQ/5S8bBCN8oWS4eRrP/pJWHooJ1gEGQgaSMys0zcHZxiriCgD5B 0UOfJQhMoET2zBIkasQx2C0all/sJoKRMUkFbRB8qxXrRX3ktgDIcJmCL4LJbEUcz9b/ vB3hoSOvTxEiVa4tkdjChlws5QseI2IXx74gND9hz0jBp+kdxeImrRzODCBZFnYSPhxx +kXLKhChAjHEl5Ajelw56kmB4b5afIgrhKQvDWff1KlvBmG9sNxdEzlA73zHLWEy7st8 f+JZAm0Ra5PzTMd6AqC+WSf/YbmGfJOAGXxyVBqrSacxMJo3gMJr9CP48LOO34VdV/TH TntA== X-Gm-Message-State: AOJu0Yy65byv/LacNpdmkJdA0AmxJJXJ3oqSsX63Z/jnzYfDUCvK/uKl +1ZEzOyWxOIUeXRvTN1qFsB4jHnPZlLS+5GyCrDz4a28FglZXbe7t/nvhoapvL0a4VmDPbcMKP3 XPU52m1qjxHNpK8n3yxgTklTx5N5vg9kXba9Xk715yDS4SqE5 X-Gm-Gg: ASbGncvtB8qlKqoDPBRmf+TVo0hziKTAxC2l8WS5Zutaws+EM27FOff/AX3N24K7hcU IK4GrQgMbSV6aRPJoRZS6o4vtaKz3FE+wJhWlh5p+HTcc0wjpg9FWIMsggFsrXZOHg+cEkFxkqM hryRPte/ytsKkEcLqw0z99BWPrC52e4Wrm3aiKcJ/HoJF2gjv3vWli+IozjiWNpMQEANfMuFKt1 EDKloT4902ROvbIgnmuRpP/YrVcI06KdjqNngDJoJMewdr3NvwDdPzNyyZexQSALoY/v7NBFdEC OAVAew== X-Google-Smtp-Source: AGHT+IFVHNWaa27Smxci4/zJtRZxSVcpZflvZ3tv5tNJktUD5jypqGBJw2z/nXQJIUTKtW8IutoHoggRTtK7 X-Received: by 2002:a05:6e02:20c1:b0:3a7:1c73:e18e with SMTP id e9e14a558f8ab-3c2d5434974mr422902365ab.21.1736234631586; Mon, 06 Jan 2025 23:23:51 -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 e9e14a558f8ab-3cbec05fd56sm17986275ab.0.2025.01.06.23.23.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jan 2025 23:23:51 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 06 Jan 2025 23:23:51 -0800 (PST) Message-ID: <677cd687.050a0220.225cdf.ae0bSMTPIN_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 3EB976052471; Tue, 7 Jan 2025 02:23:51 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 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/v22.11 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 --> performance testing pass Upstream job id: Template-DTS-Pipeline#205625 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 | 1.8% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ 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 | 1.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 1.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -4.5% | +----------+-------------+---------+------------+------------------------------+ 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.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32125/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/