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 703EB45EFA for ; Fri, 20 Dec 2024 16:28:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4361140156; Fri, 20 Dec 2024 16:28:06 +0100 (CET) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id 1AC864003C for ; Fri, 20 Dec 2024 16:28:05 +0100 (CET) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-e46ebe19368so1528513276.0 for ; Fri, 20 Dec 2024 07:28:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734708484; x=1735313284; 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=632RbrZIPz3QV0YWZn3q5Hu+s309NSE6RySAoa34H34=; b=At5JIrj/GLHpBMDGJKymqg1m4EWOMZ82wKNTFElqYVGEYFFYXIfHio2LGEV4V1zJWT d5HqjLs8kKlYWwc9UatGhHX3H34p6IwbNil1DxfzEJvE/m6p6y+iVAHQM2jTx/0xUeKv 5IUnSpdr9kTEBAebpur17eqVf8wKXbwK6Q+9I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734708484; x=1735313284; 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=632RbrZIPz3QV0YWZn3q5Hu+s309NSE6RySAoa34H34=; b=XI3QunvCPrnBML5p47vaGey6JWht4cA9UUBeTlFKzTGyFNomfeCU7VwgJxQ3jsvk7N EcfDltDL7YwA/JCgnChj3Zgf+V9/r79Zv7zhJCgbzTCFW9IU5/jfoNVyS26YnFEqa2xb sGsZsmZ6qxWJk7a2ah/OkMn1jLytzp8WUS+E1bRkMLgufi6RdjaiZle7KUPbSgxUK4Mk S9DoaYUAuDRP1OTNYXziCOcpRjpTShVCBUl1yRnEJoA5PBL04FyQgue+alXQOrakQZfa eoZuhrn6qRWZUPu09L69rm5fk75JPsiPi8UTh8syl36rBuSNfYhu9n5DIlW431CQMmT3 MFUA== X-Gm-Message-State: AOJu0YxZhTsa3DxZeg+qbP/Jp3u3iR11++bWvyffd+kjD7RoLScwqSrf aYFn3nMv995YQ2AcY+tdFCwpfjOO/2ouQGmF8snwmEmQePO3tyVXFW3CYhmpQ40U2hwmlLX4f9b ILRYPH6AdTljBgqFVFq1vAyeCI4ERYkCeVN0HK9bC6FjSQUWKs0OGvdn8 X-Gm-Gg: ASbGncuT29xsK27ve5bGPrXNINVFkAE8nlpcmgFINpfKpEfyLhfyQMWnhB1kABsHh/p LfVgrft07TsoIpS1CHybdz6LEPFZAHW7Wio/LBebGZyhJclQ1KXGHImPzj3TLazWiss7v5YFg2O SQTdxCdUe4GH4OfQO6EfYuPg7i8pg6JYn0Rzo6gjWT3UqTl8YlhKxpjQhjtSsCTLT2dgfcoyWIi T+mDF5Knyils+hGKHlqSoEal7LrTB9oaC+jxZgf0DlEibJGqIJEQRU2LBPllq9t4mK1ERMRjQ0V tMD4aA== X-Google-Smtp-Source: AGHT+IECcYw0DB4EuMKnyaYdOEAi1zAgs5XTq3FkLMcZoO3fqX+Zo/arDvfsI+RAIilC8TE8Dfp8wP9TuI1C X-Received: by 2002:a05:6902:1501:b0:e39:8826:7a9c with SMTP id 3f1490d57ef6-e538c22361cmr2491656276.15.1734708484344; Fri, 20 Dec 2024 07:28:04 -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-e537c92edc0sm70296276.0.2024.12.20.07.28.04 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Dec 2024 07:28:04 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 20 Dec 2024 07:28:04 -0800 (PST) Message-ID: <67658d04.050a0220.d4d5.4bdcSMTPIN_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 F2A226052471; Fri, 20 Dec 2024 10:28:03 -0500 (EST) Subject: |SUCCESS| pw149330 [PATCH] service: fix getting service lcore attrib From: dpdklab@iol.unh.edu To: Test Report , Ali Alnubani Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241220142938.1300646-1-piotr.krzewinski@ericsson.com> References: <20241220142938.1300646-1-piotr.krzewinski@ericsson.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/149330 _Performance Testing PASS_ Submitter: Piotr Krzewinski Date: Friday, December 20 2024 14:29:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149330 --> performance testing pass Upstream job id: Template-DTS-Pipeline#203605 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.0% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 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.1% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 0.6% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | -0.9% | +------------+---------+----------+-------------+------------------------------+ | 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/32181/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/