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 1854745E28 for ; Wed, 4 Dec 2024 04:14:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1340F40B9E; Wed, 4 Dec 2024 04:14:12 +0100 (CET) Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com [209.85.128.225]) by mails.dpdk.org (Postfix) with ESMTP id 8E4A640A73 for ; Wed, 4 Dec 2024 04:14:10 +0100 (CET) Received: by mail-yw1-f225.google.com with SMTP id 00721157ae682-6ef81222be7so38630677b3.3 for ; Tue, 03 Dec 2024 19:14:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733282050; x=1733886850; 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=hDbLa8wVLWIjicacrB5mPFJsZk+Iv1PLY+6+oefVXG8=; b=JvhBhN4+/wXoXKWHiCtGAUU0I76CQvVV5WZVO7sm7o62D+xs8Ufu76fFwE/3p+oouu fvEB8imamK7s2BB79/AA1TrIC/50iNTx08f+r2puatqli7S1PqgEAPwKFiFwiJJQMDwV SXMzKkvA/epwNdiiyt77ZfN53ai4fZRvZAkxc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733282050; x=1733886850; 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=hDbLa8wVLWIjicacrB5mPFJsZk+Iv1PLY+6+oefVXG8=; b=H1gnDB5ASKDgrK8g2OOFm2Mth+zdnfozA2hYd4MKEsJejWHcc1Gis+AvlnurvZDmEW yoIBUIPGmGdr95IBfz6SGbJxtxNLuLVLvwQ3eEzqHnPQ8+/qitSC4PXXBcrIGGRrZOCP j164w2LEeRWlCS+vnTUe970r+3AYlIAhFyAm/U5RjkGvZohMkfTMFD0CFV7IbIGAQvoU eMC5eAj2DZVEHZa2+10MBdlqnm+dEbodAyXbVk6p8XdQ2wztVFN6eimh0boQNfR28eVp rZ3RbCvexHeUkgqX5n9xp74jzEzxomwwuztAz5gpMvck9wBw5f1QZIG6/2YBqNKVCtnm fFtg== X-Gm-Message-State: AOJu0YzWY57/awKh93FzBrx1nUv7sFG8flVYyxYtBU1mzfSnGgBlHKpB wu8n6g1Iz9Xx13T7pHIf2Kp79HAyQXJz0WQng74t5ue91+DlCazeO0aFBusJK3lE3BWy6ULzo8g khTfypJO2+fylF9+crt0o25oRY74Fcnn2yai6KdfbArC9BBQLUTn93Pzx X-Gm-Gg: ASbGncu76LlRfDp1PDN3XAO70AP0f9ROgPpZI7j5piopjp1JyskpKDRDux/PlR6eg/F Q4eyGAtECANUoHBtchUtCBPx/OmOk3nkt1aL2JggJME4JCCkXDPQ3Z3pkNjfDw4VIBazavgNDWV S0Pq/0fDlCkfosFdrY/9YigW9rEu9f7K+VYHMe+kPsDt0q+BY3C8C/dBkjnRSRZKtyrEFXpmsKm 3RpOXCROjYmTeozXQIzi1QAv4Skl1PumFek0iJK+EyMe/J7js8RvPVlIO3X3aRfgewzydDSG50= X-Google-Smtp-Source: AGHT+IHf3qCMikSZThiZLwKtRRw5ZT/ZjwbvnS1FOubfqXfVjcDD9DLTxLnrgK5GmKn10/3bH6dOqiSLCzTb X-Received: by 2002:a05:690c:6108:b0:6ef:4ba4:ecb0 with SMTP id 00721157ae682-6eface01549mr71786717b3.6.1733282049877; Tue, 03 Dec 2024 19:14:09 -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 00721157ae682-6ef4dd7294esm4119397b3.45.2024.12.03.19.14.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2024 19:14:09 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 03 Dec 2024 19:14:09 -0800 (PST) Message-ID: <674fc901.050a0220.16b73d.6540SMTPIN_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 92B896052471; Tue, 3 Dec 2024 22:14:09 -0500 (EST) Subject: |SUCCESS| pw149009 [PATCH] lib/lpm: use standard atomic_store_explic From: dpdklab@iol.unh.edu To: Test Report 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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149009 _Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, December 04 2024 02:20:01 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149009 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#297324 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Fedora 39 | PASS | +-------------------+----------------+ | RHEL8 | PASS | +-------------------+----------------+ | Debian 12 | PASS | +-------------------+----------------+ | RHEL9 | PASS | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Fedora 40 (Clang) | PASS | +-------------------+----------------+ | Ubuntu 22.04 | PASS | +-------------------+----------------+ | Fedora 39 (Clang) | PASS | +-------------------+----------------+ | Ubuntu 24.04 | PASS | +-------------------+----------------+ | Fedora 40 | PASS | +-------------------+----------------+ | Ubuntu 20.04 | PASS | +-------------------+----------------+ Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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/