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 6D53945D76 for ; Wed, 27 Nov 2024 03:38:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49BB34027A; Wed, 27 Nov 2024 03:38:04 +0100 (CET) Received: from mail-pf1-f226.google.com (mail-pf1-f226.google.com [209.85.210.226]) by mails.dpdk.org (Postfix) with ESMTP id D91B44026C for ; Wed, 27 Nov 2024 03:38:02 +0100 (CET) Received: by mail-pf1-f226.google.com with SMTP id d2e1a72fcca58-724d8422dbaso4959325b3a.0 for ; Tue, 26 Nov 2024 18:38:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732675082; x=1733279882; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=3Pt7j6YLkAZdi2qW2piWoknL56BD5BVZWx3e8ROAO0I=; b=gDGofx2Ra3bRZPyKWKRVnbfGYb/y4yvat/VWx8mLNCsdrCaQzcRG5anX4xrBXiL1L+ Q/gxQ+1T0gHBVGd20I3P0PbnmNdQDO1RNG7TZ1jzhN0E2X94VbgpGlFxjzYA0RhBQOc5 cW/2gQiZN7Sve1Sj2A1IZ1a6TcwcFdm3mxuTs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732675082; x=1733279882; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=3Pt7j6YLkAZdi2qW2piWoknL56BD5BVZWx3e8ROAO0I=; b=QM0KSGifhUMwrV1amQpUQcjfOmdY1SiUvKL0vdkCxS8Jxj7TqWyG/BgYY8tYC5x266 r11DcxWaLjhJHNjSN0HR1h5NxB7Okw820q6tFNm05rh53PG7pV/TC1F38nb9jgTfV+Vz XcZ29jcPXqnvYxt9+B+bxADuXMkv2UD384abZp7yxbYp9lIYRd+Vs2+Wv4BO3Z9XjFzF LVcDPhbtH+jq21bMQk2Lh4P+P9+ENNWtn0a5jgOosESgBwVqRZS3bd11gJTwJwNevZgC fEK9pNe+ea8GZY05XOUENiZ5j0IdYs2Gyan76SsHqK5cBJmAPmugr1EEBxa7tudYpZfG XygQ== X-Gm-Message-State: AOJu0YzThjsQP7jsSNNdMiKDYU6DKXfrTOMupOl7DxM8zsGxR+lFVR0R zI08+7ynOCzbqr09fcVSlYI/DigB9wifcrruxP4gTJ1IE9/JPLFd7I/hS6iiK8vRgJAAYjZEJDl Ugg85jP/Jg8VQsWFBIwWTAaw2yIvybX7d X-Gm-Gg: ASbGncv9X5x66nwRcJhm2uaOAIM8K3RGtI5eJ9nR8m26Juu/awiI2yn0Yf/+u8G36up TzSkX6h31kGlbZYCRg0lyT1W/JZXgYKjHg5hH+FG1v9OUJlG9vTdO/TJWDF1qULu+YY+05F/DVL xLK87mBydEyPOcuDtorBscNNSYzbOupzzmjcorkgV6A+CayYEHHNpCkC0N3msVvXtWWGegrfA8G A1ObymJqdOhx4dc66PYrkDICFoxUh4Dsx+QPbzSVFfvayDh+UjVLrpzd7Er4fz0msAlrBQ= X-Google-Smtp-Source: AGHT+IHU1fYhJS3S+0eP5rT928VoLxeFl07FCW6NBXL3kPkaH+Z8zJBTtwswvifUMY8Y8UiXq4WnZY1OPmEK X-Received: by 2002:a05:6a00:928e:b0:71e:1b6d:5a94 with SMTP id d2e1a72fcca58-7252ffd1e20mr2540579b3a.5.1732675081999; Tue, 26 Nov 2024 18:38:01 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-724de572de1sm500369b3a.24.2024.11.26.18.38.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 18:38:01 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 18:38:01 -0800 (PST) Message-ID: <67468609.050a0220.1469ef.0c45SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 35A6B6052471; Tue, 26 Nov 2024 21:38:01 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] d20fd65f258afb5b572fe686b7d1032aeb95e079 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/v21.11 d20fd65f258afb5b572fe686b7d1032aeb95e079 --> performance testing pass Upstream job id: Template-DTS-Pipeline#198926 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.9% | +------------+---------+----------+-------------+------------------------------+ 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.9% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 3.0% | +----------+-------------+---------+------------+------------------------------+ | 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 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.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31664/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/