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 25856460AC for ; Fri, 17 Jan 2025 18:12:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2104240294; Fri, 17 Jan 2025 18:12:11 +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 0A1904028F for ; Fri, 17 Jan 2025 18:12:10 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-2164b1f05caso46959815ad.3 for ; Fri, 17 Jan 2025 09:12:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737133929; x=1737738729; 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=P/A1ujM86UzX7LdT6KoAa12yYnpRggKld9ST1gjqaAE=; b=jvrbg+OyKMq52jlhWPWyJOUkn7H0nWteNu+RWvEg8bvux8vpupb5aLHzrFz54iuakd eJAKpR95FXXgqIvvgtFyZ3n1G4VH5oI1N6maponI7PL+8frDlc+KFXDabkexXjLmDJ0E 2QiS25LO5vWLEdtHw5IseY+hTDJp6ZTCDOJy8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737133929; x=1737738729; 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=P/A1ujM86UzX7LdT6KoAa12yYnpRggKld9ST1gjqaAE=; b=Y00Dbp2uHogtWTn/Zw+DzZxN21B4BYqhpB87LdiVdIHaaqZSyaRvifrtrM7fSmpjcN 0nyvg188GKkqxjFaPvGULZqKgAOdKrza1X7riWyejTQVpqdLnfQtxLX4V9RJduvv09nV GvbuzpkXUpXVaY31Qqqlwfdz7CefUa1Rw2VRDx1bNTIp/jiyvSTIgGhCDLYcmeeVgxQy vNvWw5NkMddzdtjfgKRS2P21+liSVDs1+w41Tg58ynFZvtDtGsYHTA1PXYX/i+UMknDz zqbln6t3fV3LUbqlEbdWnsxIQcV44ZTNcq1soP+Llx4WLCLFoAOaiS79kFcCahS0XWH4 rFAA== X-Gm-Message-State: AOJu0YxrSOron1nmkUxdCSyVkrqE657+0c/mw2mhulB0DSUte8sRpt/o gNHsuOaZHvD4QqBQeS90oHwJ4NcjaUTCEL+icbI1pakhIYaDtaNEBQPWwwMj9ewBQulHhpzDt4y piUR6AS67eAGohX7qHrVa9rzSA4xSOpLkJNlF2h3I X-Gm-Gg: ASbGnctdIedrUjzVxCQGuNLWYve+OJ5SVMlbtM7T4rHrxg4/onfB04C02INcfTkYd+J ce7dQnAdRKE0vpkTNJgmoqZ2hnQCaawFc3qChRFnyhCuMnDpuEuysHgQtf4Xengh25/mzmDs14T qVrxrLn6SobpnFd52LCdsuUb3arDaUXgeb3CCdBQcCKQ44e0VE8EjYv5w1K76G9sJ6ids9Txp3q 6+6h4E+IHyl/toWRr7DoFFvyiYqZ4rhFbUlqDNA8kdzXMjt6lnaPDAXObB3QvhO28M4Hvim4Vht 1/AT8g== X-Google-Smtp-Source: AGHT+IEphLxr119cjvxDjSZPQyRj7t8/rMyebV/um9NKCGTSWqevCRvH7OpBsVpKpsN0I1LBmLUAueMIVSj5 X-Received: by 2002:a17:902:ced2:b0:215:9894:5670 with SMTP id d9443c01a7336-21c35503ad0mr59256735ad.16.1737133928913; Fri, 17 Jan 2025 09:12:08 -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-21c2ce8fe92sm1245385ad.21.2025.01.17.09.12.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 09:12:08 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 09:12:08 -0800 (PST) Message-ID: <678a8f68.170a0220.39a798.9477SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.6] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 13D506052471; Fri, 17 Jan 2025 12:12:08 -0500 (EST) Subject: |PENDING| pw150180-150181 [PATCH] [v1,2/2] net/ice: add Tx Time queu From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250117093938.1184042-3-soumyadeep.hore@intel.com> References: <20250117093938.1184042-3-soumyadeep.hore@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-amd64-testing Test-Status: PENDING http://dpdk.org/patch/150181 _Testing pending_ Submitter: Soumyadeep Hore Date: Friday, January 17 2025 09:39:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:ce85dd8562ad9673eb4fe46b4a8bd3a508e8b32f 150180-150181 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#306857 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Debian Bullseye | PEND | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | Fedora 41 (Clang) | PEND | +-------------------+----------------+ | Fedora 40 (Clang) | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | Debian 12 | PEND | +-------------------+----------------+ | Fedora 41 | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 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 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32356/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/