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 CF10745DAD for ; Tue, 26 Nov 2024 20:21:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C736540B8D; Tue, 26 Nov 2024 20:21:38 +0100 (CET) Received: from mail-oa1-f98.google.com (mail-oa1-f98.google.com [209.85.160.98]) by mails.dpdk.org (Postfix) with ESMTP id 051C04026C for ; Tue, 26 Nov 2024 20:21:37 +0100 (CET) Received: by mail-oa1-f98.google.com with SMTP id 586e51a60fabf-2958ddf99a7so5501238fac.2 for ; Tue, 26 Nov 2024 11:21:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732648896; x=1733253696; 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=cCKVlVbN/BYT/04p0/yBOwVkkxpofwqm3RMzOtVi0Dw=; b=L3ON/oLwNjhkLMe7r1h4eOYjyJ4j+6yhtBozGDIWIz2wfOGRcBQzR9P2QOJDXfIFgK vU6kllWWIUd/XXrWvNAXX0ZWUka/hm98x/6f4JZKJF+EFQd/nBqDQRnGv4SbTz5xa6nb VWekM1d/p9yqgrmbJGuK5beWfWl4oKwKG8RXY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732648896; x=1733253696; 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=cCKVlVbN/BYT/04p0/yBOwVkkxpofwqm3RMzOtVi0Dw=; b=kkcEmQJhg3elQwvjG/5W+5YP9o3u4wPcmid8R7Eyjv1D5XI74wgrIUFF60TysOMl0+ 3mAh4tA/dYR9GA1zAYdVINUEjCRLx0bB5BGz7q9CuWMinNaBUHRAjEvba7oomB9S2Ate bIcTQsaRZXnGTW74UdEada6WR46O/dZqPtllyMdO1J9V6K5N2jz8plC8U9yO1MgHqj3n W+KKNBD7GEakYTL2BGdkxg98Cf9TWFW9sEXgjjHxCpB7aAaGtWGQu2BQMoPVQkMO23g1 7M5BAAXzyNS1l4OCv6fBMaMq8FuC035R0Zb8/rWRoGlbNt8aFjYXYqMOZzYIZb3D7uwn CJNA== X-Gm-Message-State: AOJu0YyEABi8acfmzrc4VZLK8KKHZ239n3kNF0LQROPW1nPJbVFrE25A TeCl6wcUGl5DlZ3jFPKbrNetRNH3QG5b5mXIwQs/DLB4KoX3QB7b02jSkhfkG2/qBEnEsmrnanl C13s23wBURVHhL8jzAvWDYRBvdrKLQdLdUR5f2yJU X-Gm-Gg: ASbGncvQau9k8OOtwCrtmd9aMRkPBy3ecnduM3q5VPz1BkIATNp6ooQF/MfyELdN7eD Na6xvi0AQGHy+HNXOy7llL85J2TSMlzDP3AU5gufTtqpUUSYHTTovXuYslNAuEV6wDQJ02lOuld m93BFBGVhUv8+qLvL0arE7biDfKvTKDaGd/CZ7JCIyM/pCQkF6V/hfgoxtJhaZ8bm3CXEyyfR+K MsNJpo26DnvN5FMxr/pqvAgNu92jhA81o7o6XFX8/IgVKq24nlHGQARddMpYdQoO788xq4= X-Google-Smtp-Source: AGHT+IGbCFL8qExgMPo9/sBy6ni8a2nz1bXOjtwAcZy6ppseT4/R41YGWGOM7Bu/BZzdSJiUp1J1PxtvGCTT X-Received: by 2002:a05:6871:a083:b0:297:28e3:db63 with SMTP id 586e51a60fabf-29dc4181f75mr212802fac.19.1732648896232; Tue, 26 Nov 2024 11:21:36 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f1d1e65345sm253482eaf.21.2024.11.26.11.21.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 11:21:36 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 11:21:36 -0800 (PST) Message-ID: <67461fc0.4a0a0220.179218.0688SMTPIN_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 CE4D46052471; Tue, 26 Nov 2024 14:21:35 -0500 (EST) Subject: |SUCCESS| pw148863 [PATCH] [v2,1/1] usertools/devbind: allow changin From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <3dba72cacdb5bc71e743dd84cd44e5dcde77aee7.1732633351.git.anatoly.burakov@intel.com> References: <3dba72cacdb5bc71e743dd84cd44e5dcde77aee7.1732633351.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-compile-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/148863 _Testing PASS_ Submitter: Burakov, Anatoly Date: Tuesday, November 26 2024 15:02:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:5744e912341ee26a0dd5b9ec28b16b8a4e45d1bc 148863 --> testing pass Upstream job id: Windows-Compile-DPDK-Native#24956 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_win_llvm_compile | dpdk_msvc_compile | dpdk_mingw64_compile | +=====================+====================+==================+===================+=======================+===================+======================+ | CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Fedora 39 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | RHEL8 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Ubuntu 20.04 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Alpine | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS | PASS | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+----------------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.1 Kernel: 14.1-RELEASE-p3 Compiler: clang 18.1.5 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32023/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/