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 CF03845E2E for ; Wed, 4 Dec 2024 12:20:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C80CE40A89; Wed, 4 Dec 2024 12:20:52 +0100 (CET) Received: from mail-oa1-f99.google.com (mail-oa1-f99.google.com [209.85.160.99]) by mails.dpdk.org (Postfix) with ESMTP id 182B640A87 for ; Wed, 4 Dec 2024 12:20:51 +0100 (CET) Received: by mail-oa1-f99.google.com with SMTP id 586e51a60fabf-29e2e768952so4088842fac.3 for ; Wed, 04 Dec 2024 03:20:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733311250; x=1733916050; 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=UR0J7g3slaIYzz72t54ew4d1i58rLlirMnioh1zlrzY=; b=BK7nXuRdrIL1xCCpz4rwzrtx8l+zCcqALiBo50oIssR/pcf1dvbpUnFLcc9RuADmmU jevQKDmQalV6ytubf/+6QqN6+cJhMHAJq9cXkFh6sKj95LFxv+Zd7nFZhLVrIIXio3qW d/logZtzkO22O4DEaK4Pf+PQBfvmHBHvN9Gv4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733311250; x=1733916050; 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=UR0J7g3slaIYzz72t54ew4d1i58rLlirMnioh1zlrzY=; b=WMxquDp52oMRScNkIIVgRKylk/4AIh4nzQ9V0bPWBoYq4+LmWMt3yleb6b/vBFRCaK hOlDlP+h16B9beKBxrJJdmUZFw2mtyHRGjj3yDA8mFlJKHCTVYHoRMVp/EkyIOtdBB7z kGPfdpaDviok77N5sGfGJUD8n0ODD49s9z1HApHuUKvrIcTnqwft8bL2u9GpmkYwTyI2 GRfX0bUX1Xq5UvZVrzOjgI9DeTs4Tl6PKmFoGnXHXwPoSUrjODU+Eg4G6UGr2SneaHvS BS4wNtGIeLBGlKsZxrXDltkoCBzoBKWpFaihYBLDtwQaNOrvpXMgcHzI/4VwfB9Tsi5f AUzw== X-Gm-Message-State: AOJu0YxRvBTK5N67h47nZz0oK8eQojTqPgr5DL2/J+ozwmxGp1Tv80KD 1q4G8jL5hwHaxdBQCMo97OLd5BEiLPrEMIncJO5UXr0VI5qCxlS7dc8Sl1XSeIGDG75Tc7ej4mS p/pTyAHm/USjSB2ufme7XpY2ENHi5VMsoovYvlNck X-Gm-Gg: ASbGncs3rfyBcW/beSaHbQdxGoolJaiimKNlGMs+KPuy9uX/dbunDlX2z3HhKz+Dj3x eieu6meUm6D8G17TuZ4N6A1RpBvv56I03QeaXrExFxApHHSQ7dPFiALacQN7ByeyqFgikxWI/er 1sHMNV/P216gJMjj1x8t33U4gc1ZeIxJB7kEkNxuFAAr+Aj9ZC/gptwSQKDpPU6jlk5x5ODnGiq 20xG7ekLeIjpTA6WdvFOzzR8ZCjSw8X7+jl9VyQy6eBVxYK01NF/kkV7gRmr7cEVs+6cHs= X-Google-Smtp-Source: AGHT+IEFKP+SSPNpZsYNYxaYoT9Czel1nzFV2emIIYEL7WXXFE5ct5ksUiioPijsO1b9M0H/QQ8K465d84zq X-Received: by 2002:a05:6870:4151:b0:29e:4c37:b471 with SMTP id 586e51a60fabf-29e8889287bmr7573536fac.30.1733311250132; Wed, 04 Dec 2024 03:20:50 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-29e3851515csm453933fac.24.2024.12.04.03.20.50 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 03:20:50 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 03:20:50 -0800 (PST) Message-ID: <67503b12.050a0220.706a3.801dSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 97AAD6052471; Wed, 4 Dec 2024 06:20:49 -0500 (EST) Subject: |SUCCESS| pw149013-149014 [PATCH] [v3,2/2] usertools/devbind: replac From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: References: 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/149014 _Testing PASS_ Submitter: Burakov, Anatoly Date: Wednesday, December 04 2024 09:47:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149013-149014 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#297474 Test environment and result as below: +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | Environment | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest | dpdk_unit_test | +=============================+===========================+==============================+==============+================+ | Debian 12 (arm) | PASS | PASS | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | PASS | SKIPPED | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | Fedora 39 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ | 32-bit Ubuntu 22.04.4 (ARM) | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+---------------------------+------------------------------+--------------+----------------+ 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 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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 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 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) 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 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/32082/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/