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 CD97F45D48 for ; Wed, 20 Nov 2024 03:31:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB05D42E92; Wed, 20 Nov 2024 03:31:50 +0100 (CET) Received: from mail-pf1-f227.google.com (mail-pf1-f227.google.com [209.85.210.227]) by mails.dpdk.org (Postfix) with ESMTP id 0A86B42E90 for ; Wed, 20 Nov 2024 03:31:49 +0100 (CET) Received: by mail-pf1-f227.google.com with SMTP id d2e1a72fcca58-71e79f73aaeso1298749b3a.3 for ; Tue, 19 Nov 2024 18:31:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732069908; x=1732674708; 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=I5BLDn02Y/d3Js6YpA3CYkKVSikHrsKeeKMRnjaNVrw=; b=FF4YCcshnpA3b8NGogX5MrZRIERG6BPrXfxV3JJwTSYkugg+upQL21Qu+nS3FUp+9+ cphyJi4r3Bov5BOzs9HgQooADVI++AVvLB+Q5TL6MnyVv/UMFCP4DZqJo3i/YU1MSX+n Jm7jypIwUfDm7G53e2IZgUF2kw3USm7k9AoJQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732069908; x=1732674708; 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=I5BLDn02Y/d3Js6YpA3CYkKVSikHrsKeeKMRnjaNVrw=; b=d2KMdkZAfM7bDn9myfUd55s2Z/EBsD76lsbwbpUg3tld5ypWRZscZ+9AOOXUKHhbPy eXM6PGva903MbeYFdTRdpKGPnSfQMz+2mSNj+V8wz450jOiXDAsuP0EWwvFkSUWIudIO ohuvH/L6kAv9es7j+NFzBXWrErXO0o7Xpi2V4dHPkg7FakYk1HOga/9J2V1UCn/S/+3c cavyXYTabueQPGGobElCBJoyV56C+cLBAL/GHTvIWslsZEj4QgKSrqVd0jrHlgciskdw NrEMGhWDXKKjYrdhv3hVZ5dIHgM6QFamCAdaBYiGqzcI7FNYPIi8+jnoJOt2Nyqsgucz 81Hw== X-Gm-Message-State: AOJu0YwI4SqKpjHuKXNPuK5wT+w0E0hw0C0+knce6LJfD8WczMBG2Rf8 HmIrYVULvOdJ6w0fcxsRSkDhY0nUkIeWKUoyTnui4e0dHuIRnReHqxP/EhGQ8qD7CGB2QQUycrc TMWCbyjO/rZ3mKrCMNlM3HofuL12tWRPzLrGw7e5r X-Gm-Gg: ASbGncuW/si69VsZGOWuQnBQ1yih2eposql/lRBw5jdn02xh1wwwxSrLd/kCI2YkggE sfP5dfE/ZxjaB82a+b9uhf2ZzzP2kN3TNplhRnKuPLbE6A40ygtmVtxKaAQp8ISsrxT8veHx1OP 6UF5GvSglnQTpMFx/3jHAdxmrXMpFmSr+3NiT+J3W+LXwt7qFB5PxZrpPpNLlpbI1xpzUbBLgvl SB3rolFd5Pl2LidEofIwwwkwtmOxgS9I5c5bEdeVvVAA7tYaLG6gJ7boS4ad+4a2Cu4mcY= X-Google-Smtp-Source: AGHT+IGma7JMjDwTwPaZewqJMRSt14NWTtrthanLKAavqqgIW0Sw445lI+q75QdIDw31vm5fVylhnJNNFzYj X-Received: by 2002:a05:6a00:4f91:b0:71e:b1dc:f229 with SMTP id d2e1a72fcca58-724bed2f151mr1731239b3a.19.1732069908157; Tue, 19 Nov 2024 18:31:48 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-724bef498desm34142b3a.1.2024.11.19.18.31.48 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Nov 2024 18:31:48 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 19 Nov 2024 18:31:48 -0800 (PST) Message-ID: <673d4a14.050a0220.24da34.2605SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 88A4F6052471; Tue, 19 Nov 2024 21:31:47 -0500 (EST) Subject: |PENDING| pw148641-148656 [PATCH] [v8,21/21] hash: remove use of VLA From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1732063048-12298-22-git-send-email-andremue@linux.microsoft.com> References: <1732063048-12298-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: PENDING http://dpdk.org/patch/148656 _Testing pending_ Submitter: Andre Muezerie Date: Wednesday, November 20 2024 00:37:28 DPDK git baseline: Repo:dpdk Branch: master CommitID:036f72d07249aa36c2d2d61bdaf84a492044d0d9 148641-148656 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#293221 Test environment and result as below: +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Environment | cryptodev_sw_zuc_autotest | lpm_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | +=============================+===========================+==============+==============================+================+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | Fedora 39 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ | 32-bit Ubuntu 22.04.4 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------------+---------------------------+--------------+------------------------------+----------------+ Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31977/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/