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 7905545E29 for ; Wed, 4 Dec 2024 04:10:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7697C40A73; Wed, 4 Dec 2024 04:10:11 +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 AE7FF40261 for ; Wed, 4 Dec 2024 04:10:09 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-215b45a40d8so17406715ad.1 for ; Tue, 03 Dec 2024 19:10:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733281809; x=1733886609; 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=6+MaHDz3vbH8znnB4v3Ctieu10Y0K7j0OwGR74uvm+4=; b=IA+rqH9xB70lrKM7LsXtfzLWAp83kZJOU2H/ilsEcZR8BNFuT9gVpGXBZZ8ToUoHPo E1nq6zqC0/BBGR+hSzIu9ohg1PnA8mL6I/d2CGTINLSoOx5Ib95A5DU0UMM1mM8XbdR4 yUNH4phmjgaQpRaoovxbvM8ICerMs2W8oU2mE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733281809; x=1733886609; 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=6+MaHDz3vbH8znnB4v3Ctieu10Y0K7j0OwGR74uvm+4=; b=FFWeQjzOkVARTklLUJOBKDq3XulIS0tUb6CJGxLsEwWaf6bXs0L9Xs3QVkQ1QIxjkx YxaLlktt4coQzgKD83QW21eIXhG+LLPzN5eEvvPpvK4IVD/EZMW4RTKitCqnojBLrHm0 qt5kIJtVEySaKvRS8ahoD0gIOmU8erq0j8rNGlUiVHcndnTcPgTLOr5cq8T28nNPyOSW Qvu7GK5p59VWzZKHkmbtbOpN4MuqwrMYQom9hw4i7G9euMzL5K/osATveefHi4+Zql7t z+Nd/Vp7/DfAN6J9fm3wlpPteRCNwG0BUGL4dfsKhA5MwF/q91rcCzQlQ9EhU27EbhuD hG/w== X-Gm-Message-State: AOJu0YwtkWuUVPbkLrgtrS5+9k/lCWCCxjWXpsd/lfBMr5lrRTjoZflo j1XA4Fsv8sYRcmykSIzku6TmsK3pbP2Mc/0w7qru4208EF3k/CZwxml0QbpuHOV8MoUTNyG1dDF HmnWc+pyvV8boaQYwBebwo6voG+9akQmJ3tMb2JKU X-Gm-Gg: ASbGncuEii5o8771h3k0ewUwIDt8ZKwRlSZatGEuj0LVnuQMhGYxaDiaFaRvRG9Iuy1 jdq9QTxVQQmdGk6YvMQN7GfhVvrcyH1SDgXwebix31lVUcMDk+Yk63kgOjVW9igLykll/DgLHUL t0EZ22sgaOUhUgooFzAeYNEF2kQLSuUSCUSxg/Qs3bu/c2lgK6TZNMxBbuvv3EvrEA7VHRXhA5R DYoJKXOa1yJAIMTu1PGj/z6O/KvmdpVP3CiKRAfjokQFiB4dWFd6VkZfjnUwVu1WMAvQQQ= X-Google-Smtp-Source: AGHT+IHh53oc/Wo+Va2Poll7qiVn0oFkZFCffnBtAVL2ztjJWPoiMHmufviLZ6XkEKUhXSt+Wreo9GXZmvse X-Received: by 2002:a17:902:e841:b0:215:734f:ffd5 with SMTP id d9443c01a7336-215bcfbc58bmr70674425ad.11.1733281808861; Tue, 03 Dec 2024 19:10:08 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-215a15eb636sm2107195ad.9.2024.12.03.19.10.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2024 19:10:08 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 03 Dec 2024 19:10:08 -0800 (PST) Message-ID: <674fc810.170a0220.320b0d.c0a2SMTPIN_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 1006E6052471; Tue, 3 Dec 2024 22:10:08 -0500 (EST) Subject: |PENDING| 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-compile-arm64-testing Test-Status: PENDING http://dpdk.org/patch/149009 _Testing pending_ Submitter: Andre Muezerie Date: Wednesday, December 04 2024 02:20:01 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149009 --> testing pending Upstream job id: Generic-DPDK-Compile-Meson#340897 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PEND | +------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PEND | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PEND | +------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 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/