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 BB37045AF4; Wed, 9 Oct 2024 19:08:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F15E40698; Wed, 9 Oct 2024 19:08:30 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) by mails.dpdk.org (Postfix) with ESMTP id CD17340649 for ; Wed, 9 Oct 2024 19:08:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1728493710; x=1760029710; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=bOhX9dJIADE/VWkWsGrs8KtHfh3Ge9Tc/Yp3GZlGA1A=; b=QNXQdxfcGJ2waQHsahiHUzTQjdB5RFAWIbRR19DfFSLTR+y2lVW47Se7 QfGwUl7gL+RBm/IHJseFTePT0F7hyGL1caze1UOSZTc8S4vNv0o+WMVQU Z2F+FLp6IHWuABZ91086AEa3JWPVwY1PdqAidJSFW/jqGmYgiOwP4aQzO t3M6k83dR7+CabpYIFi/rJndOSPhr3sLE9G8gi0ANMwOChFKhIg7TASUV vp+kQ195eDyjIa3GgY7o+saeoT0ZrUy/5Om2pKgQDwjJ/h0/rLzOI8IW/ QMzxv1Bq3NHhvvJt6bU73mUUxyYaARsETMQqzgcsTg/w6fyUd0M1xAUzM A==; X-CSE-ConnectionGUID: lP//8MmBTkqYu1Hj8aQ0BA== X-CSE-MsgGUID: J0yChwQsTkSS9a5pGqz4JQ== X-IronPort-AV: E=McAfee;i="6700,10204,11220"; a="27928943" X-IronPort-AV: E=Sophos;i="6.11,190,1725346800"; d="scan'208";a="27928943" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2024 10:08:28 -0700 X-CSE-ConnectionGUID: pizCr/reSC2N4Nmm27PMsA== X-CSE-MsgGUID: 7iVFU5qKSlaRQh2SWMS45w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,190,1725346800"; d="scan'208";a="80825280" Received: from unknown (HELO silpixa00401385.ir.intel.com) ([10.237.214.25]) by fmviesa005.fm.intel.com with ESMTP; 09 Oct 2024 10:08:27 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH 0/5] updates for net/ice driver Date: Wed, 9 Oct 2024 18:08:17 +0100 Message-ID: <20241009170822.344716-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.43.0 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=* Bruce Richardson (5): 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: add option to download scheduler topology net/ice: limit the number of queues to sched capabilities doc/guides/nics/ice.rst | 9 ++ drivers/net/ice/base/ice_ddp.c | 18 ++- drivers/net/ice/base/ice_ddp.h | 4 +- drivers/net/ice/ice_diagnose.c | 196 ++++++++++++--------------------- drivers/net/ice/ice_ethdev.c | 84 +++++++++++--- drivers/net/ice/ice_ethdev.h | 2 + drivers/net/ice/ice_rxtx.c | 5 + 7 files changed, 172 insertions(+), 146 deletions(-) -- 2.43.0