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 2DB3C45845; Thu, 22 Aug 2024 12:50:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF12F42EB0; Thu, 22 Aug 2024 12:50:55 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by mails.dpdk.org (Postfix) with ESMTP id 4D3A442E9D for ; Thu, 22 Aug 2024 12:50:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1724323844; x=1755859844; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=75gcGZKOaZNjRIYf+rBYIW2eJU3jMIWFb4ThYy1yGEE=; b=A1qcJC4ho3pLL7nTHOnQu1dCX7jGyzRyN50WtbBAF++qVs+7TkYg93sf C2Go2b3PnG5dnBXBBbW3937XBAcjvT1mCx3shaRgURTcJ3ORy/JSEtlb+ z1LzpnWOgV+QT37142leaF9PvmNkpqIUqJR4eViHsuUELTP6SJ72qqj0d cqV/gDXt5TlqcUK/SfHPCe9vbWtydhk33UlYhLZoyhLmFILpkaepr4Unj jiWnIORbiVOyUTpi8BIe5SWelu11EqRW0wL7eJh8hxGl7o5nnYKIccZdV xAbFYa3soXOaMvonMOzJ/7w5xf5+EmL+50vGPr56crOvk/32YvUKTf8Sp w==; X-CSE-ConnectionGUID: O92c6iBdTuStZv6eEnxRSQ== X-CSE-MsgGUID: UvmtZBDmSPqLLjBBOhdlhw== X-IronPort-AV: E=McAfee;i="6700,10204,11171"; a="22542214" X-IronPort-AV: E=Sophos;i="6.10,166,1719903600"; d="scan'208";a="22542214" Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Aug 2024 03:50:43 -0700 X-CSE-ConnectionGUID: n0vBvvQwQ2+e2xqiHTl2GA== X-CSE-MsgGUID: UzUCtzhKTxy+5Arl2bxorA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,166,1719903600"; d="scan'208";a="61559714" Received: from unknown (HELO npf-hyd-clx-03..) ([10.145.170.182]) by fmviesa010.fm.intel.com with ESMTP; 22 Aug 2024 03:50:41 -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 v1 00/12] Align ICE shared code with Base driver Date: Thu, 22 Aug 2024 09:56:00 +0000 Message-ID: <20240822095612.216214-1-soumyadeep.hore@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 Updating the latest shared code patches to ICE base driver. Soumyadeep Hore (12): net/ice: use correct format specifiers for unsigned ints net/ice: updates for ptp init GNRD 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 Connorsville 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