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 1FC0A45D78 for ; Fri, 22 Nov 2024 01:03:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44AD74026E; Fri, 22 Nov 2024 01:03:04 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 796D74026A for ; Fri, 22 Nov 2024 01:03:02 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3a7750318a2so5610595ab.2 for ; Thu, 21 Nov 2024 16:03:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732233782; x=1732838582; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=u3ZOZPU5/Nln+CTN6vg7HvL4CAz1aFA+xq7TcPnQdNs=; b=LmJZjQMEY2yzLcCGUsOYGKMLir1A2qv72a2GHGQ0Ts9BnSoTJAIt8cbLRw3FnxIAd1 pMmhgUZ41kvzyrCogBxF6w+N3nJ99mQCEQbecXMvmWwSrMyvBMbreEbVGvQLPsGhVm/9 YfBGzaxtaTrMI0hiUHtzqEP93A9/XnG0gkcm0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732233782; x=1732838582; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=u3ZOZPU5/Nln+CTN6vg7HvL4CAz1aFA+xq7TcPnQdNs=; b=B7unVhFOAZDpxUwr03nVNBvWfjHB8Bv1SO+wta1UaD4wFinoWBIoXhmaheUfSWFNs9 94Xuq9xfNmgK+AMzF4KT1uK2YPIXJXNonjOZxNJRgSMrIL1w+xQ00BFH5oFbcGA1JNQ4 PdSZPnWHqaxKjk9CT8TwxDEJ0mLUVkv/wURyPtZXKAaZEy1iKoQw474UzH/A2x/Rdhu2 pa4Mc31BRHR5vPMyq7LE+/i86kYYJCzJh4w8/Hxf4hHF2LAyNHoW5QC78iCjGYZoVioo jpPMNHV7p8oTd0exPXpVjOc4nDh89vDuC/sFj7MZ8QwgdjBdytDoRMcZaO1sftxApLnv CJww== X-Gm-Message-State: AOJu0Yx6csAuh9zxrzdUOgnbRYY1D8C+SARvQdPdRPH623rTifWaCtny XAis0b5wN3FSJIJCRKgCnvjbSOIZCL7EcXJ1x96k/aJMKscFzJtoVcfPzTbDd2Sc8Oda1ruXwCk ZFrJhnU6OeLZR+Oc9fHBacOtyExFAQsrw1GZGDR7R X-Gm-Gg: ASbGncvNAFBMGL7bx6BkRZboW8DqKYY52hnx+l4VTES041O8SDVBhzKiQACbsNPlrDD E52AM1jAtycG++5epe0Ka/jIcc3pJls46G/LyiNioM4r5E/bT5BqatMrr3dcNN1yeOmkgJUQJvr OFlY0evcWY/CAlszZg+y0NfYzmalUUS+tu0E1x2yTLn/869l8PXGnrqxbeNIgK7lYEeXAH36fML 8bW3NPNaDSrTaTTqo6D34EsNwzI+KcJ5IPa5xUVPT7rT4BpWxo1sR8YbWvmrN0xnH0WxnQ= X-Google-Smtp-Source: AGHT+IGuNgBlsgnLIOAbYFNgD68gLzGw2qk/exBY6lWlJlPPA/ZM/e61zPSLdDog96sHrtWwUg4z+tOHWDE+ X-Received: by 2002:a92:cd86:0:b0:3a7:21ad:72a9 with SMTP id e9e14a558f8ab-3a79aeda807mr9393615ab.17.1732233781828; Thu, 21 Nov 2024 16:03:01 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3a79acef586sm259745ab.72.2024.11.21.16.03.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Nov 2024 16:03:01 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 21 Nov 2024 16:03:01 -0800 (PST) Message-ID: <673fca35.050a0220.17de56.1ad9SMTPIN_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 5255A6052471; Thu, 21 Nov 2024 19:03:01 -0500 (EST) Subject: |SUCCESS| pw148749-148766 [PATCH] [v12,21/21] hash: remove use of VL From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1732225298-10322-22-git-send-email-andremue@linux.microsoft.com> References: <1732225298-10322-22-git-send-email-andremue@linux.microsoft.com> 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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/148766 _Testing PASS_ Submitter: Andre Muezerie Date: Thursday, November 21 2024 21:41:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148749-148766 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#293970 Test environment and result as below: +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest | +=============================+================+===========================+==============================+==============+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Debian 12 (arm) | PASS | PASS | PASS | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31992/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/