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 CEE7645D22 for ; Thu, 28 Nov 2024 00:48:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9DAD402AE; Thu, 28 Nov 2024 00:48:04 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id 6329E4029C for ; Thu, 28 Nov 2024 00:48:03 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e388503c0d7so200156276.0 for ; Wed, 27 Nov 2024 15:48:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732751283; x=1733356083; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=ZE9D8rzTty7jwC3aAUAEy35//iZPQer/5r2xbC2faaY=; b=Hs+Ix9JBbMplGaeihluAHfpXWbDJjQsotRJSWZqJ8p78xRfi8C98mYRQhrp+ypijYd qCHunB6ga6RX93Xb6OSTWOBZPl186yzu20+0gsmnS4h6RCe0rb4Ooa1d3F6XZziIAt8b oKTq+0TDh6d+3y9lfjg5TGwkNGMool018odoY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732751283; x=1733356083; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ZE9D8rzTty7jwC3aAUAEy35//iZPQer/5r2xbC2faaY=; b=s7GAtWBF1/KVzXzD8vwUqMOag1pJCdWVpPVZJ2jfo10ek+pHkluOsZXJ5EtwLa4FpL yHega+Bg3dU+eUAEDO5pIcQwXUDNbg/qwyZb1ygV8HkJRhyHYGbm7xu08w1hZWhjczUQ ZW8QrPn4FK1t4mTzc9kDU3gF23OGD6T7orLsv4ir5uSdKy9YtVisHbNiFH0tgfUq+/r+ NEhizb2aXrtjL4pN6iQfkIVtjCC+j+2CZnzivwXOcfIQ/aeW49Tb9Q5icHgmnkFDsxBK z9zarYFmdpHNvlkYnxu10AjwSZ2j4rn9E3e9Pah9gIoOVxWeSRfCB4g/QDrGFxb4wGI0 zIEQ== X-Gm-Message-State: AOJu0Yx5soiZZ3TNbPpPWl/iLAvZbVClojBfla6ikpG0tm46gbShRvYJ KPwjNXSGszNNRCj6ybpBMce722lcxaoJgdYPV6DRH6Ix9ug2tY/fvJc2UVCryGnVUvySqU6mFDC CZX8AUzZ5GOWD8UKfDysTEkja6O5VZIkc4Juju+0r X-Gm-Gg: ASbGncuIWJVWoX4YrKmzaAuhCzryHT2M8TqoeyQmmWe1H2PP9L6L9f+khnxcgMsTHFf MSRS79HCWBT0CEswfLyyvB4uULEVCg1ekhF6yKQCAt5b0TNZbIms4wv7mQiiZfXhGgPK9H8Xhu2 8dZR5vpioWUHejcyj3uBm02MJ+aAhl4REFYPwiOBT0bJH3aFTAVL7j5AVR14DlzWVWxfuqH9VtM 3u9g0PQKoJk0qYahu43qc2BANs6Tzys8ENhuz0OcE+KbjGKgi4CB1sBJYWq1O9Da17lFd4= X-Google-Smtp-Source: AGHT+IFPktQrmAK4ceDJrxZWb40dW7MnpADnvAO/fLgFlAvChbd9piN/J+ItCUKVlkfcfHdcHAhZ7l5JqtFt X-Received: by 2002:a05:6902:1246:b0:e2b:dfd3:ba9 with SMTP id 3f1490d57ef6-e395b88733emr4621596276.7.1732751282669; Wed, 27 Nov 2024 15:48:02 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 3f1490d57ef6-e3976c931dcsm11154276.33.2024.11.27.15.48.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 15:48:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 15:48:02 -0800 (PST) Message-ID: <6747afb2.250a0220.a215f.0d0fSMTPIN_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 44AA66052471; Wed, 27 Nov 2024 18:48:02 -0500 (EST) Subject: |SUCCESS| pw148930-148931 [PATCH] [2/2] app/test: add test_init_m128 From: dpdklab@iol.unh.edu To: Test Report , Ali Alnubani Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1732748278-14796-2-git-send-email-andremue@linux.microsoft.com> References: <1732748278-14796-2-git-send-email-andremue@linux.microsoft.com> 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 Test-Label: iol-mellanox-Performance Test-Status: SUCCESS http://dpdk.org/patch/148931 _Performance Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, November 27 2024 22:57:58 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 148930-148931 --> performance testing pass Upstream job id: Template-DTS-Pipeline#199722 Test environment and result as below: Ubuntu 24.04 Kernel: 6.8.0-45-generic Compiler: gcc 13.2.0 NIC: Mellanox ConnectX-6 Lx 25000 Mbps Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 1024 | 1 | 1 | 0.0% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 24.04 Kernel: 6.8.0-45-generic Compiler: gcc 13.2.0 NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 1024 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 1.2% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32048/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/