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 475F645B37; Mon, 14 Oct 2024 13:02:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3745B402D7; Mon, 14 Oct 2024 13:02:59 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.16]) by mails.dpdk.org (Postfix) with ESMTP id 9FCC540273 for ; Mon, 14 Oct 2024 13:02:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1728903778; x=1760439778; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HJo8UG1qq7ov+I5VTz5Jb+hUbxYTxXdMm1N8NLLM8t0=; b=InoND7VqyV3Wf6mTWL4hVplnZ93fs/TkkCDZBUp99boUZqdW947SYFU+ g6mXWjWwQsJTUfKm4+C60Skm92CoV6QXUeVXXsib59QolLOi5vHK9+vnw DXpS5nCnQOUNyGHtjjHPJXuF+TZ2OF7UlGPEIT9cHxBybBrUJT4B+rG5p DmuSUx9S+ob51h2J7tuhXV/5xV0bn6CeG1wS8XxSrJ7liJM3/cQSfEyt3 nrEgWqaFVkp3uz7jVBM1gKkSkiSe7o7YFei2UxNrc1sUeK1/oYQnOuiCw YQz7xddIDXQT+JeMmXX1jbrEUytwneAgs4OxxJ/gD39j1xiMVealyFnOK w==; X-CSE-ConnectionGUID: tUZxMtjAQQO98v1PgrRxeg== X-CSE-MsgGUID: OGm4cEWVRPejBFGiMOZA/A== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="28340314" X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="28340314" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2024 04:02:57 -0700 X-CSE-ConnectionGUID: peUh4+2QRVCMwJVrtkLbFg== X-CSE-MsgGUID: sgrXNjnXRha8hzD11hsB7Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,202,1725346800"; d="scan'208";a="77167056" Received: from unknown (HELO silpixa00401385.ir.intel.com) ([10.237.214.25]) by fmviesa006.fm.intel.com with ESMTP; 14 Oct 2024 04:02:56 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH v2 00/10] net/ice: base code update for RC2 Date: Mon, 14 Oct 2024 12:02:04 +0100 Message-ID: <20241014110250.2314727-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241011164459.1987538-1-bruce.richardson@intel.com> References: <20241011164459.1987538-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 A number of small fixes and other changes to enable Tx scheduler enhancements to our DPDK driver have been added to the base code. Upstream these changes for 24.11 RC2. Most have previously been submitted as part of the scheduler changes [1] [1] https://patches.dpdk.org/project/dpdk/list/?series=32758&state=* v2: include README file update Bruce Richardson (7): net/ice/base: remove 255 limit on sched child nodes net/ice/base: set VSI index on newly created nodes net/ice/base: optimize subtree searches net/ice/base: remove flag checks before topology upload net/ice/base: allow init without TC class sched nodes net/ice/base: read VSI layer info from VSI net/ice/base: update README Dave Ertman (1): net/ice/base: fix VLAN replay after reset Fabio Pricoco (1): net/ice/base: add bounds check Jacob Keller (1): net/ice/base: re-enable bypass mode for E822 drivers/net/ice/base/README | 2 +- drivers/net/ice/base/ice_controlq.c | 23 +++++- drivers/net/ice/base/ice_dcb.c | 3 +- drivers/net/ice/base/ice_ddp.c | 33 -------- drivers/net/ice/base/ice_ptp_hw.c | 117 ++++++++++++++++++++++++++-- drivers/net/ice/base/ice_ptp_hw.h | 2 +- drivers/net/ice/base/ice_sched.c | 59 +++++++------- drivers/net/ice/base/ice_switch.c | 2 - drivers/net/ice/base/ice_type.h | 3 +- drivers/net/ice/ice_ethdev.c | 2 +- 10 files changed, 169 insertions(+), 77 deletions(-) -- 2.43.0