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 75A1845B14; Fri, 11 Oct 2024 18:45:10 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 209FB4028B; Fri, 11 Oct 2024 18:45:10 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by mails.dpdk.org (Postfix) with ESMTP id 2E0824025F for ; Fri, 11 Oct 2024 18:45:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1728665108; x=1760201108; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=4YS79Ea1nygAd3xazQ8TD8n/0N26LcjFAC8fjTPL28g=; b=JVv2Mfj7Kwmgc4m6n4JmItuVCiUkQTtJlQo5BRHA9kn8bmk/+NWOyAT6 bLjCQmTYxf0zEjk0rSrnt7w20DLbV/Qc8vuPcTgS+KYEp24Q1za6ILxnP 3FLneZeH3hXih5qGBX77gkRy2P+bNOR9CLjMl1B5H/F6K38UftkgWFTmR ki0if16OlGp/+ovHOOvUniaDnzH6KkfoVUFajpVJ3PAs7D4SV9+xue/fn 0MLH1JtEJrPwuylvM49fx2ct09UxLEgs8rxEi7IAf6kooEeMhrXWCJ7uT 0Aeodz6Cu1jEr/Mnx8TLP7PK+eRb85Vzzl28BrtfoW25z8mWFy18CobIh g==; X-CSE-ConnectionGUID: ZASaPhjmRJaSu5xm3Y+6EQ== X-CSE-MsgGUID: ihnfpZqXR52S4nZswrkQhw== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="53477033" X-IronPort-AV: E=Sophos;i="6.11,196,1725346800"; d="scan'208";a="53477033" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Oct 2024 09:45:06 -0700 X-CSE-ConnectionGUID: VzD2nNnuRwy8KVLX4bH9JQ== X-CSE-MsgGUID: fGiRtIrmTEmZYeQnHyhlRg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,196,1725346800"; d="scan'208";a="76609243" Received: from unknown (HELO silpixa00401385.ir.intel.com) ([10.237.214.25]) by fmviesa007.fm.intel.com with ESMTP; 11 Oct 2024 09:45:06 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH 0/9] net/ice: base code update for RC2 Date: Fri, 11 Oct 2024 17:44:50 +0100 Message-ID: <20241011164459.1987538-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 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=* Bruce Richardson (6): 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 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/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 +- 9 files changed, 168 insertions(+), 76 deletions(-) -- 2.43.0