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 11CB443A9F for ; Wed, 7 Feb 2024 10:11:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A81C40295; Wed, 7 Feb 2024 10:11:41 +0100 (CET) Received: from mail-ua1-f97.google.com (mail-ua1-f97.google.com [209.85.222.97]) by mails.dpdk.org (Postfix) with ESMTP id DBE7440279 for ; Wed, 7 Feb 2024 10:11:39 +0100 (CET) Received: by mail-ua1-f97.google.com with SMTP id a1e0cc1a2514c-7d317aafbd1so209576241.2 for ; Wed, 07 Feb 2024 01:11:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1707297099; x=1707901899; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=48pFzVYgtqa6DyR2dz3634VUabeqCe8F/m/PA6tjho4=; b=Us2Z/IHqxRv2+T+Z7KrdCgnFdTGI82s6gPkY6uI7h/ta64VsDL86lKopyLT/JjKB2R 32bbh5vdCP1SamlesOJtcSfsaobYPWtRuLRqfbkEWWtA7bGcasotR0hUUhpWJFeo5tDw PGUa4g5v8FOqIuJNrbn/2i+d8/NJnbPKsXsQg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707297099; x=1707901899; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=48pFzVYgtqa6DyR2dz3634VUabeqCe8F/m/PA6tjho4=; b=UiQS2i9argiPb7struhjpVI4zOl42egsOnsT6Gw+H/Foos41Km95oKrfqUIY3woC9B 6hMbBVyWw0H/FyeYYZNSERNXjscsn1Po1ppOqLGbdgXQz1zG+2wwjSzqJTCWMHeO3Jfm 3HV/o2ET1KQucw5nvz/MZBdEJ7ryMCEpgaHNq1HlLSXxuXl6bwo1wh8mn4pVSk71zFFy NhHB2w3k4yQeCmQLvkyaAJQ6RO5hGoH9byIfZh8HEq2EanJTYmjbObDDgq6aYljnTLJX JqA61L9aLx2RyBwDj+W3uNmnZQFFZoDsO72eIg/HrxBZpUxC17USfjsigscicYKUbLxf rkOA== X-Gm-Message-State: AOJu0Yx7z6J7BQ5DUWr9ve6I7WGIR6Ya7IRwPTSvC9ZY0mwOWYCe8NlL PDOQZSsVkXhP3m4LltulN1d8PA6PpFTQeHlpz24ZQqvtpulgnbJG30wTtAEuVbjhlGCXkLUaEIP gXdpTRAB3pdqSrC5hj157jjbrfzDP+Fv3 X-Google-Smtp-Source: AGHT+IFfOGryXiFl0l4A+xlB8IJE0BrOmpilIx9oTBhXcgCq5j/95OVCKCy7UkwDIDu0mFu11+1pYlW3xfTZ X-Received: by 2002:a05:6122:4a12:b0:4c0:3dc8:15d5 with SMTP id ez18-20020a0561224a1200b004c03dc815d5mr2051842vkb.7.1707297099271; Wed, 07 Feb 2024 01:11:39 -0800 (PST) X-Forwarded-Encrypted: i=1; AJvYcCXhIXKmrsZbkJ/wMQbU5JEhiohKOKP/YQqDmKENrhG7g1SOWIjqbq2UMf02S+uQTHWFYJ0dJQRSKT/+H3EoB9DBkDAFkwQpCOYTwgHfIQ== Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 22-20020a056122169600b004b6c35a1438sm49465vkl.5.2024.02.07.01.11.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Feb 2024 01:11:39 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 07 Feb 2024 01:11:39 -0800 (PST) Message-ID: <65c3494b.050a0220.25619.3092SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id E451F6052517; Wed, 7 Feb 2024 04:11:38 -0500 (EST) Subject: |SUCCESS| pw136470 [PATCH] ml/cnxk: remove unused memory barrier mac From: dpdklab@iol.unh.edu To: Test Report Cc: Honnappa Nagarahalli , 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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/136470 _Testing PASS_ Submitter: Honnappa Nagarahalli Date: Wednesday, February 07 2024 03:36:05 DPDK git baseline: Repo:dpdk Branch: master CommitID:eb83bed41d5d6f5b5bcea535ebe6185bedfa0276 136470 --> testing pass Test environment and result as below: +----------------------+--------------+---------------------------+------------------------------+ | Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +======================+==============+===========================+==============================+ | Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | +----------------------+--------------+---------------------------+------------------------------+ | Debian 11 (arm) | SKIPPED | PASS | PASS | +----------------------+--------------+---------------------------+------------------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Debian 11 (arm) Kernel: Container Host Kernel Compiler: gcc 10.2.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29075/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/