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 F1F804281A for ; Fri, 24 Mar 2023 03:54:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D62BA4068E; Fri, 24 Mar 2023 03:54:10 +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 448154068E for ; Fri, 24 Mar 2023 03:54:09 +0100 (CET) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-54184571389so10145527b3.4 for ; Thu, 23 Mar 2023 19:54:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1679626448; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=8uirtA4pZbjYZnJSa4r8RAKYv+3P4YxZDl3WFLhxqEw=; b=Xre+tlFPSoJvxtecZGFcJiBOluWr+7OI/pCJxRqf+ZJtmXxNJnObD9j5VP2PyIN9ww NvykNrCheE8yXeTSOL95SIAkTIlMe2hHJXyAi/VKIaUBv42bkvgE1ch0BOp7hRiNNLY5 LZXkF7jiul+vMMhQM+nAMbhLFuwO4L1nwHh5w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679626448; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8uirtA4pZbjYZnJSa4r8RAKYv+3P4YxZDl3WFLhxqEw=; b=Qg16oxea494CmgoMnAb8dl0K8glnjDVEJ7RG4a7WyEGVGcIVbohzslEzsO8pgUmSZG +SXdy1iS/S0hJnaeYcGvPK7/qIkaEnm3rJyfzcKwIjVl6Y33L8RDuza05Yl+JVRhVR4y qDMytcbCZ0od2YGulIf4oO3PfjFhsl3nUVdG/5+A5V22T7EAbRKlAaZ2X7S0AckTsUqe 4qPKckunjCK7r/UhtzuVIshwMXTGdwP1rh4qBuSke8adtb89Ku8RRNu20LQ3FQAxhjPc XTE1wU4fCKuBOonOJgUsGM1+CrlJqfBJtKVFjzdqzF650XUPpmmEpchXUBvkA+xr9aj5 NMUQ== X-Gm-Message-State: AAQBX9cVVaJDsVpUe2DKRsw2AzZ064CwwX5vetjTwqbaUc2Q8PK04f+M 4IVGhH9Y2YbVYL31VweKbFSgO5PPikK9JkA9XYS+N7dpn72VWbnfc9116pCEcT/0b2iAxpvVig= = X-Google-Smtp-Source: AKy350aR0ANS6+7VYwRYoDE5iRlYl0RtHPpS2txGTgm2pmCnUzWl9xMqSQBH7OgNW8Jrq8gVVfMPJ4mDxAwh X-Received: by 2002:a81:6c17:0:b0:541:6ff1:f492 with SMTP id h23-20020a816c17000000b005416ff1f492mr881674ywc.14.1679626448607; Thu, 23 Mar 2023 19:54:08 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 191-20020a810dc8000000b005459f233f89sm82304ywn.65.2023.03.23.19.54.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Mar 2023 19:54:08 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [IPv6:2606:4100:3880:1722::210]) by postal.iol.unh.edu (Postfix) with ESMTP id 4D585605246B; Thu, 23 Mar 2023 22:54:08 -0400 (EDT) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 3FD3E60125; Fri, 24 Mar 2023 02:54:08 +0000 (UTC) Subject: |SUCCESS| pw125467-125473 [PATCH] [v2, 7/7] net/ring: replace rte atomics with GCC builtin atomics From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230324025408.3FD3E60125@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Fri, 24 Mar 2023 02:54:08 +0000 (UTC) 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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/125473 _Testing PASS_ Submitter: Tyler Retzlaff Date: Thursday, March 23 2023 22:34:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:3223d456062bb12e9e6cf02b97966f42affa4d11 125467-125473 --> testing pass Test environment and result as below: +------------------+----------+ | Environment | abi_test | +==================+==========+ | RHEL 7 | PASS | +------------------+----------+ | Debian Bullseye | PASS | +------------------+----------+ | Debian Buster | PASS | +------------------+----------+ | CentOS Stream 9 | PASS | +------------------+----------+ | CentOS Stream 8 | PASS | +------------------+----------+ | Ubuntu 22.04 | PASS | +------------------+----------+ | Ubuntu 20.04 | PASS | +------------------+----------+ | RHEL8 | PASS | +------------------+----------+ | openSUSE Leap 15 | PASS | +------------------+----------+ RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Ubuntu 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.0 Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/25860/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/