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 A547042504 for ; Wed, 6 Sep 2023 05:33:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC9694026A; Wed, 6 Sep 2023 05:33:08 +0200 (CEST) Received: from mail-oi1-f227.google.com (mail-oi1-f227.google.com [209.85.167.227]) by mails.dpdk.org (Postfix) with ESMTP id 3EE6A4026A for ; Wed, 6 Sep 2023 05:33:07 +0200 (CEST) Received: by mail-oi1-f227.google.com with SMTP id 5614622812f47-3a9b41ffe11so2231192b6e.2 for ; Tue, 05 Sep 2023 20:33:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1693971186; x=1694575986; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=+VP6/5Q8inzHT5I3N25C9t2zf2SLFCqfppfB9S7OH7M=; b=F3dDeZ8Mdp8gFbUO/i+K+gfHbNOuUFNKjt85C8FGaMyfr9xMss97F7rd+g55rUa7Yk 7FHoBS0zCFafqslNkxUQl9DeNIaUdjmNtb/8vG0T3mpRQ4C8oZLXIe/kXgxpjqblOvcD 3uWNHgzJLIW+yNOfLYrF5/9xo26enE5FpDcTc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693971186; x=1694575986; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+VP6/5Q8inzHT5I3N25C9t2zf2SLFCqfppfB9S7OH7M=; b=TC/Iv/oiKgzcx+YYU1TCdq/VL4T/KEN4aVLyPnv7oAfPNkjkEIzo0S52KQgFzIgRtQ X6f6AsqxmTqVLLgtDuSaWPAtWxm2C0q80jM/xEjUkQfieHy1ZiGvoNczstMQ16JGZRje WxasezkUHRml8ih+MXxEojqwj43xLeUfNyP7XnQ19vZq4Q7X+jv6X5C+x0TJzYRU9I2O dWtsIOZ4bf/62w5dDJ/tFKD0mxYqnJ1OEY+XvU13i9LptVBKBLylvde9PFmd0TAAAnPA fXGbDBUEhPL9eSaPnn766dIGXe4k89Uw83RU01TZivmkEC+J0xxLE/tuF4wM871t/EUJ x/Lg== X-Gm-Message-State: AOJu0YyzmzsB14awi6cmPOUsY0lFhBCS4P+AG9wPu9GBzBzK7QYID0bC wkgsPBBN6QOYyPuqaBKqj7CM3vCO1Ee+cmQdMQBzqsoXfVafXFRqmPLFNcHC7GE8cJNQNgnrzQ= = X-Google-Smtp-Source: AGHT+IFZjuw+Gu6sIUmMoGKD+SEy/hAy+L+nN3xu7en6ibsj8OGJDvnRIOk/xQGYjcz4ofqTJP/hWfG21eeP X-Received: by 2002:a05:6808:191d:b0:3a7:4fa4:edfe with SMTP id bf29-20020a056808191d00b003a74fa4edfemr20729716oib.54.1693971186554; Tue, 05 Sep 2023 20:33:06 -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 bu21-20020a632955000000b005651a2082c6sm889133pgb.18.2023.09.05.20.33.06 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Sep 2023 20:33:06 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 05 Sep 2023 20:33:06 -0700 (PDT) Message-ID: <64f7f2f2.630a0220.10c00.94edSMTPIN_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 4FA556052471; Tue, 5 Sep 2023 23:33:05 -0400 (EDT) Subject: |SUCCESS| pw131183 [PATCH] hash: fix SSE comparison 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/131183 _Testing PASS_ Submitter: Jieqiang Wang Date: Wednesday, September 06 2023 02:31:00 DPDK git baseline: Repo:dpdk Branch: master CommitID:e92ba1426914db1d224dd5e9a1743657681b8814 131183 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | 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 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 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 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 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27531/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/