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 600A645E94 for ; Sat, 14 Dec 2024 01:57:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E20940296; Sat, 14 Dec 2024 01:57:53 +0100 (CET) Received: from mail-yb1-f228.google.com (mail-yb1-f228.google.com [209.85.219.228]) by mails.dpdk.org (Postfix) with ESMTP id ACA2B40041 for ; Sat, 14 Dec 2024 01:57:51 +0100 (CET) Received: by mail-yb1-f228.google.com with SMTP id 3f1490d57ef6-e0875f1e9edso1611445276.1 for ; Fri, 13 Dec 2024 16:57:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734137871; x=1734742671; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=8X9UAhQ69ZwnFLCFxkmUk7CwvyrVcz3bcK/AamV6BB8=; b=Y2ksJBkh0NFxqMBILsc+IUkQIWcIvXucA7OFZpGhd7dhFqz7/YnjWHqdcQXMxBv417 mILxeVu0sKKf7f5LZ3vlbFrOCr3ibfEV+Q1OzdIstgXJEOlXSku4thuO0PEnHG3l0Km1 1NINIM49ZOCS4S7/Eb/sKvq0ulqvoOe+0Pv0E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734137871; x=1734742671; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8X9UAhQ69ZwnFLCFxkmUk7CwvyrVcz3bcK/AamV6BB8=; b=SP6REhQGWx4Lz4c2JE4iaTQ9ovIwBzEzobV9VuuUpUu3/7Hpmbwm5LiokL/0fgmD5T vaXZqfon2nI/Ob9oJ2tBqxEgyrcNKsRbdJs/lS+l7q8bk/lXnVFShESPPqSSGNlaLYgi P+w3uZRBfTgyDSbXZj0cdOExbJ6PSoE3cNhdRKz0yxL41udcxhkFOPDEZlZKf+6EDYm8 OvpPNR3cF8gz2BerI4LmPfLXBUyjqxyN9oMvdk7mONVNchVsYFkvIy7Dotk0f7+lO3Ys XrgkvblIdBCBwyCUv1tLIhUZXLxW1ntksj3Lo5zKUxjZ0mTxloWU8vsJK04KwRC21Bj4 UbJg== X-Gm-Message-State: AOJu0YwsPkvcMDhb4DVtEuJIg869bYgoIwYCGk6v9sbFaxtcZMXNZIeV T9URlc4UiEj+kiOpQapyAnMM0CM/Hssqet55Qjtdz6qEYzpyyyqdRINGqNjJuhZ23lxsTWTVhBC wwIY8SMuLIDO8rDkio4wvyIHKDB8TOc1EBNfVPuO7tkILPiXV X-Gm-Gg: ASbGncsJXin88RxLK2vjWiSyNsYCCj3vhhzHQebTvZG2VSVTc2Xianhto2jSNnlEPOS siE5kar0/QS1zQcZXsRUAQz6jwzV+7c5yWziB8OIe1D+0fa1/dxegQoOIXL/lvN1dq+rFJrjLfS c9RzyayUmj+I8adNLhHEtNtPfC/vjnUXNmcYVUuioiptFlU+AGVCbuZDovN9cPOjgK8Rm763lZ9 ZI3XtNZx98TzaGVqlNDjJ66PArBRGRyrFn/hnycI3fOZG2eNsMUdoWjrZZcnJuzgsE3ay7n7htC Lzb0BA== X-Google-Smtp-Source: AGHT+IFgImInSTmMSCnYZaas/ZiaU23hu5o0GDLl93GG8yb2I6uKge+b3y+zPso3fR9mHp1uo1rDofA/vW8g X-Received: by 2002:a05:6902:218f:b0:e39:826a:c742 with SMTP id 3f1490d57ef6-e4351178f2fmr3976637276.43.1734137870902; Fri, 13 Dec 2024 16:57:50 -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 3f1490d57ef6-e47010a361esm33732276.13.2024.12.13.16.57.50 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 16:57:50 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 16:57:50 -0800 (PST) Message-ID: <675cd80e.250a0220.645e4.227bSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 54E356052471; Fri, 13 Dec 2024 19:57:50 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 39bcde2d05afc0f904f906182be1e659b60ceeb7 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: 23.11-staging 39bcde2d05afc0f904f906182be1e659b60ceeb7 --> performance testing pass Upstream job id: Template-DTS-Pipeline#202117 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 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 | 1.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -1.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -1.7% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 2.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.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.3% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31909/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/