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 39CAE45EDF for ; Wed, 18 Dec 2024 20:27:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3793F40EE2; Wed, 18 Dec 2024 20:27:54 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 3267E410E6 for ; Wed, 18 Dec 2024 20:27:50 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-2167141dfa1so435155ad.1 for ; Wed, 18 Dec 2024 11:27:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734550069; x=1735154869; 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=R+EhrQJUNyPxgLpqdVzbcxdCp6fWjp02EVjlpFFYseg=; b=IprmDN+HUfMnwKd1cqNxFQujxxj328N3K67uY1XGSd5P8GH8iAVbsYIbWaDARMW4ke 7j0KxxKU1OYJpfrlZn3SeIGvAyDGiTColhxmm2J1xy5I+lxxgYDVoiTygJKKp1zoONl3 n6Rn+5WoLbFi8Rs93C3e29KWz/KXC+1e2tSPQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734550069; x=1735154869; 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=R+EhrQJUNyPxgLpqdVzbcxdCp6fWjp02EVjlpFFYseg=; b=emjSQhpSwzufoZJHSe/OkNQrbAkmti4Don58Q/zcV3EkOycf+bMtoZTbDOQBUSP/g/ FvqlLtmmPfQGzvSqVoCSUb1Eo012MgoE1mjGiFrd1KXyAhGKYjHN4EOo4nxH4nov58hH ocOMoGecGmYqIbpCp4MvpKeUWe8VbqyZ0MTBoCm0pJXHoTsrDnb/qMXVf+QXilQqVnVM crrA4RRymA+EgIsgfY7646dM3U5aL2g2QG+dgjK8iZ7if/q6KP0rw8NvGM1tdQmcMxcn GBACv6MJm1GneRYXaxFSEtoqMSCu1GmpwLQ1RWs4SLNqfJqW66JWaarFksM1+DxEMPqY +l4g== X-Gm-Message-State: AOJu0YyRJbT5vTijUmxkoqwl+CPDc5pjFI2syaAtb8Cf4RROhe+LJQZY BQQjSgo64zkXKzO9Xlp2Buwpj2xncocWNuKmrMWW1JqJE1SMNhMWYXV9+eTVrFhrUQNJTMbjgsz yI9XjnjDHMOIYBjVk6ANvPmm3Lza1hCn4ZPsfBwA2AVomugusyL/hUgG1 X-Gm-Gg: ASbGncv2mLGQPucmub4wk0ZVimtwUDg81aJdOy1mX22fbckcLKKXhtQ3IbNR0W6IR+c A/Dbs2lkPE0Hs+6vsYcsphPp00y4n6bVfnHIDMy0S5+SaojN3FFMf3+b5mQHcSrTiWzIY8veVix MWbhfAvS9OI52iLYAWmQtKzoK1+eABkKNvmnYzwivMD0hhiCbArY8QF3+EPsU3UttyMHFIHjZll j0+a2QXwIqqqNhwuu7lKIh8S+BjNFrbaymjd7qkBKHhNIBvOec4y/oaJOCR2mWWDYU8kP99AZOn svydOA== X-Google-Smtp-Source: AGHT+IH2Z29JMlybz6FX5S7otI8od3Qb5DiBR5POltQ/AiXSeyGoElboOUux2uuLnYkyCytoBadmK7ZdsIww X-Received: by 2002:a17:902:c94e:b0:215:5d8c:7e46 with SMTP id d9443c01a7336-219da7fbe14mr6961215ad.27.1734550069145; Wed, 18 Dec 2024 11:27:49 -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-218a1e72a3csm4791375ad.117.2024.12.18.11.27.49 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 11:27:49 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 11:27:49 -0800 (PST) Message-ID: <67632235.170a0220.1d6d11.0199SMTPIN_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 479C36052471; Wed, 18 Dec 2024 14:27:48 -0500 (EST) Subject: |SUCCESS| pw149305 [PATCH] drivers/common: avoid truncation of const From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1734537913-1159-1-git-send-email-andremue@linux.microsoft.com> References: <1734537913-1159-1-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-broadcom-Performance Test-Status: SUCCESS http://dpdk.org/patch/149305 _Performance Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, December 18 2024 16:05:12 DPDK git baseline: Repo:dpdk Branch: master CommitID:ce85dd8562ad9673eb4fe46b4a8bd3a508e8b32f 149305 --> performance testing pass Upstream job id: Template-DTS-Pipeline#203147 Test environment and result as below: 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ 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.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 2.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.3% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32160/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/