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 C1AA842DD1 for ; Mon, 10 Jul 2023 23:47:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA62B40150; Mon, 10 Jul 2023 23:47:35 +0200 (CEST) Received: from mail-oa1-f97.google.com (mail-oa1-f97.google.com [209.85.160.97]) by mails.dpdk.org (Postfix) with ESMTP id 9D7B340150 for ; Mon, 10 Jul 2023 23:47:34 +0200 (CEST) Received: by mail-oa1-f97.google.com with SMTP id 586e51a60fabf-1b0138963ffso4697295fac.0 for ; Mon, 10 Jul 2023 14:47:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1689025654; x=1691617654; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=eeFY4hQYNi9v+JbyY9lvm+4lQSAeV6ShWgTBp1fXra4=; b=MAon9ZkNV/uKYQPxU811dBUeBbF9jf4HVZx+IowV/bMBwgIg2NoB5AFaf+ATLZUQg7 8OsdxRhqYhs3TVpgnYr0xwpykWeBTCaZNmyvf+1IwN/tRijgIGEs/DsgxItXdYRuZk04 nzXZx3Um/D+NXxfhkrjDBZTL7cAQ0MFAJ7pCw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689025654; x=1691617654; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eeFY4hQYNi9v+JbyY9lvm+4lQSAeV6ShWgTBp1fXra4=; b=TLIiKQoVo8ctODlOaodpHg9/VPliJZgzRaIFAH27TCo/C6hBo/IC41h4HtDva9Hbl+ xKatr14PbuTpBbHvgGKMdUF8FRiieNVL9oveTfPqkeRqwAdiOBroLqLhku5Du1ACncFk +IDyTBccixD6ErPh7nuPpViTIq7eAGAdMc2AZT67C6tvMuSz8kcoVW8X4w1EknNBIDcP YVruv+54sj8YQmqETn7rB7+h8UbMTPlOQxk7zsQ/TPiN74k9Hx+GXOmoN/WQRfrzo2RO PrXr9X9BjA/hgorDcr20HcuijLU06MFrrSMTYNYdFFar0rBTcYOsjPBQIudqlxW2+YPl 2mPQ== X-Gm-Message-State: ABy/qLZtwjasFMgS2rNAMprDcwLTCKvuxXtGkiN3y9r+N2humeBzd3iZ xue6rNxvDxMwBVs0fFVTQdSakW49/Ag93Aud5vsMAiGAFSMZbV+Hz/gotw== X-Google-Smtp-Source: APBJJlH7JLw4QM5VXHVe9r1loG9mucJqj6K2CouhC/03bABkEg1r5ZUxQEAvrDdnZByWk9rSIp1vcP8rfp3Q X-Received: by 2002:a05:6870:4255:b0:19f:1a92:6e1a with SMTP id v21-20020a056870425500b0019f1a926e1amr14884954oac.5.1689025653988; Mon, 10 Jul 2023 14:47:33 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ed28-20020a056870b79c00b001b093c25fabsm115765oab.2.2023.07.10.14.47.33 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jul 2023 14:47:33 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 10 Jul 2023 14:47:33 -0700 (PDT) Message-ID: <64ac7c75.050a0220.fe11.26d5SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 6C5F0605246B; Mon, 10 Jul 2023 17:47:33 -0400 (EDT) Subject: |SUCCESS| pw129203 [PATCH] [v3] eal: add notes to SMP memory barrier From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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-aarch64-compile-testing Test-Status: SUCCESS http://dpdk.org/patch/129203 _Testing PASS_ Submitter: Ruifeng Wang Date: Monday, July 03 2023 09:56:42 DPDK git baseline: Repo:dpdk Branch: master CommitID:a64a4564705d18d20d20cfa16c79e795b7bf0f1e 129203 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26928/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/