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 52FB845B69; Fri, 18 Oct 2024 16:38:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1F16C40279; Fri, 18 Oct 2024 16:38:40 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by mails.dpdk.org (Postfix) with ESMTP id CDFA84025C for ; Fri, 18 Oct 2024 16:38:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1729262319; x=1760798319; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=sYzp3vfRNOLd9/SeJn5rH3ORyEd9Yz8Il+HTvnMsP4Q=; b=eJ1GfEgdoa6DqlLqwwG3fO4j/o6ToNb2l6WCvglYtVAB/qJvE4frOTWl 34d/tjn3L7FpQClPbrJxBYRYCys6dFWIzg4dYSvWNJfZsHUL4cuqGM0dK EmKZrQfCJQa43ojBkxvvhYD+65wZQhG/sjxERwpvM2y6TKWBwukRHClIL Z9zIh5bHWWiFJJzrl9f6gHkHH3ALmDDOHXvANriHquJCyiSpO2VAPI2Di s61OKg6zBEVpxE7zGcEwCNsEZnFFsH7fX8OMYUikw/RmUPiXUBA65chlI +RrO7kWBWW3bTTCXv2DPpyz7yeCjQs3jphz6k1HEDJ9iqXhobUs97tnwr A==; X-CSE-ConnectionGUID: cwnFe6+rQU6D24V/XFFwhw== X-CSE-MsgGUID: gbwq5ivOQ4OexLF2rCDTVQ== X-IronPort-AV: E=McAfee;i="6700,10204,11229"; a="39422197" X-IronPort-AV: E=Sophos;i="6.11,214,1725346800"; d="scan'208";a="39422197" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Oct 2024 07:38:38 -0700 X-CSE-ConnectionGUID: 6+5LHUBTTGeoK0kVOVs8fg== X-CSE-MsgGUID: F7/WZqx6Q3mLjJtaEhSXTg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,214,1725346800"; d="scan'208";a="83510931" Received: from unknown (HELO silpixa00401385.ir.intel.com) ([10.237.214.25]) by fmviesa004.fm.intel.com with ESMTP; 18 Oct 2024 07:38:37 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH v3 0/4] updates for net/ice driver Date: Fri, 18 Oct 2024 15:38:18 +0100 Message-ID: <20241018143822.2784548-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=* --- 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 | 196 ++++++++++++--------------------- drivers/net/ice/ice_ethdev.c | 60 +++++++++- drivers/net/ice/ice_ethdev.h | 1 + drivers/net/ice/ice_rxtx.c | 5 + 5 files changed, 139 insertions(+), 132 deletions(-) -- 2.43.0