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 1183145E28 for ; Wed, 4 Dec 2024 05:53:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 08C4840648; Wed, 4 Dec 2024 05:53:16 +0100 (CET) Received: from mail-yw1-f226.google.com (mail-yw1-f226.google.com [209.85.128.226]) by mails.dpdk.org (Postfix) with ESMTP id 45ECD40261 for ; Wed, 4 Dec 2024 05:53:15 +0100 (CET) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-6efa08f91c8so30884457b3.1 for ; Tue, 03 Dec 2024 20:53:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733287994; x=1733892794; 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=KSDdqzThmXyVDRKVzkAEBOQOeecp6WtshvgvuoJv3hE=; b=c21y3nNrUlj9oK6QEw9OWNbbrilzwGweAo85TDLUM5y7DiSvISYCWyWnEn5me0VraS W2dZ/KpG/Z5XC9U0VwWBD+jYuJyD9YoeDrbmtzPW9KJ5dy8oCR22vUunwz5gFRY7uhvz pvqD5Wma+e6w1IMe4welmecDa2TAH09Es5HW0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733287994; x=1733892794; 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=KSDdqzThmXyVDRKVzkAEBOQOeecp6WtshvgvuoJv3hE=; b=wMuOUDGRMw7VmT1ccvLsxta0ZyGfqCGNYwjqoJJH1dyIzSfmAqGZ3WzPDamcOgSYNe JUHBDw9HXOFfwXIeAKTvSH6pbLEfoUdqOmJQia1Z4fnqDDDyrKM/ocKP2EOg48tp3gL9 vlQlyKbzJYYl0OXeDTK6Q/FYMfPiZS8tlSRpZlGvnNmSGWGeN6KFLSTJG5E5Df6g1CCn NLFxL5Fraafoz9vrPQq5OOKw96DP6ZBCEOrU6g7DXPunN7ulHpjhXmI/24n+uzJPU0Md juEZMYdKNd5dkWDqzo4eszfyaQ7furiudNZlpVmMw4R54CmCvpxDtc+jPIHI3651fqMJ O5SA== X-Gm-Message-State: AOJu0YypjTZyRdiWlgKbqb69kzQT885ohL079wVCaWzperhm/xwGz5Ec e9Bmz6/swla2mKCKNsi1JMPONojwy6rUQ4lMgy+RnENI3O0dBPDaZfG7w3MzS5xZl0oShJ9mhCT SRU4a0dsG5nAntUoWPutv43/gVegdAdYs6XARbdVUda7EFf8buo3/q2U0 X-Gm-Gg: ASbGncsBgWv9MyFF6icb3hRwGKoMGH4lCSsSttksBCKlTHJgubaPSCssg4pqrC2/Inq h5ELYkXMItsrWHw1zdQaIrld3BngsJPxQ/tGw2yd7pxB5mw8skDxZGtV0B902hZgpzI6sssiupv 0KV0j1v4afZStPV12QOtyOoxfQUnzR3DNgw+wJ4qGj47PB8HLmKKUW/fvVMIINWAgY3qk8gJAT/ B+BGQ2axEwNyRHJRQwZoRvh22nlZLgod45rUpmJIvN49oVyZpR1BJ4whKa7NTwdcwOeiTzG8eo= X-Google-Smtp-Source: AGHT+IGAXAAGwkyUeWMErYlM94P53yi+uQ1NEBGTrUQ5vFHKHA92fNNRzRG8Jabrmxzz60fIjLeuKy0bOlHz X-Received: by 2002:a05:690c:360a:b0:6ef:5119:6f28 with SMTP id 00721157ae682-6efacf64df2mr77458007b3.8.1733287994538; Tue, 03 Dec 2024 20:53:14 -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-6ef65ce5f96sm3571057b3.38.2024.12.03.20.53.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2024 20:53:14 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 03 Dec 2024 20:53:14 -0800 (PST) Message-ID: <674fe03a.050a0220.2b0b68.3360SMTPIN_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 064556052471; Tue, 3 Dec 2024 23:53:14 -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-VM-Unit-Test-DPDK#26506 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 | +---------------------+----------------+ | Windows Server 2022 | 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 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 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/