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 0A42B45D76 for ; Wed, 27 Nov 2024 03:02:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 110854027A; Wed, 27 Nov 2024 03:02:55 +0100 (CET) Received: from mail-qt1-f225.google.com (mail-qt1-f225.google.com [209.85.160.225]) by mails.dpdk.org (Postfix) with ESMTP id 5800C4026C for ; Wed, 27 Nov 2024 03:02:53 +0100 (CET) Received: by mail-qt1-f225.google.com with SMTP id d75a77b69052e-4668486dec2so25322711cf.3 for ; Tue, 26 Nov 2024 18:02:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732672972; x=1733277772; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=dRkqllpjfZqQOAdfwlMBcAY7cE6Bk72c0lxWKocY61Q=; b=d9pHIlxo14IlAA2IvcKiJPv8Ruj5lxvCxa4ooRyV3V4tpTd18CPcOa+QP77bylRzD3 1Fstg4lbTsWPRFgXRzFhW/BxpfUebtMqvurkiqFBm/0kAL0ZdFeL1V+IvONrarWYAbbv EgoIo4Mc2vGJmIpMfy1ZDg6xqZL1dfI8ecBGU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732672972; x=1733277772; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=dRkqllpjfZqQOAdfwlMBcAY7cE6Bk72c0lxWKocY61Q=; b=HlChbN/KUmyWfdJJvzHLcN4CX7VBwvj3agwtW96MORfe8YNzP/goTIFZHIVKYurPw8 n6DSiosUYQcy9SIQnxmNEaO2izpxZKDkFEnS6XHqG2/Kr7oNDkXecWItLyB7Ugn9EdD6 Rc4dyT6Fxbi9SGgGMB9qif+8i2QraOMW2vpOEqq/xOxbMRt3nVFeegU5pppBHd68DVZM nWsklG+dyaZCP4jjyEYe8jvI06R7viF0w5jiTpgFkgPU9FkjIcnxDvfaRp6SD6A5oTlZ UWQ0P/tK3FTkJsGanaPORdzLALoXzeqWpavxW7kAElP6i6yxHWYpnzVsFKvJP1/MsuC0 S/eA== X-Gm-Message-State: AOJu0Yyx3a5ijhgccneaiJeowgERjTjG3mHsivILkSj9rt1tRxyg1HfS HlzlW/6/SrdeZNLY4f5mjk5YVhxsf2XsGw1O5obKBUWdI1AtonOebcKJF9tHWz6Jythte2iEkyE ecddigMCoDSqEpRZZSXr9WBpPQ6+Aec9Ey0cSewoHA8/v1TAD X-Gm-Gg: ASbGnctFjDmpNGxIj57lVT9AARvmZCruS63ghZOOL5P2h9Ufw8ckLHO3nvny6RXJtxz Bh09LsT+qPy+1T4cGmO7Qe2nJ7T3qzGcqSva44cGdv49104B7Su324PvQ2jYNzaM8mel5CLCNeU sr+/0pzZzHFTJ0EcY+nt9w048IS2tf6/Bo7kG9HbsSOIo5NlU/huXGXE0Pg5wz6i7r/7FJMvJm+ B0romySiDaFFbc2xbl93TjXPxlQ6qwVpiWlkZFBP0AOzRDRrIb3gHxJSHqX80lf1ctA1Yl9wEM= X-Google-Smtp-Source: AGHT+IFoh6jgMWB3KCeetHmOaZCLEcusHZqNpdTSx2kzxhOGN9bv/OsXjIg6VGPfdXzRnua3f8p1MyCazrHh X-Received: by 2002:ac8:5dd1:0:b0:460:a415:bde4 with SMTP id d75a77b69052e-466b355d074mr17218401cf.33.1732672972640; Tue, 26 Nov 2024 18:02:52 -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 d75a77b69052e-4653c48c0e6sm4145251cf.26.2024.11.26.18.02.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 18:02:52 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 18:02:52 -0800 (PST) Message-ID: <67467dcc.050a0220.14837f.c1a5SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 560E06052471; Tue, 26 Nov 2024 21:02:52 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] e8eb14e00d56027bef8569d68cf00e39670edca2 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 e8eb14e00d56027bef8569d68cf00e39670edca2 --> performance testing pass Upstream job id: Template-DTS-Pipeline#198924 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.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 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 | -0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -1.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.7% | +----------+-------------+---------+------------+------------------------------+ 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.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.6% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31666/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/