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 0E9DE4584B; Thu, 22 Aug 2024 21:48:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99CCB42F57; Thu, 22 Aug 2024 21:48:14 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.14]) by mails.dpdk.org (Postfix) with ESMTP id C452F42EB0 for ; Thu, 22 Aug 2024 21:48:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1724356094; x=1755892094; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3qHFocmzYF3msCUOkvL2nbNVNOfGZk1uVep00IJkgvM=; b=PqH6S+K/vrr2lqvIxYS3mefIEfIEP1ybPe1gP2UMVVGUlYM0VLUBQ9am OCF+kPZVE/tereUK8ekrhB7Jadta/HDDwoh251FgvtBCvngoOqs1ufYeW N3agbyqlCZ+2QruiqlIKDfdynzLPLO5wd/NGiA1L4ceIQcehyL2t3csTQ mL5PAwCfo5+nLwQVlqhFMUROe6zpEQkvND751t6qCtt07QNY7eyuTxHx4 Yvz92q6k2Nig3BpgOKDWttujWjOGRSRgBux5yWggkZho3WjyRCIMTEOqp EVjZuumFUddJjYaZit0a4jyRzk9dbJmUYp6J5M0jTioTIdbHXwucoH13N g==; X-CSE-ConnectionGUID: XKwi7aMWTAOymhVkdA7/sg== X-CSE-MsgGUID: Cofrar9GSz6ECQRp1oQ/uw== X-IronPort-AV: E=McAfee;i="6700,10204,11172"; a="22979662" X-IronPort-AV: E=Sophos;i="6.10,168,1719903600"; d="scan'208";a="22979662" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa108.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Aug 2024 12:48:13 -0700 X-CSE-ConnectionGUID: RcHT0GLWRjyfyQ3CykFmng== X-CSE-MsgGUID: ev1pjpjHRxSewVIr/s7+Tg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,168,1719903600"; d="scan'208";a="92301362" Received: from unknown (HELO npf-hyd-clx-03..) ([10.145.170.182]) by orviesa002.jf.intel.com with ESMTP; 22 Aug 2024 12:48:11 -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 v2 00/12] Align ICE shared code with Base driver Date: Thu, 22 Aug 2024 18:53:34 +0000 Message-ID: <20240822185346.221885-1-soumyadeep.hore@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240822095612.216214-1-soumyadeep.hore@intel.com> References: <20240822095612.216214-1-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. --- v2: - Addressed comments given by reviewer - Corrected errors in Camel Case --- Soumyadeep Hore (12): net/ice: use correct format specifiers for unsigned ints net/ice: updates for ptp init in E825C net/ice: add new tag definitions net/ice: avoid reading past end of PFA net/ice: update PTP init net/ice: address compilation errors net/ice: fix link speed for 200G net/ice: update iteration of TLVs in Preserved Fields Area net/ice: correct Tx Scheduler AQ command RD bit for E825C net/ice: support optional flags in signature segment header net/ice: update E830 50G branding strings net/ice: add support for FEC auto-detect for E830 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