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 5B36D425F3 for ; Wed, 20 Sep 2023 18:09:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 56A2040277; Wed, 20 Sep 2023 18:09:19 +0200 (CEST) Received: from mail-pf1-f225.google.com (mail-pf1-f225.google.com [209.85.210.225]) by mails.dpdk.org (Postfix) with ESMTP id 9C22D40277 for ; Wed, 20 Sep 2023 18:09:13 +0200 (CEST) Received: by mail-pf1-f225.google.com with SMTP id d2e1a72fcca58-690d8c05784so922480b3a.2 for ; Wed, 20 Sep 2023 09:09:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1695226153; x=1695830953; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=6kTkph6/Zp0KTQl7Nvd/tkxCQUuEypkWSXvHVlsQE98=; b=VYdKM7LBYfpjONnovGkRCRhZhvzOqER7V9xbUHkxyUCtp4EMYFbeat4mSfr7yLkigR 0jgMuSWS7XNwneVYNcKoFmL26wLxG2DJYH4DZWBrhPI6ZnjcCryJfP7tL2YUX5TfqP5Y sD3h2jdZ6BRSGxAIl4I5Sjyre/OgrWeH56U0s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695226153; x=1695830953; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6kTkph6/Zp0KTQl7Nvd/tkxCQUuEypkWSXvHVlsQE98=; b=UrwUyIBnED6OSuvV7ZEqa3YdrIw14RwTTeuOtNTdoI6ZMBz0uA6JD7Fumqqi/5bgBc Sl+ouP7Z9KL5zlU2N75IzWmCevG5IfAsx7z6zDlt2INhftkbe/GWQQ1uWO6dh37nS07K SKRmN1qpw7ukYywRuBqEVcO2lb2QSyR8vkSGDSusZNmCk9r/qAJp/An6edG+iQxhkxqQ UeFWPQqF4bJZv/pSVCFbohnrDtaJwgOGY7UsWBJbtvz2g8ED1PS7w+aah/vHt+2DJPcN XKzKT/BE0ILhEjweYVijOD3r4QSSaE8dHewXasObHloeCLnErTuktwqqrSyWmu7s2kAm neoQ== X-Gm-Message-State: AOJu0YxKa07akrK9xfSZWYTQDVawLj9VQv/N3QHP5ut2aXnSyC9mZN7W IgGbyGy7vnjozejOjfCZEvYijARiDZCobG1xovMvBSN1V2fYwOP1jkMSyQ== X-Google-Smtp-Source: AGHT+IEostZNICjY5DrvLEdnA0cXxPHCEnYOeq6x77qDU6DcYhAJkBJZgH/2ljlFEGMcdZiAlIvWwPGeL5Ns X-Received: by 2002:a05:6a00:1508:b0:68b:c562:da65 with SMTP id q8-20020a056a00150800b0068bc562da65mr3277235pfu.26.1695226152854; Wed, 20 Sep 2023 09:09:12 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id z6-20020a626506000000b0068fa67344efsm272899pfb.18.2023.09.20.09.09.12 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Sep 2023 09:09:12 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 20 Sep 2023 09:09:12 -0700 (PDT) Message-ID: <650b1928.620a0220.6b59.e6feSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.4] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 1E4DD6052522; Wed, 20 Sep 2023 12:09:12 -0400 (EDT) Subject: |SUCCESS| pw131711 [PATCH] [v2] security: hide security context 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-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/131711 _Testing PASS_ Submitter: Akhil Goyal Date: Wednesday, September 20 2023 10:40:00 DPDK git baseline: Repo:dpdk Branch: master CommitID:31e60e81f025e9fffa69b68bffe5cfaa22d5c098 131711 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM Clang) | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.3 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27666/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/