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 3114E4308E for ; Fri, 18 Aug 2023 00:09:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2D91A40156; Fri, 18 Aug 2023 00:09:11 +0200 (CEST) Received: from mail-ot1-f100.google.com (mail-ot1-f100.google.com [209.85.210.100]) by mails.dpdk.org (Postfix) with ESMTP id 9051542D0C for ; Fri, 18 Aug 2023 00:09:09 +0200 (CEST) Received: by mail-ot1-f100.google.com with SMTP id 46e09a7af769-6bcbb0c40b1so310860a34.3 for ; Thu, 17 Aug 2023 15:09:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1692310149; x=1692914949; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=qhWLsq4YjWwkXzOwWqbuNFM+HmgAWtm141lGesSOJlQ=; b=AxqzvChfIyMe1KpSwDaiura6P2gxOYksRf69JywidPL+ZsbMrF5JXrui0dXswx4sKD wfA8XM2zYIbv1iav5WHppxXUVc8Ih8r8dBLKNit7+KTppF7gP54SN/9z4EdWT9xhB1/T OmTdTI19T+ZnLQJ1lj+thP58XsR8lSD8S6S9s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692310149; x=1692914949; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qhWLsq4YjWwkXzOwWqbuNFM+HmgAWtm141lGesSOJlQ=; b=UlP6g9IiieIWHDQ9yursjaexJj8QnatF3IMS4DWlgp5HcuTFI6a7xSNfcalAADCvvP fUnlRJGcC6PJZ2DjgEirwlfU1Psinqbm5n/8YLpNzP+YVv8MDlxedGaz8X3UcUF9cksG JLxiiv5wPSmpPjnNTjuA5w1hm9uFJjP0kJfLbehZNxlTKBKD8uoXVxwBJGtYdsk8eo8U LOHBdOFWwV6uMr/nM6xikuFXH+9hWHnGVteu4s2gzm/1CW2/Lxp53V6mcW5FW1h6316h gS6tmNUy/cGAQ4tjeLmt1yW4i1LcUBYPzFs2VicQrQYhGXQl2sOFHKjEy8ZPseVEnUV3 pzLw== X-Gm-Message-State: AOJu0YxcUs49jyQV9eZ7yyu3K0OxhtoYfTo4wJOKCOwle+7c3A7xAAdR KolGTov+2Rzk/NTC4dhivcAMOqLVdYnVaD0y5p5++XR8LcGZDiwGW3EFaXvD2pqJmQCzOBbCwg= = X-Google-Smtp-Source: AGHT+IGTBPt0dtyFBkJvnTgedIwFUNF0HmLKZs0CuQd9MKuXTUKmiQ602/ZWRBxorP8sdNr8F3ZRxBmivub3 X-Received: by 2002:a05:6870:568d:b0:1be:9b41:a144 with SMTP id p13-20020a056870568d00b001be9b41a144mr804710oao.37.1692310148882; Thu, 17 Aug 2023 15:09: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 p13-20020a056870830d00b001c8d3e03d7asm64002oae.31.2023.08.17.15.09.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Aug 2023 15:09:08 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 17 Aug 2023 15:09:08 -0700 (PDT) Message-ID: <64de9a84.050a0220.c445a.2871SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 815216052471; Thu, 17 Aug 2023 18:09:08 -0400 (EDT) Subject: |SUCCESS| pw130476 [PATCH] [1/1] hash: add SVE support for bulk key 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/130476 _Testing PASS_ Submitter: Harjot Singh Date: Thursday, August 17 2023 21:24:17 DPDK git baseline: Repo:dpdk Branch: master CommitID:971d2b57972919527e27ed683032a71864a2eb56 130476 --> 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 | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | 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 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 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27372/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/