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 D88B045D61 for ; Tue, 26 Nov 2024 12:24:58 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B385240E44; Tue, 26 Nov 2024 12:24:58 +0100 (CET) Received: from mail-pf1-f225.google.com (mail-pf1-f225.google.com [209.85.210.225]) by mails.dpdk.org (Postfix) with ESMTP id 42CEE40E40 for ; Tue, 26 Nov 2024 12:24:57 +0100 (CET) Received: by mail-pf1-f225.google.com with SMTP id d2e1a72fcca58-7245a9d0e92so6097224b3a.0 for ; Tue, 26 Nov 2024 03:24:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732620296; x=1733225096; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=QeKsEEChDUb5OcBwN2A3EzQuAjuRmiWDAxWWZod7CoU=; b=ZRn0UasDxJKnl1i6lyCERid41wNCZjQrWMaKvALElE7hJEXH4r5poLSNP5VbnskxSJ gF5RGLErs2DvkGTYORBBN36ZP3CfdInfYf6nJadNiJIYS/mLnT7aLxVjGFbE6HLVgL4m /EQ5iMLSHe7CgTouU+WgyVdgbkn4Zh+PtPEkE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732620296; x=1733225096; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QeKsEEChDUb5OcBwN2A3EzQuAjuRmiWDAxWWZod7CoU=; b=vSl64gZNWTeiBCjieCjXAM1VY/HKR380rWjii781dfrCZGzE8/eB8PTA98s7nUzeUr basY7H4rQroD22Q3dbvu4wooS3vUCLIBZEHaKSEtjhlEU3mmg4LEMmjXaWTz6nJgx5sj dhyMuN4t5yJc872zf0R4KpnTdkGI0QPKDtrPoOI2aVx2+fVMR/tYN30hC39RW8K5CClY Fy2BsV/Wo96EzRjpr9bCnpCZjSC329oWe3F7IbJaUdNHq3oXfFzPriT3KPR7QnF9dsET FhZpuu8RknDzVsUsIrE1IKlu9MR1iynan/vJx1qFUdPWaxn8IlhIaxzUkRuGPs6nb0YK vviA== X-Gm-Message-State: AOJu0YzIAMKRqWbE79PQ+mPSjreV59H7tU24JldGYZc54VW+3QF4j32s 6bPsuMkPDMf6zucyOTguRpzMNZQPdpkJa1XCo98tQsXI0yGhezFV7auo8NWiS7F6ARENczAu4Vy AKWYaOjgsljfsGdgeFRRJ4gym/J01pMPsoXlS1mQ2O/KPftM2 X-Gm-Gg: ASbGnctzTlWRilQ2KXF3vtEBSTQpk7pHyLazIMM4lCio0WniCr7XvHplskExYRJog4j Nekuo/3s/cBlL3R9XmCpNV3V0rilrsKY2gByBKlMi4G6/6mG0R9enLdXF6h4pUrQjP5aZwmJSFE 3L7q2eJTZM0OU11M/jSid7pnltNEpbZ2z6P50NLtsKg7snjsNaPLWq08+kw++fx4TAL3Wb+W5PI hax3bX6EJh+UAjDZpGWdI/LXrd8zarUMs1rWY0Zx6HC4En0KjUKK5M901y4+R5SYBwPfz/tmRw= X-Google-Smtp-Source: AGHT+IEQA6da7cGm6f12QFOuvm644t7rL9RpTgGFrfstBzdcuNR5ahAgLKzta5hnhvezuBk9K2J18QUJUL34 X-Received: by 2002:a17:902:d4c3:b0:20b:9547:9b36 with SMTP id d9443c01a7336-2129f724865mr203449105ad.46.1732620296279; Tue, 26 Nov 2024 03:24:56 -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 d9443c01a7336-2129db66e3esm3719505ad.62.2024.11.26.03.24.56 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 03:24:56 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 03:24:56 -0800 (PST) Message-ID: <6745b008.170a0220.13d2f.8101SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 7BA606052471; Tue, 26 Nov 2024 06:24:55 -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#198866 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -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.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 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 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.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 2.8% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 3.0% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31693/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/