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 F11BD4605D for ; Fri, 17 Jan 2025 23:30:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BFFFC40298; Fri, 17 Jan 2025 23:30:34 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 748F84003C for ; Fri, 17 Jan 2025 23:30:33 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-21675fd60feso59061415ad.2 for ; Fri, 17 Jan 2025 14:30:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737153032; x=1737757832; 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=FPrEdcC+1o6zZ5QExU8oudnRhPKcbipjFRO19sacPak=; b=fn9E43f0+7V6608IFsOhH5RTIZnwkIfAPEmKLwxqa2aD7z9fnKJiKN0iPZdK/uBZ43 zUo1jYmjeTiRYi++9FTiCJaRitZbVWwO+Krz3yFd2qmECm4gkbNIas82AAjcZ/+nVNRL PZzN8BsV/q4RjPjgr+S5cbN2BdXqM9DygXvqE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737153032; x=1737757832; 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=FPrEdcC+1o6zZ5QExU8oudnRhPKcbipjFRO19sacPak=; b=dI7JrTgOQ+shEXZtJXoZ532F/JoM/ebHFQFDpcHUBBs9xCxqgwWNwxLR+R8YzzpeQn KNaLTQDJlfLxpkRoaXdDvrTEufq1WOeNQrT1/7+GTKNPxIiyfs9zhL6v1Mo9ueWh7lt8 gOWN/KfhhVUMNshjJZWUL7uzhb/eCiP2M0t2Uasuy+g+HNwTY/zWiGw3iw413blTvvLt 1eyNTK1nKi2yLQOaAmqwyzXWenEYrukcw/b67VdScXKTSJfFbp6rxe6+yCUzoyZCGgFT uyZmzIr81KZabIsi1pMOAGuIu8kRSSN6RrXXkHGrfKMiM15+CsSW0G+1bXSsYD4Z5rn4 J2Fw== X-Gm-Message-State: AOJu0Yxj4ysTKOyeIYQbA7KnzoFJVTK/WnOY6EuWbI4ImR5Cwtm+EHTI skTriNVKZ8So665S0d3IssNiVMCpi5tavy3b+fpVCDp8Fva8aauOLyZhWN3bs8sQNsyITkKu3xW HSvH5ku3+qS7yPtzaph9u35P0y0zntFursGjzB8+N X-Gm-Gg: ASbGncvcq4fG2N1rmeVrg9a/r6p0nsfhDGrnv1LxAsrSiW+KBxpy2HJ7RkBS5ZfQol8 R/1XoluEieZC7nUh/StKnXpeldeFFqXtO+XqAQ37oYp/wyzaCsTEl9iM08rkwAJLNeMPnsubkh2 SoVevVdas6s1MJ1E0UvGPIqZl5DKgoueVTaXn5nRo8HVero5Bx65zDPPxwghCQDedcb2Q3Zbm1c NYQ+F6aNkU5Afx4u3P//bdLxzwRrgKwU3cuZIPitR8qPs+7LE8tAXllQmHr9nabr5IbTN1Y2UX1 PNAw6Z41fvGgF8Lvabc= X-Google-Smtp-Source: AGHT+IFL3t91RtUUKEPxUfmYvIDDop2YWByrTKraAF/iDukYtGpjliYQGtT+zgc4rY6Bqgtk0yS8ZwL5ufn+ X-Received: by 2002:a17:902:d4cf:b0:216:6ef9:621 with SMTP id d9443c01a7336-21c355b6188mr66151325ad.31.1737153032607; Fri, 17 Jan 2025 14:30:32 -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-21c2ce8fbcasm1543525ad.4.2025.01.17.14.30.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 14:30:32 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 14:30:32 -0800 (PST) Message-ID: <678ada08.170a0220.3a9b16.b309SMTPIN_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 0AC3F6052471; Fri, 17 Jan 2025 17:30:32 -0500 (EST) Subject: |PENDING| pw150203 [PATCH] drivers/net: fix indication of allocation From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1737147093-11172-1-git-send-email-andremue@linux.microsoft.com> References: <1737147093-11172-1-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-amd64-testing Test-Status: PENDING http://dpdk.org/patch/150203 _Testing pending_ Submitter: Andre Muezerie Date: Friday, January 17 2025 20:51:33 DPDK git baseline: Repo:dpdk Branch: master CommitID:06e2856620a70000b2a28f0ea715fc247b85fd8d 150203 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#306937 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | CentOS Stream 9 | PEND | +-------------------+----------------+ | Debian 12 | PEND | +-------------------+----------------+ | Debian Bullseye | PASS | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | Fedora 41 (Clang) | PEND | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | Fedora 41 | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | Fedora 40 (Clang) | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 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/32363/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/