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 8FDF74308E for ; Fri, 18 Aug 2023 00:06:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8CE9F40156; Fri, 18 Aug 2023 00:06:34 +0200 (CEST) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 607E740156 for ; Fri, 18 Aug 2023 00:06:33 +0200 (CEST) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3499936a13eso1115155ab.0 for ; Thu, 17 Aug 2023 15:06:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1692309992; x=1692914792; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=jQWJcWgjjqrVFjvdncuTkXC6XEjLkRytJeKAzK/qRs4=; b=SVwUZCNEAl5wy+OzZrX+yriKpQUYFUGXyAPfrtzupMMznyyeOwDvdp+z9bGpDj6R1t ZMhOpzgdmoi7o1+K+Ls/R+PIbFjJXExLYBltUgrTbZ5laRhHADPIBXiW/NySES4fJ09X ocZj2I2R9lnTbrjQW48ldpPunb7seQU+q0E4o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692309992; x=1692914792; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=jQWJcWgjjqrVFjvdncuTkXC6XEjLkRytJeKAzK/qRs4=; b=SoQVC1xsS0qmxhVdBbF+SsRvwbh99YlWISQTsEkERNDRQ7DlkE/BVlDWMxZ9BG7Ou3 1yYfLI0gAKqoSWlJGWBjRmXXVM56ie5Ue3OCWcR3ipbu86p0RJcDWeoqT1ous7Q68hri 59CwkjqH8tUfsv2JSM3nSQformCiP4g377BORi+OCFNcgAIoqER7gCKz8V8d/buck3+/ IenIH8Cb+I2egJ4XUjV2u92LJasXwuIeHPaa6uW0KNk0ibjsqzyOd4TFOYkKkkYibVj/ I2tU3U8kfKtIgA/rl1DDj44JUlEi7As+R7WjOkqmGPpbC+/BsByoA33i6/xZhtqAkHL5 LhcQ== X-Gm-Message-State: AOJu0Yx9lQb1PHXFHsRYHwvaKtYczzTtJU3oRMEbzDdMRUU2vZ5tt67T cnbb+I7n+EtUVSnXC6q235U4YfMUBDNfoCzMh8OKAc2QICZv7Pfi4yH70w== X-Google-Smtp-Source: AGHT+IF5s2EqL2UimAHp6CPvRT7V/tORyhlblFVJkgmx3QN+8STyZaCVogW+HqshNlOsAe3ZY2PdrXj4+Ke2 X-Received: by 2002:a05:6e02:1253:b0:349:9af5:7a7a with SMTP id j19-20020a056e02125300b003499af57a7amr816413ilq.11.1692309992867; Thu, 17 Aug 2023 15:06:32 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id gj12-20020a0566386a0c00b0042b0ee54f93sm22760jab.6.2023.08.17.15.06.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Aug 2023 15:06:32 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 17 Aug 2023 15:06:32 -0700 (PDT) Message-ID: <64de99e8.050a0220.56388.1047SMTPIN_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 802F56052471; Thu, 17 Aug 2023 18:06:32 -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 | +----------------------------------------+--------------------+ 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 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/