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 469BA45E28 for ; Wed, 4 Dec 2024 04:15:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 42F3A40A73; Wed, 4 Dec 2024 04:15:09 +0100 (CET) Received: from mail-pf1-f226.google.com (mail-pf1-f226.google.com [209.85.210.226]) by mails.dpdk.org (Postfix) with ESMTP id 72E1240261 for ; Wed, 4 Dec 2024 04:15:08 +0100 (CET) Received: by mail-pf1-f226.google.com with SMTP id d2e1a72fcca58-7258ed68cedso152799b3a.1 for ; Tue, 03 Dec 2024 19:15:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733282107; x=1733886907; 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=c+4apL3yVjaWC3GSqKlUDKb/IdEskBol9MIrbvu6bF8=; b=V1Pwxz22V6bY0KcR3KNAzZ00bdQ1MeYaB3qYIWjQP7I56yJQzAHzfkkwQUAnCXOiEf JyhnKpR8U87tTqUSEoymkYGUQTkXgu4owp0eLx57LHWE9QeJ+6yJWelDV4okqFGJ0+S6 N6zEsgbMLujTbITNxgx7gvGlHzs/lZGXyC02M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733282107; x=1733886907; 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=c+4apL3yVjaWC3GSqKlUDKb/IdEskBol9MIrbvu6bF8=; b=tO3OC2/szv0ekOFLPdlWZYd16hCi7l2q3B1y1BxPCbdM5qPLVYS2jMr3Nwmp4U93iU GRofswGRzLCpUxxGZ7BhqHbepP1PnSnCC6zSsdPIn85XWFeS2yzepXZvICIIwjQZEx3C HC+xKAE3FiqcvuAm/UoHQ65eSN0d3MldjzE9zZQj8RmwfthK1vgEAtJ1syCz3R6s3n6J rg5ajUdsxkf6DY400pZ9DSEc+LB8BlGf7Ho9lo1wPxi9MqsFzv/to8o5Izo7IKecmnP2 v5ND6fdJwZLG9M+lEvAjQJkrV8pXCw+9ideloPe8HumCOBRwRsFA/pG8AwswSx4wclF7 D9PQ== X-Gm-Message-State: AOJu0YwHotxjO5wySfhKyqlxUqHB/WFFcTODDB2dV4rgLDW0aRp9qF8q Eruw49YZdkN1sTQ9aRACpxLbjrXGH90VXtDQVUg/dvQ321h9Yah3/Q4fzpUJ5MI9VD91gj6QJRQ fyOWIz5vge5HXJPsJKiPIsCnghwTTbNxOnBcmtLp8 X-Gm-Gg: ASbGncvoZ+5oCEx44SAFbMfKUe7r9iCiaHGUG1FyFqfzDGxpS+u9UyM3EB4ziSwbpUk 9LHMIhE/qCFa9D/mbHkEhyGrEdMxt/7BB7RIcBopJhcUJuTHTXV75i8pS9uOyqfebvGdpwAJMs4 d14qddbiCaYAzelawjTYJeBOtZ8VlkXd2oZUd4JPHIWn1Q+tQD5dfL1h11s+x91W1T76BaVrzl8 rokpdN5h5yoYvRwTw40sYKtM29SIzhJpn8y+j1hkrfJ76xG/6KQsd4FRwQN0z8RQhoQP08= X-Google-Smtp-Source: AGHT+IG7jNi+3GenbM1ojLr3sIC5I2PqEwl1gE/nETydOe4VI1Ej+eyW+AVbu5R24oyvMm8DhhrtLHM1WMrG X-Received: by 2002:a17:90b:4fc1:b0:2ea:498d:809f with SMTP id 98e67ed59e1d1-2ef0124f750mr5791931a91.26.1733282107585; Tue, 03 Dec 2024 19:15:07 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 98e67ed59e1d1-2ef2707c71bsm24372a91.14.2024.12.03.19.15.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2024 19:15:07 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 03 Dec 2024 19:15:07 -0800 (PST) Message-ID: <674fc93b.170a0220.1dd431.19dfSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id AA42A6052471; Tue, 3 Dec 2024 22:15:06 -0500 (EST) Subject: |SUCCESS| pw149009 [PATCH] lib/lpm: use standard atomic_store_explic From: dpdklab@iol.unh.edu To: Test Report , Ali Alnubani Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1733278801-19296-1-git-send-email-andremue@linux.microsoft.com> References: <1733278801-19296-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-mellanox-Performance Test-Status: SUCCESS http://dpdk.org/patch/149009 _Performance Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, December 04 2024 02:20:01 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149009 --> performance testing pass Upstream job id: Template-DTS-Pipeline#200866 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.2% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 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.5% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | -0.8% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32078/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/