Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 806CDC43217 for ; Fri, 17 Dec 2021 15:53:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238475AbhLQPxP (ORCPT ); Fri, 17 Dec 2021 10:53:15 -0500 Received: from esa.microchip.iphmx.com ([68.232.154.123]:25692 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238404AbhLQPxK (ORCPT ); Fri, 17 Dec 2021 10:53:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1639756390; x=1671292390; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=L4Zeo+iupdje7QK4hzmJHLBzv4tA2GhoD2cRtibSm8o=; b=JHArqtUCVDpKeHtpHSN9T6tmWDigPCcGFwOqWlkzh6OTQblOQqqiJOD5 QIs1AS+hAjggEYN5P6cj8EShzoi3cHn6MyjEeeFM4BFg7aG4Nq7+AHhq5 vJ+CKqeivleAo6ZkmlLD19A6NVXSX0ulxhu6V/DjjoeIgqcNaq+16JuRV bkoLTZFLlyE38cqfqUuI5Pr4UxHdmlMoG/kORsunMNxF3TvbBULYve3XC ZjofU97WQUVVzBGIRIi1wFrw4w4dzhZdKPNPufxO6iJtxUq+ugC1ISYTu 5aS+mvTr/UePKNXhk9tAIH8jBVsUecdBQ77i0XtDdLV4HiWKrfj9EW/V3 A==; IronPort-SDR: zQBwj6N/tyrtAJxD8WcE6Lq8hBlVwwQoNtJjl1JmZzuKW0ZWOrXN+oYpan6atiRgJ/cnrMKYR7 IupNDVF6CXlR+P2s61GKuwauvcmLnPO6BbD1O8AWyMW8nRTOJb+Gt59Ynf53X2+sBuOYZueuma p9jpbEaXD3+PsXOy6X2wyiHeW1AL4TyCkiBtNcYzOOBlNpcrt/jmNHIu5f6LQecgKNCkDChUpC gH6hU0w4tse86tXRGc8uMLPxP7oSebelM5jCLHiuBm3AdkExbtBLGhfIrTbiu5g6GpZNbCO4dr Hul+/8WYpqfI4gkbwHi9djhj X-IronPort-AV: E=Sophos;i="5.88,213,1635231600"; d="scan'208";a="79930714" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 17 Dec 2021 08:53:09 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Fri, 17 Dec 2021 08:53:08 -0700 Received: from soft-dev3-1.microsemi.net (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Fri, 17 Dec 2021 08:53:06 -0700 From: Horatiu Vultur To: , , CC: , , , , , , , , , Horatiu Vultur Subject: [PATCH net-next v7 5/9] net: lan966x: Remove .ndo_change_rx_flags Date: Fri, 17 Dec 2021 16:53:49 +0100 Message-ID: <20211217155353.460594-6-horatiu.vultur@microchip.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211217155353.460594-1-horatiu.vultur@microchip.com> References: <20211217155353.460594-1-horatiu.vultur@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The function lan966x_port_change_rx_flags() was used only when IFF_PROMISC flag was set. In that case it was setting to copy all the frames to the CPU instead of removing any RX filters. Therefore remove it. Fixes: d28d6d2e37d10d ("net: lan966x: add port module support") Signed-off-by: Horatiu Vultur --- .../ethernet/microchip/lan966x/lan966x_main.c | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/drivers/net/ethernet/microchip/lan966x/lan966x_main.c b/drivers/net/ethernet/microchip/lan966x/lan966x_main.c index 7c6d6293611a..dc40ac2eb246 100644 --- a/drivers/net/ethernet/microchip/lan966x/lan966x_main.c +++ b/drivers/net/ethernet/microchip/lan966x/lan966x_main.c @@ -298,28 +298,6 @@ static int lan966x_port_xmit(struct sk_buff *skb, struct net_device *dev) return lan966x_port_ifh_xmit(skb, ifh, dev); } -static void lan966x_set_promisc(struct lan966x_port *port, bool enable) -{ - struct lan966x *lan966x = port->lan966x; - - lan_rmw(ANA_CPU_FWD_CFG_SRC_COPY_ENA_SET(enable), - ANA_CPU_FWD_CFG_SRC_COPY_ENA, - lan966x, ANA_CPU_FWD_CFG(port->chip_port)); -} - -static void lan966x_port_change_rx_flags(struct net_device *dev, int flags) -{ - struct lan966x_port *port = netdev_priv(dev); - - if (!(flags & IFF_PROMISC)) - return; - - if (dev->flags & IFF_PROMISC) - lan966x_set_promisc(port, true); - else - lan966x_set_promisc(port, false); -} - static int lan966x_port_change_mtu(struct net_device *dev, int new_mtu) { struct lan966x_port *port = netdev_priv(dev); @@ -369,7 +347,6 @@ static const struct net_device_ops lan966x_port_netdev_ops = { .ndo_open = lan966x_port_open, .ndo_stop = lan966x_port_stop, .ndo_start_xmit = lan966x_port_xmit, - .ndo_change_rx_flags = lan966x_port_change_rx_flags, .ndo_change_mtu = lan966x_port_change_mtu, .ndo_set_rx_mode = lan966x_port_set_rx_mode, .ndo_get_phys_port_name = lan966x_port_get_phys_port_name, -- 2.33.0