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 1C40C45DC1 for ; Thu, 28 Nov 2024 18:58:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 094914066D; Thu, 28 Nov 2024 18:58:05 +0100 (CET) Received: from mail-oi1-f225.google.com (mail-oi1-f225.google.com [209.85.167.225]) by mails.dpdk.org (Postfix) with ESMTP id 5BEB340663 for ; Thu, 28 Nov 2024 18:58:03 +0100 (CET) Received: by mail-oi1-f225.google.com with SMTP id 5614622812f47-3ea78529de1so487692b6e.0 for ; Thu, 28 Nov 2024 09:58:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732816682; x=1733421482; 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=qsIN9yC7t+QHNuGBdG2ehYn44QhF514jKsT3/uPF8Bg=; b=NSCpOxG7IU1lOGgRZ8DU2UswxBHECfrLal3nOKTzray56VAebSFakcKr3LtzWhvksh ljpyUguhEij9YtlwjolFrdJJSuWdbj+ILxei0fmbRALmbRdmTXtgxHo3Eht115HJlELr lF7quHWulEJ+iqP4FV42VU+/ImSNEWX97mVIE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732816682; x=1733421482; 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=qsIN9yC7t+QHNuGBdG2ehYn44QhF514jKsT3/uPF8Bg=; b=jwKd+QUw33Y+ybBSZtY/uP7usc21e+eEUkqd5cJ1nD5qt5ylkCB0azXuv7WgsUa81x P6H++5B+tgMpGAaxVHtK/XF+as8wC+XLt/Fk6ep6tz6bDMPOviTlto4IUZJM+Nl8JZws 8h+Fx2SDGhmraadH5uxrw9PEW7/MHaTWBn6rqUKefP1pP0+RfeVYyhPXGwJqJv/QvyGz JNm00Zm0/hyEA9J72JdOi3tq9EUatkbIWomCRQ4KlB5p3xtooE44FnK0ChwJ5z8/2E5V asjXiQWxZISSz83NKyIx+gRshQi0P6/YNPlhrElnP3ApWhlESh+p9Oq/EHaKkjg43VgJ WMBw== X-Gm-Message-State: AOJu0Yzq3QCBNJms4RmHdH7yBiAv+lGateDzUb77dfDns0GKTQv72SS8 A+BsCdFPCA159vb6avak6z/xr/cc40y0RQeyYQku/d6AmV2Jp6bIXUYCmB57fxlAq6q3HxGCIhB RTElMkb81nmj6iGiBP5G0bz6h4Y9+JzZK2YwVW6VZ X-Gm-Gg: ASbGnct5Q3xmWXV79xOIWsmsV7xeqEzNootAjZ2M+NRQJf8gjk6PzIVPLQgIYKjjZvz MI5341VnvkFhbiyZXRSQLTWu12JM2TlJxbyf72rlQ2GDpVE9iXIxkNpofp6rTqI/1qyQNmESSQF t4GZyFW7O1zGCCZJjS7Zer5fMqhMW3pO5LGLgDlkotvUCoJYYSJMiSo5dDWRYdzn6p3hTDQqZtt Tfee+i5I28MLGznh/h8ALBl61cIAo5CeQPDdPdrmNfyTQWxGOw89Pt/GALj2wMn1PYyzXc= X-Google-Smtp-Source: AGHT+IG1C3HLqEDUhMJg9e9Dxavbw1HSp1hRr7JqABi5OTGdSHSIJNw4sKtoJ/h14zvgabgU0A22kV9tRrzv X-Received: by 2002:a05:6808:6494:b0:3e7:5dd7:9cf6 with SMTP id 5614622812f47-3ea6dd4674amr8812941b6e.32.1732816682389; Thu, 28 Nov 2024 09:58: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 586e51a60fabf-29dea55c6f7sm89653fac.33.2024.11.28.09.58.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Nov 2024 09:58:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 28 Nov 2024 09:58:02 -0800 (PST) Message-ID: <6748af2a.050a0220.39ba44.6106SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id D8C586052471; Thu, 28 Nov 2024 12:58:01 -0500 (EST) Subject: |SUCCESS| pw148869-148895 [PATCH] [v6,30/30] lib/eal: remove __rte_p From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1732668761-5556-31-git-send-email-andremue@linux.microsoft.com> References: <1732668761-5556-31-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-intel-Performance Test-Status: SUCCESS http://dpdk.org/patch/148895 _Performance Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, November 27 2024 00:52:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:a4f455560f747af8cd7fa99db86e757b7ff2fe79 148869-148895 --> performance testing pass Upstream job id: Template-DTS-Pipeline#199374 Test environment and result as below: 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.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -2.9% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 5.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.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.5% | +----------+-------------+---------+------------+------------------------------+ 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.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.3% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32028/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/