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 7AAFC4410E; Thu, 30 May 2024 13:17:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E0CF8427E6; Thu, 30 May 2024 13:15:13 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by mails.dpdk.org (Postfix) with ESMTP id A26CE40ED6 for ; Thu, 30 May 2024 13:14:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1717067700; x=1748603700; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=75pIUvaolgyknQu7XLD/O6YIctRlfC247VmqM/jZLQQ=; b=Xvf5KlVjW8rHfcLEH3oyATBSz7ZBw0k4BOO3ujfwvwlelKY4fU6p4u1X VmSEyZ8Es1/rWsmjRKcbayDEY70XZjmZVU2u5mvgzDkRRwFFn8ijnD2jT 5P/5oTvRYNbRqkTNzJSUT0JQ8NbRjF3t6l6lFnJqjMBA//ECGx9ND7Tx4 I3CM0zt/jGaf73RxoQ/YJi2ismPyY+Mlai/fhzqCrj8biLe70sQarJoE0 bm7Swt/6CWXslMft3TWskKj0enIXbDIXAGW6bOEmGbC0fpWix2+rcXgLA BUflP8en0qe4mXBExIG1Peuvf4t6VDojK/FEJ9IkGMDCg6g0JcB6Gcg/4 Q==; X-CSE-ConnectionGUID: IHII8wArT5+1i54GUN/6Iw== X-CSE-MsgGUID: Vd3q6u3vQkGjJS1LkeQt7A== X-IronPort-AV: E=McAfee;i="6600,9927,11087"; a="36063891" X-IronPort-AV: E=Sophos;i="6.08,201,1712646000"; d="scan'208";a="36063891" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 May 2024 04:14:59 -0700 X-CSE-ConnectionGUID: w8uljnGIRCmA05OfOqKGvQ== X-CSE-MsgGUID: O43yj+tfQjWnyLpv+1iIEQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,201,1712646000"; d="scan'208";a="36419454" Received: from silpixa00401119.ir.intel.com ([10.55.129.167]) by orviesa007.jf.intel.com with ESMTP; 30 May 2024 04:14:57 -0700 From: Anatoly Burakov To: dev@dpdk.org Cc: Chinh Cao , vladimir.medvedkin@intel.com, bruce.richardson@intel.com Subject: [PATCH v3 19/30] net/ixgbe/base: remove prototypes of unimplemented functions Date: Thu, 30 May 2024 12:13:52 +0100 Message-ID: X-Mailer: git-send-email 2.43.0 In-Reply-To: References: 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 From: Chinh Cao There are some function prototypes that were introduced at some point but were never implemented, so remove them. Signed-off-by: Chinh Cao --- drivers/net/ixgbe/base/ixgbe_api.h | 1 - drivers/net/ixgbe/base/ixgbe_x550.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/drivers/net/ixgbe/base/ixgbe_api.h b/drivers/net/ixgbe/base/ixgbe_api.h index 33e7c3c215..51decc5fae 100644 --- a/drivers/net/ixgbe/base/ixgbe_api.h +++ b/drivers/net/ixgbe/base/ixgbe_api.h @@ -118,7 +118,6 @@ u64 ixgbe_get_supported_physical_layer(struct ixgbe_hw *hw); s32 ixgbe_enable_rx_dma(struct ixgbe_hw *hw, u32 regval); s32 ixgbe_disable_sec_rx_path(struct ixgbe_hw *hw); s32 ixgbe_enable_sec_rx_path(struct ixgbe_hw *hw); -s32 ixgbe_mng_fw_enabled(struct ixgbe_hw *hw); s32 ixgbe_reinit_fdir_tables_82599(struct ixgbe_hw *hw); s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl); s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 fdirctrl, diff --git a/drivers/net/ixgbe/base/ixgbe_x550.h b/drivers/net/ixgbe/base/ixgbe_x550.h index cff107e2ab..3e3ca8e66a 100644 --- a/drivers/net/ixgbe/base/ixgbe_x550.h +++ b/drivers/net/ixgbe/base/ixgbe_x550.h @@ -72,9 +72,7 @@ s32 ixgbe_read_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 *phy_data); s32 ixgbe_write_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data); -s32 ixgbe_setup_fc_fiber_x550em_a(struct ixgbe_hw *hw); s32 ixgbe_setup_fc_backplane_x550em_a(struct ixgbe_hw *hw); -s32 ixgbe_setup_fc_sgmii_x550em_a(struct ixgbe_hw *hw); void ixgbe_fc_autoneg_fiber_x550em_a(struct ixgbe_hw *hw); void ixgbe_fc_autoneg_backplane_x550em_a(struct ixgbe_hw *hw); void ixgbe_fc_autoneg_sgmii_x550em_a(struct ixgbe_hw *hw); -- 2.43.0