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 447EC45BA3; Tue, 22 Oct 2024 18:39:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1657F402C2; Tue, 22 Oct 2024 18:39:52 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.10]) by mails.dpdk.org (Postfix) with ESMTP id DB03740272 for ; Tue, 22 Oct 2024 18:39:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1729615190; x=1761151190; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=NNz98/Izcc1N37vi/FR3vDOLXK2HxND21f20z+9WJSI=; b=mW3fcaLXk2o1r4G4Q1jSyeIxIsx8OvbmcakDnGKcQsw62RbRqb8MjiST LxeriCVLiTnD+qE2aXuDYjKo35NtgEbzAqZ8UbaGe8nBCpa3oVAyTpRcd lnvyyqKf9uL9ks62SWRMFaigFWrQq4VdEhdkTtM1Ugr0qj48HLOZ4tFfw KkcXUegRyRpihiZ/9Q9oovZRUDGp94ubtc07H+lHPsjV1t/JIGmV/GIxb ZVtW3QgUgP0XdD9QPVX+yQjl432VCG0QbkEHu2G/7RoFVvxKg/xA70nVQ +VDFdSHsg7JTSJLTFpc4R8cZVXOsk8Sl3QL/AXGTxJiwzqFmaqBt4vmRM g==; X-CSE-ConnectionGUID: u749W3DdRtW9Hd+5wr264w== X-CSE-MsgGUID: XL7XT+euS0Og0xAUHZ6EuA== X-IronPort-AV: E=McAfee;i="6700,10204,11233"; a="40538709" X-IronPort-AV: E=Sophos;i="6.11,223,1725346800"; d="scan'208";a="40538709" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Oct 2024 09:39:49 -0700 X-CSE-ConnectionGUID: 171w6Vs+QqGjJVM+tItAkg== X-CSE-MsgGUID: KndQGRJISQiHV/7f2Eobgw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,223,1725346800"; d="scan'208";a="103217654" Received: from unknown (HELO silpixa00401385.ir.intel.com) ([10.237.214.25]) by fmviesa002.fm.intel.com with ESMTP; 22 Oct 2024 09:39:48 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH v4 0/4] updates for net/ice driver Date: Tue, 22 Oct 2024 17:39:40 +0100 Message-ID: <20241022163944.3564662-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241009170822.344716-1-bruce.richardson@intel.com> References: <20241009170822.344716-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This patchset contains a set of updates for the ice driver, a number of which are in the area of the "rte_tm" APIs for Tx scheduling. These patches were previously submitted as part of a larger set[1], but separating them out here for easier review and merge ahead of the more substantial changes for scheduling in the last couple of patches in that set. [1] https://patches.dpdk.org/project/dpdk/list/?series=32758&state=* --- V4: removed VSI printing in patch 2 - the VSI is documented by the groups on the dot graph. v3: dropped patch 4 completely from set, it was missing doc updates and it fits better with out sched changes. Will include in a later set v2: small update to patch 4 following review by Stephen. Bruce Richardson (4): net/ice: detect stopping a flow-director queue twice net/ice: improve Tx scheduler graph output net/ice: add option to choose DDP package file net/ice: limit the number of queues to sched capabilities doc/guides/nics/ice.rst | 9 ++ drivers/net/ice/ice_diagnose.c | 202 ++++++++++++--------------------- drivers/net/ice/ice_ethdev.c | 60 +++++++++- drivers/net/ice/ice_ethdev.h | 1 + drivers/net/ice/ice_rxtx.c | 5 + 5 files changed, 141 insertions(+), 136 deletions(-) -- 2.43.0