From patchwork Wed Apr 24 13:21:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatoly Burakov X-Patchwork-Id: 139666 X-Patchwork-Delegate: bruce.richardson@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C442243EAD; Wed, 24 Apr 2024 15:24:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 812AB434F6; Wed, 24 Apr 2024 15:23:02 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by mails.dpdk.org (Postfix) with ESMTP id 334E1434EC for ; Wed, 24 Apr 2024 15:22: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=1713964979; x=1745500979; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=75pIUvaolgyknQu7XLD/O6YIctRlfC247VmqM/jZLQQ=; b=hxwkGL8UklfZV9VxXpvltRstb8gJaCgm44BAYGy4GVQxh25VwYkFbnbD ENN4kAmsgOFsnlrv3dwOOJ1Zzul9d8Ftp2SWZFRVNou9amwh6zLJ7TUk6 XMDI+KPtSmkrtgkafawFmTx1lgSmhWJ0VUuzhn89JcsCmpF9F2URzAvl+ 3FhmGfTfR+K8i/4WrR8b+B6nkfCYi3Zmzg59ia94HJm99NvPZ2Cuo0RtC NM80GGfT5ssMe+zEA5hPU9C28Orw4HEpV4eEx/8odQReq2GqKJ+Sh11h8 bUMxpAWk88Dq9NKBvPq61OAf4v+Febx0nQ9QXIv/p230v0eO9inVOds4l g==; X-CSE-ConnectionGUID: gDoT4nWtQduRlPueyHcZ4w== X-CSE-MsgGUID: 4G5Li9+iR8SwOoyWHN1rRQ== X-IronPort-AV: E=McAfee;i="6600,9927,11054"; a="20289306" X-IronPort-AV: E=Sophos;i="6.07,226,1708416000"; d="scan'208";a="20289306" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2024 06:22:59 -0700 X-CSE-ConnectionGUID: WoBTq7I3SzK6InuxS4VEXA== X-CSE-MsgGUID: 6tCO84sBT5GIOCYki0IhyA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,226,1708416000"; d="scan'208";a="24749510" Received: from silpixa00401119.ir.intel.com ([10.55.129.167]) by fmviesa006.fm.intel.com with ESMTP; 24 Apr 2024 06:22:58 -0700 From: Anatoly Burakov To: dev@dpdk.org Cc: Chinh Cao , vladimir.medvedkin@intel.com, bruce.richardson@intel.com Subject: [PATCH v1 21/22] net/ixgbe/base: remove prototypes of unimplemented functions Date: Wed, 24 Apr 2024 14:21:55 +0100 Message-ID: X-Mailer: git-send-email 2.43.0 In-Reply-To: References: MIME-Version: 1.0 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);