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 C497545849; Fri, 23 Aug 2024 12:51:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 50109432F6; Fri, 23 Aug 2024 12:51:20 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by mails.dpdk.org (Postfix) with ESMTP id 2E676402CA for ; Fri, 23 Aug 2024 12:51:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1724410278; x=1755946278; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=D2SSGHaAjLpGX8poDFB1J0qTjEn5zc1+DPknU6Tf7bM=; b=OKohTMYkv8RHs2pOZhwNCAF+w87Z42bRHxVmZdX6PgHU48/4eSqhxAQS foTc5woUem1watmITuNtfm6Y+7+5PAcn6ifKFMmU89Gkjul++q5p0q4B3 Y2UhxvIBGWK65VlMYi7nSG4D1uj3dkq7E7PCBw5atxHQjCXEoHxaoqyc3 4DOqf5kBVhFECIs1L1XXoG9Rsxziw40UcYtHIwv4HHjLmwFA34RNwnoLa l+d/jKEZ+qpqAvXFiz9oE3faPpEadv8WCC2nHf8Kyv+npDIuA9VN5vZta gJ4C4CdkikZr7jQiDBCDFXFgGeKBbATfqhILAZ4z3sNrZVOXb5qqUeLZj Q==; X-CSE-ConnectionGUID: cYJXyxkORO2LQPWmqPIJKw== X-CSE-MsgGUID: 92BD50ETQpSHyH0VFUl/3w== X-IronPort-AV: E=McAfee;i="6700,10204,11172"; a="33535614" X-IronPort-AV: E=Sophos;i="6.10,170,1719903600"; d="scan'208";a="33535614" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2024 03:51:16 -0700 X-CSE-ConnectionGUID: t7XZvp1+SP+pqKB5exS+Fg== X-CSE-MsgGUID: XaSE56g7SnKJugbMJKcHow== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,170,1719903600"; d="scan'208";a="61617603" Received: from unknown (HELO npf-hyd-clx-03..) ([10.145.170.182]) by orviesa010.jf.intel.com with ESMTP; 23 Aug 2024 03:51:15 -0700 From: Soumyadeep Hore To: bruce.richardson@intel.com, ian.stokes@intel.com, aman.deep.singh@intel.com Cc: dev@dpdk.org, shaiq.wani@intel.com Subject: [PATCH v3 00/12] Align ICE shared code with Base driver Date: Fri, 23 Aug 2024 09:56:38 +0000 Message-ID: <20240823095650.349785-1-soumyadeep.hore@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240822185346.221885-13-soumyadeep.hore@intel.com> References: <20240822185346.221885-13-soumyadeep.hore@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 Updating the latest shared code patches to ICE base driver. --- v3: - Addressed comments givn by reviewer --- v2: - Addressed comments given by reviewer - Corrected errors in Camel Case --- Dan Nowlin (2): net/ice: correct Tx Scheduler AQ command RD bit for E825C net/ice: support optional flags in signature segment header Fabio Pricoco (1): net/ice: update iteration of TLVs in Preserved Fields Area Jacob Keller (1): net/ice: avoid reading past end of PFA Norbert Zulinski (2): net/ice: updates for ptp init in E825C net/ice: update PTP init Oleg Akhrem (1): net/ice: address compilation errors Paul Greenwalt (3): net/ice: add new tag definitions net/ice: fix link speed for 200G net/ice: update E830 50G branding strings Przemyslaw Gierszynski (1): net/ice: add support for FEC auto-detect for E830 Yogesh Bhosale (1): net/ice: use correct format specifiers for unsigned ints drivers/net/ice/base/ice_adminq_cmd.h | 2 +- drivers/net/ice/base/ice_cgu_regs.h | 19 +++++ drivers/net/ice/base/ice_common.c | 66 ++++++++-------- drivers/net/ice/base/ice_ddp.c | 31 +++++++- drivers/net/ice/base/ice_ddp.h | 5 +- drivers/net/ice/base/ice_devids.h | 12 +-- drivers/net/ice/base/ice_hw_autogen.h | 14 ++++ drivers/net/ice/base/ice_nvm.c | 36 ++++++--- drivers/net/ice/base/ice_ptp_consts.h | 75 ++++++++++++++++++ drivers/net/ice/base/ice_ptp_hw.c | 106 +++++++++++++------------- drivers/net/ice/base/ice_ptp_hw.h | 21 +++++ drivers/net/ice/ice_ethdev.c | 6 +- 12 files changed, 285 insertions(+), 108 deletions(-) -- 2.43.0