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 6617245B42; Tue, 15 Oct 2024 17:20:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 559AB402DB; Tue, 15 Oct 2024 17:20:06 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) by mails.dpdk.org (Postfix) with ESMTP id 16BCC4029C for ; Tue, 15 Oct 2024 17:20:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1729005604; x=1760541604; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=sh47HEBeS4bnhf+rmQ/oBlPeLsT53Er9SNtADpIz6HM=; b=i8e2ojgZ99TNRihmKXTysL34qXr2uHHv3I40WcIBjrKFn3ipHIL4JngB a8MIsFTscxoUjNFMsqy8aV1jOrJKHO880wuzs0zOhSRAmF4TzU8yEJcE9 nqr/CxbyR+0l16hbg6mdH1Z45hgM3dvcqLgTs/VqV/xEOYH82L5xmDZBY nFNHP3fl81+Wr388N6WyI/hHWz755Ue8AhAjytbpZ6+cfc1vYrAbJZryZ 9RqAavFnAwf37yzt21f/iZOONUxFoDwf3QXxLUpb/HAR6rUE7ueME4Yrx d69z+8PMza6dbrPAfcVPemOe6rNH+ZUrBCGcl5SVXPL1J0lZAoViKAfbM Q==; X-CSE-ConnectionGUID: KLVPlTHRToKjElFPbn7YIg== X-CSE-MsgGUID: o7BsFXifTdmjmA/MbVQ+tw== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="28549674" X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="28549674" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Oct 2024 08:20:03 -0700 X-CSE-ConnectionGUID: 30BA+aV8SB+A8iOnSBchEg== X-CSE-MsgGUID: aD57FU9iQvucmXJwAOfrKA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,205,1725346800"; d="scan'208";a="78393703" Received: from unknown (HELO silpixa00401385.ir.intel.com) ([10.237.214.25]) by orviesa007.jf.intel.com with ESMTP; 15 Oct 2024 08:20:03 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH v2 0/5] updates for net/ice driver Date: Tue, 15 Oct 2024 16:19:52 +0100 Message-ID: <20241015151957.1413286-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=* --- v2: small update to patch 4 following review by Stephen. 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