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 A775445D56 for ; Tue, 26 Nov 2024 19:54:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1C2140B8D; Tue, 26 Nov 2024 19:54:59 +0100 (CET) Received: from mail-qv1-f100.google.com (mail-qv1-f100.google.com [209.85.219.100]) by mails.dpdk.org (Postfix) with ESMTP id A68F04026C for ; Tue, 26 Nov 2024 19:54:58 +0100 (CET) Received: by mail-qv1-f100.google.com with SMTP id 6a1803df08f44-6d413def36cso49374106d6.3 for ; Tue, 26 Nov 2024 10:54:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732647298; x=1733252098; 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=eT7LjsuOkocTw1OdGSfx1qs7MGiA0fEAOKnYM3f7dVg=; b=hxC4z4ZU/P0HJpWOF8ewDS5clDMA2jflxn76qEB0XG52zKcMOMxIRkOHXlakmnOiQ0 zo/R8HlaMxst0uHdtJ/OdrrSKA+UZAasWFWxys41A9SaAa+mg8KArYU+jqhW5xW+SVUg FI9TH420sJr71FXmJMLnJ5ytF6ncXcUDnnHk4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732647298; x=1733252098; 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=eT7LjsuOkocTw1OdGSfx1qs7MGiA0fEAOKnYM3f7dVg=; b=KnS/yBhVztNPCfnFvC1+tn3t+SyebvKXYzPNbx85JjlV4DasmqBZmjrxJOoa0RXzWV xN4vfohRPLmrlRowJ6uM5ICcm3+rUf2VAme6UcFOKgr1uObLOgkO45ij56sXiesjNzCU ar3s/WO1Zn/9tunpwQJgoTnQi8FzAg8/lhIG6n6fzPABSSYQ6ttiCRcX1XYC/5hC7Pfw CqlCQw4yFXUUqn5EPOJcE39JSZIAuz+dg+ArZ3RIyx3TxoxWeM5pJUwG6dkx7A5QGzeH FqX3icLwBt0A4xOAVJRn1U7fDNxgp2uc58QWxfg60fX2EmNYZ9724SibREUx4E2sDx5i uB8g== X-Gm-Message-State: AOJu0YzTW1lPzoek5qMgbkpZs3U6mJUnTAbaNyFEh4gKM/q+f/eRhgrA 2AVmQ++Nlg+ZdUyTVe6M1NAVPyP6SCQ3yyk+Xy9NQXX4wCdJLumM0b3TIhOJ+Yf7fPQ86zLayif xa0YRujJ8/CGd153+GaCmV1kZGP1QQqu/ylFTtoyR X-Gm-Gg: ASbGnctigIem168hW66EBslozzkk+7qFD33k2ay/pO2frKAx2TL0n9cYQQnKS16mwCx mctnleGhddIwaBRiUd3HFQ1ZXL8cEfFmeVFWhw+7QpL+Phl1t2SraUpU0LC754uPqZ2fqBs44AJ zrs2l5bIJvMPcZ8GO2Efx0vKlaAaO1qxUjFVghG5a4eGDGXFMzn2WAelr/Zq7AYKDRQe9zvFvkD t2C+WbzOFCbEtiSvjrRlf4qNVF7x0DWCd71tBr76cr16ut1GMiYsAmdk8hUgCL5A4rTqVQ= X-Google-Smtp-Source: AGHT+IHY56ItoOBQflAgrbxA+RAA5Tkjej2XzhdW3L5G5Xi0mgTFPdXMFrJ3uvoxaisXvkHnQuUK6/ZH1g1O X-Received: by 2002:a05:6214:2026:b0:6d3:e839:aab8 with SMTP id 6a1803df08f44-6d864d3e7a6mr2806026d6.25.1732647297964; Tue, 26 Nov 2024 10:54:57 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d451a83dc2sm5382186d6.14.2024.11.26.10.54.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 10:54:57 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 10:54:57 -0800 (PST) Message-ID: <67461981.050a0220.22d01f.2d2bSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.9] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id B26B66052471; Tue, 26 Nov 2024 13:54:57 -0500 (EST) Subject: |PENDING| pw148862 [PATCH] [v2,1/1] devtools: add DPDK build directo From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <0c51bf062885577c89d0541d19b7d05f525730b6.1732632087.git.anatoly.burakov@intel.com> References: <0c51bf062885577c89d0541d19b7d05f525730b6.1732632087.git.anatoly.burakov@intel.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/148862 _Testing pending_ Submitter: Burakov, Anatoly Date: Tuesday, November 26 2024 14:43:36 DPDK git baseline: Repo:dpdk Branch: master CommitID:41927fde0889abb24aecc3538aed06f3ae1ae09e 148862 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#295208 Test environment and result as below: +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Environment | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | +=======================+==============+===========================+==============================+================+ | Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Debian 12 (arm) | SKIPPED | PEND | PEND | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 39 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+--------------+---------------------------+------------------------------+----------------+ Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) CentOS Stream 9 (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) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 RHEL9 (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 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32022/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/