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 48BA545E9C for ; Sat, 14 Dec 2024 08:46:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4546840296; Sat, 14 Dec 2024 08:46:23 +0100 (CET) Received: from mail-yb1-f228.google.com (mail-yb1-f228.google.com [209.85.219.228]) by mails.dpdk.org (Postfix) with ESMTP id 461A240041 for ; Sat, 14 Dec 2024 08:46:22 +0100 (CET) Received: by mail-yb1-f228.google.com with SMTP id 3f1490d57ef6-e3f4364c4easo2175954276.0 for ; Fri, 13 Dec 2024 23:46:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734162381; x=1734767181; 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=lWXa5/t0kUVWvSt7EAMgDmb/7GFqBq2WBIgdtyTESpw=; b=UTGAtc1q8+Hq89f1ZT3Q32nhdHDc0XGkUP7uhQbomwayKCtTIdLuIOdJxAqeAKiSKw 5OwzA8tLyUPVcoz9xle09M6NZF/sAXQBNkpikCznayj1b9oB38oUUlCP5AOeEA9sO0ii SmJQEfwLyFWZ4pYJ/UZ0F8WMRhl0KaWr5i0Hw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734162381; x=1734767181; 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=lWXa5/t0kUVWvSt7EAMgDmb/7GFqBq2WBIgdtyTESpw=; b=skGCJdQ3Ek2JRE6wZFsKKQxfRE4LElck1MqdV4UptG2d6Kt0803/dbQxK2XzKo4A9e XkfWobPZkGYODJLthP7RyL0JyA8NHKkGsi8CFDkPD/AVFVMORXyjT5T2YjTmYdRldAMA Fm7JBICy1DsrvcIHfVpjKOI8rbgSuNcVto7H2F5ZizJQ35uPmJY+wrkmZe+3AdK0/nJK bda3l+oz4S7q+s8j9z3TftPjOIc1Y8arXQLSw329gk3XQGlVOhGwXKdbUjSMXL6D1Erx D70SSe7S7Ait099E7ISOooKqMqCGCMkhSRIOuZh3Ydn9hUuYpnKxLaaaud3bGXf0bKi7 Q6+w== X-Gm-Message-State: AOJu0Yxp1CqGsn8VP4nyy25nk/SqQThvQJ0uwKWiheyUYJbzOs/WnJ3n X9rmUsAtjJSSKqrzdeFSZky4A3yv85FG2h9HZQJ+ItQ9Y3GwhPsH8GTmLMGBM8QANenmWupJp7E KizAgsmYsu5m+mX1ZyUCSrPpKIA+sKF5SlOESSHH+ X-Gm-Gg: ASbGnctnsPDuGtck6iFgGiHmMpD9enRNW/fxS2m8DxtV/xeFD8pck6HmkkhvjkfakKu kQXMyuF8A6U/+gjnOdOSvb8QyQS11PjzIkcsyjqbpz7NreOLHI96ZMxixYUw0TiXZpUXwykPkZ4 PptOg8qRCgsjV+Zz7xX8xD+6jfAUW4eMMUa+bX47e1m66b6GXQ82z9l2ukZoiRkKQ70IFtJbPsp N/yYD8Ruhs5E3CNylaHrdB15MbvEj3inVcRYjOy3VMjI1Prmw8wl49ripkC025P5vSXOs5O/Y1m kQ== X-Google-Smtp-Source: AGHT+IElUCZudR9xeav/bVgUZJLTqHA4ihTXkXIyBOUFiSrm2UFJLc1N/3bWFUOkdyr6UH0dowzEsQY5mtYL X-Received: by 2002:a25:bc88:0:b0:e39:6e00:717f with SMTP id 3f1490d57ef6-e41f5686890mr5852493276.25.1734162381601; Fri, 13 Dec 2024 23:46:21 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 3f1490d57ef6-e46ffe570d4sm24661276.7.2024.12.13.23.46.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 23:46:21 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 23:46:21 -0800 (PST) Message-ID: <675d37cd.050a0220.fc09f.1dfdSMTPIN_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 512F96052471; Sat, 14 Dec 2024 02:46:21 -0500 (EST) Subject: |SUCCESS| pw149233 [PATCH] net/iavf: remove reset of Tx prepare func From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241213143319.686365-1-bruce.richardson@intel.com> References: <20241213143319.686365-1-bruce.richardson@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: SUCCESS http://dpdk.org/patch/149233 _Testing PASS_ Submitter: Bruce Richardson Date: Friday, December 13 2024 14:33:19 DPDK git baseline: Repo:dpdk Branch: master CommitID:ce85dd8562ad9673eb4fe46b4a8bd3a508e8b32f 149233 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#299193 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Debian 12 | PASS | +-------------------+----------------+ | Fedora 40 | PASS | +-------------------+----------------+ | Fedora 40 (Clang) | PASS | +-------------------+----------------+ | Fedora 39 (Clang) | PASS | +-------------------+----------------+ | Fedora 39 | PASS | +-------------------+----------------+ | RHEL8 | PASS | +-------------------+----------------+ | RHEL9 | PASS | +-------------------+----------------+ | Ubuntu 20.04 | PASS | +-------------------+----------------+ | Ubuntu 22.04 | PASS | +-------------------+----------------+ | Ubuntu 24.04 | 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 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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.4.1 20231218 (Red Hat 11.4.1-3) 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32139/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/