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 451B946376 for ; Sun, 9 Mar 2025 00:09:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4058140270; Sun, 9 Mar 2025 00:09:41 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id 1311140151 for ; Sun, 9 Mar 2025 00:09:40 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-223959039f4so60820295ad.3 for ; Sat, 08 Mar 2025 15:09:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1741475379; x=1742080179; 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=y0K8doyOd31ovOkTa4pvKDlao8P+zukEUTdhz9tV+xg=; b=F4R8taBr77e0b1YHxf6DOvV7A3RFFxHX1b12d16ntICnsR9C45QrbJNunL8lAyOFfm 67xbFT28Y/W4jFriRBkPBUCeDjKJg4xsfx7x1vIUICQZ3W5WIrFefGH7HzZKq5pbaRzx ohdrvnoc1VaEeU1RjEwSmVST7Zx8/8Pwh6ejI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1741475379; x=1742080179; 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=y0K8doyOd31ovOkTa4pvKDlao8P+zukEUTdhz9tV+xg=; b=YbXnsFso3ZL7T/JqZi9X0xWVqiiUtUxCURJu+ul6yI/5ekRuIu4e7Fu16oFrV030Ul kZ+yYT8tNBM86+NFnLmsoA1yXdn29HbazPKSm8jHVCEZ2M5bjl//G5FOxPeQfLLspEX4 +PoQ5yF82pEaFjI5vyhpY20gTNXeTQGG3+af346gpyOJk9gUe/rQ7m0EzjfxrqrWAgqz 9VAINF2dB3azQ9RAyixntBEDPF83w0xYVuVN2OYLLQFN//NZvSgdcRCW+bZARSwxz79G ac/tjE+MHsVVToOkIzMyAarNMF6tjIXMpk+G4Ttcz+IfQr9Bl+DHVPY5RA7uhss5+x0G CTPg== X-Gm-Message-State: AOJu0YzjmY3cTvBlJ5i5W7r9/Ql4vpLW8LfyOL1nzFU2OfIO7X0eeGk1 sxUdFTcB1imAGLoiG8TOzwWghztB95fro6Cuj9IGEiSM1Lt8vbMw07oT465y2IdUghEhKBzsbZi 1DEsXvVMXTCAKxcCmD/R2sSMwZWMZZZinbb3IS+Ya X-Gm-Gg: ASbGncuHtuBr9U3DZFvYkOFTiHV3XHLXSA+QdkiEpGD0ClSZ41NPSw5QFbgyLZ9F+7k IiK12erci4HymdHJLtkCFtLTSnjE0BlVH7afYPIa6wPAeUqOwR2fEK4irbLn04aZy6oN13bEswZ p51EH3EBHDnakgHGL94yZ/qUXb/gLJme4NevZEl+FmYJwBLNStLUEYOI4dZs7xuJ0n7xfZdxCRD aawCmIycws5UTw9nKPSlQOY46uBNbUDJ2xi/V2qgecxBgtzkILfvoKvwPdpb7/6ZpPLo+3lFEmB IAL68TKCRPocrbpr49PNFfU5DJuLoq7MYLoJ9llJ X-Google-Smtp-Source: AGHT+IGTAwMb6KNRBRE/cpcUMY8fQ5JijzEc/86/5v9yHzj50OAsL/9APooRVaIW1CeMj+qjYBZd7InltbNs X-Received: by 2002:a17:902:f551:b0:224:2207:5130 with SMTP id d9443c01a7336-22428bf1647mr118879625ad.45.1741475379198; Sat, 08 Mar 2025 15:09:39 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-22410abef22sm2863385ad.85.2025.03.08.15.09.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Mar 2025 15:09:39 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 08 Mar 2025 15:09:39 -0800 (PST) Message-ID: <67ccce33.170a0220.31d3be.f856SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 4C8456052471; Sat, 8 Mar 2025 18:09:36 -0500 (EST) Subject: |SUCCESS| pw152293 [PATCH] [v2] rust: support raw DPDK API From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250308185031.979893-1-getelson@nvidia.com> References: <20250308185031.979893-1-getelson@nvidia.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-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/152293 _Testing PASS_ Submitter: Etelson, Gregory Date: Saturday, March 08 2025 18:50:31 DPDK git baseline: Repo:dpdk Branch: master CommitID:5f37ee9c859f3ce08ca4364f1d8c0e70ec33ac83 152293 --> testing pass Upstream job id: Generic-VM-Unit-Test-DPDK#27525 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 10 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Fedora 41 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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/32782/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/