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 281FC46084; Tue, 14 Jan 2025 11:13:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EC4A34025F; Tue, 14 Jan 2025 11:13:05 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) by mails.dpdk.org (Postfix) with ESMTP id A4848400EF for ; Tue, 14 Jan 2025 11:13:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1736849585; x=1768385585; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=5X3+3ruABVgF2eR6fRC8ZoMwpxQQPTQ97FcIx6GvyWY=; b=Y5RAPGqyVikwkpWh3lljJJDwXdBsQfGfSIgFYYuW1Gp2DQrTPM/uElCt JKaIRKQB6pMmugk15ZqPXDB2Z6fo12sHn7AbAMDMrajIFWr5amozepwEe c5+8Uvy/4uX7VpZ98uNFzcEhO0MxLlKUG2iGZspxQwpxVi3s+0BmRWfdb zHCN8GWWseR+e/lZaiUrnRq8gR7qLehG85zthFvQLDIa1k/vihrZc/JKn xH2GTkMj/L8fd3e0JwTPQ/HNfkIEBHB4nlPGebQ3wYg6xTCfTIB21FhaZ WdsclpLRwNiqjSNtd1KshwRnoj+jZot6VNFGcOtnufM0s9xp4pbpTKd0E A==; X-CSE-ConnectionGUID: 1ctbQLVNTQGgYHGH7byaew== X-CSE-MsgGUID: YuryPJHmRL+gYpamFHqw4w== X-IronPort-AV: E=McAfee;i="6700,10204,11314"; a="36426737" X-IronPort-AV: E=Sophos;i="6.12,314,1728975600"; d="scan'208";a="36426737" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2025 02:13:04 -0800 X-CSE-ConnectionGUID: H6ZbCn7MRBSsScGpNO9pWA== X-CSE-MsgGUID: i1xzHNkCTA6XZsQ/ZGo2xQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="128007029" Received: from unknown (HELO localhost.localdomain) ([10.239.252.210]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2025 02:12:59 -0800 From: Yuan Wang To: dev@dpdk.org Cc: anatoly.burakov@intel.com, vladimir.medvedkin@intel.com, Yuan Wang Subject: [PATCH 00/10] update net/ixgbe base driver Date: Tue, 14 Jan 2025 18:10:10 +0800 Message-ID: <20250114101024.159941-1-yuanx.wang@intel.com> X-Mailer: git-send-email 2.43.5 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 Update the ixgbe driver to the lastest version of the snapshot. Dan Nowlin (1): net/ixgbe/base: add missing buffer copy Dawid Zielinski (2): net/ixgbe/base: add interface for LED control on E610 net/ixgbe/base: Add capability for OROM recovery update Karol Kolacinski (2): net/ixgbe/base: Add PTP by PHY feature for E610 net/ixgbe/base: add max_drift_thresh to get_ptp_by_phy Krzysztof Galazka (1): net/ixgbe/base: add definition of FW temp event for E610 Lukasz Krakowiak (1): net/ixgbe/base: fix TSAM checking return value Piotr Kwapulinski (2): net/ixgbe/base: disable 2.5/5G speeds from auto-negotiation for E610 net/ixgbe/base: update VF HV subsystem device ID constant Yuan Wang (1): net/ixgbe: update base driver README drivers/net/ixgbe/base/README | 2 +- drivers/net/ixgbe/base/ixgbe_api.c | 5 +- drivers/net/ixgbe/base/ixgbe_e610.c | 127 ++++++++++++++++++++--- drivers/net/ixgbe/base/ixgbe_e610.h | 5 + drivers/net/ixgbe/base/ixgbe_type.h | 2 +- drivers/net/ixgbe/base/ixgbe_type_e610.h | 95 +++++++++++++++++ 6 files changed, 220 insertions(+), 16 deletions(-) -- 2.43.5