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 9975F45EFA for ; Fri, 20 Dec 2024 16:29:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 948D340156; Fri, 20 Dec 2024 16:29:43 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id CB4C04003C for ; Fri, 20 Dec 2024 16:29:41 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-2164b1f05caso20129855ad.3 for ; Fri, 20 Dec 2024 07:29:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734708581; x=1735313381; 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=R4PXTFIfe6cZRnAxZP9AD9nXPsw+3FKSACfvLUSwqao=; b=BvHSo6MvfSZ4EVVQmLMADEf43balX7qknUEE72Gc+iXJ/46Wqb53zZGTRge1QEw4up odZBt7kSy4GY18BLS//7yqakNc09EBoeMGBr+OZNo88sFDhcaejVPm3vZ8OqbeKkeXTr ynLiofNVqeAdem8w64aIB2Mncw3l0S5cYMaxY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734708581; x=1735313381; 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=R4PXTFIfe6cZRnAxZP9AD9nXPsw+3FKSACfvLUSwqao=; b=nqbpayJQZ4OitGoMpGoCybbnRhDhET3IS5i/TGJb6q5NVTNck4sy02ih+xFXCYxp5E EYXIVqfIhgi8KRh0q/AF77ZgmhR+at5b+9N0NtvqpytDibdT+/vVM8fCiaDoVvlqNlf2 EI+YrCniILTul2FKXie6cvOEgjFBjR/dOZah2oF6A2mydR/l3dRRE7YghKOyBOsHaJsw vjfJrF+QMoFG2LjJ0asDo6PJcA8CZ48A9v99LNx4jq1z6X0xu8dhOWCcTnqSlsdwYaNs ARqGduSqckphP0K8UWFIPs5wK4S8+23u3PCdb5O4k0RUbYuo1KbZUMQSwY0stzfOMMJ4 43Jw== X-Gm-Message-State: AOJu0Yy0/QCtpQtLkTUkf6QCFi7ceaIJETj1SL4eyDOkXh4EwetUBhhC dmY45IRMtwOQNCo6V6cdqKtqnz8XpqLQU6IK10mycpO37ETbt/Q7cE5KT6WE2M1TJFPXfIYc3dJ 8YfuXptO0GOeW5jvMQozPwzRD0LL6wUNhSpCx9ouPi37vCYKZjbNFeGgy X-Gm-Gg: ASbGncsPGswGm5mvws2nlXxv1nGmkUrUsuFBa1uyKbn3NTT9JlcbRcvon5KtbhwxGZ+ GbGzw2Y5P5j3Wwpoi1TxqMsRlJHgkYU5InPmk1XTPLLFq3JJD00cVcFGIkx6ECZDemxrZ+oiUgl MruW810JNpTaJau96l1PpVGfpdGzJf5u1YSc8spCfZxCAsYDRJOuDr9ia+/LHboRvbM2jdvF5Gm BYbUt7l/+9PDOohycH3AEPVX6qbzgUHqPdNNW9tjujPdT5qQ2KdSARtA0cQEiNIjdbWjq6pgaKP KCNOgg== X-Google-Smtp-Source: AGHT+IE4ALIcaemv4+YTt+8vYESK4M2kx0ANOwRKJLPMqWeT3O1uU1NEQ4m7yh97l/UvEPcBmQBfq6YIJxxk X-Received: by 2002:a17:902:e546:b0:215:9894:5670 with SMTP id d9443c01a7336-219e6ea26b3mr35694675ad.16.1734708580975; Fri, 20 Dec 2024 07:29:40 -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-219dca1a6a3sm1330555ad.98.2024.12.20.07.29.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Dec 2024 07:29:40 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 20 Dec 2024 07:29:40 -0800 (PST) Message-ID: <67658d64.170a0220.26a990.9185SMTPIN_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 7456C6052471; Fri, 20 Dec 2024 10:29:40 -0500 (EST) Subject: |SUCCESS| pw149330 [PATCH] service: fix getting service lcore attrib From: dpdklab@iol.unh.edu To: Test Report 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-broadcom-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#203611 Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps Fail/Total: 0/3 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 128 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.9% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.1% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 22.04 ARM Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps Fail/Total: 0/2 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ 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/