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 3C9FD42FFC for ; Mon, 7 Aug 2023 17:49:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 18CA840A8B; Mon, 7 Aug 2023 17:49:05 +0200 (CEST) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id 6761E40A8B for ; Mon, 7 Aug 2023 17:49:03 +0200 (CEST) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-d35e565071aso4943567276.2 for ; Mon, 07 Aug 2023 08:49:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1691423342; x=1692028142; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=Rojlz7ggnZAlO8VQ06uhQJofJKI8bjRB3cYxNgt8EZQ=; b=hEyoyJId4x1NCmbg54uwDpaCozXT0mYiGBd+LH9iJ5Z9vug7JbrScypqSP32u1WNQY SRIsMLXjpglhe8Zg3518/QaNDa6LHoc3RL7IFORgA/rtCTMw43j+Srw4H/fWRE1h7ABV eqE6/d7+JP5CnDSghZdCQppU+fj1y4EfQBG1E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691423342; x=1692028142; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Rojlz7ggnZAlO8VQ06uhQJofJKI8bjRB3cYxNgt8EZQ=; b=Xn5LO1/g3wd5MUCLzSZr080i9ZqWIgz6fWjTERCFOA216U5XivnxUKh2LtJloqZ0T9 Q2SfSgGWFcOBZsYujmkdCOtB3KzczRyLjmwQ5o8EZ66EASU58d4aPzQPojYbCxedwLtx 1II08uPNEzQVecoh9DqAr3IskQQpDN63sS8DutmOTiWGiKtZM9MSTdBLWby0iAuU334t O6nsMSA89jJyB8SZY9r6JBaxldai5jmhwtgCT9fiOPt62I4dGy4oH26MXi2pMuYmYTBs YPI5E6WDzADeEAs7dXEn9SvGpB2+X24zVnb0XhMBOZOMsVJEvq1DYVSt9rA6kFSP/hLl WIww== X-Gm-Message-State: AOJu0YxqW9iXjtvUz9crWevFVFGl9xIO0cMviSoBNaAMQpUXT6oGTLDN ztC2OW5vd4blcUeMFHjRXV7TqoNTTCjE+roljRPkWGc84ScVNJLwiKJ5kg== X-Google-Smtp-Source: AGHT+IGH+UHb9jw5RxFpG/0LZ0QzGiQrE2RU56kyU0vGSzKfVjYKMd7en1LqmvXIzP4m/hEbOPhfufM4A5BN X-Received: by 2002:a25:7483:0:b0:d4d:d260:44bf with SMTP id p125-20020a257483000000b00d4dd26044bfmr5678584ybc.59.1691423342747; Mon, 07 Aug 2023 08:49:02 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id x64-20020a257c43000000b00cba573e4eb7sm1294533ybc.22.2023.08.07.08.49.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Aug 2023 08:49:02 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 07 Aug 2023 08:49:02 -0700 (PDT) Message-ID: <64d1126e.250a0220.2b266.35d6SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 619CE6052471; Mon, 7 Aug 2023 11:49:02 -0400 (EDT) Subject: |SUCCESS| pw129932 [PATCH] ethdev: add new symmetric hash function 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-aarch64-compile-testing Test-Status: SUCCESS http://dpdk.org/patch/129932 _Testing PASS_ Submitter: Xueming Li Date: Monday, August 07 2023 11:54:56 DPDK git baseline: Repo:dpdk Branch: master CommitID:9836014d4c2b1b2c29948c928fd386b2944b6bcf 129932 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 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) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.3 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27241/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/