From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CFD6AC433E0 for ; Fri, 26 Jun 2020 18:27:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A88C420836 for ; Fri, 26 Jun 2020 18:27:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=candelatech.com header.i=@candelatech.com header.b="lxAr5vZR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725850AbgFZS1N (ORCPT ); Fri, 26 Jun 2020 14:27:13 -0400 Received: from mail2.candelatech.com ([208.74.158.173]:56010 "EHLO mail3.candelatech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725768AbgFZS1M (ORCPT ); Fri, 26 Jun 2020 14:27:12 -0400 Received: from [192.168.254.4] (unknown [50.34.202.127]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail3.candelatech.com (Postfix) with ESMTPSA id C9AE213C2B0; Fri, 26 Jun 2020 11:27:11 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 mail3.candelatech.com C9AE213C2B0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=candelatech.com; s=default; t=1593196032; bh=dy0SITDlk2z0CaojQeQfUun9EjYs6mSwSPWTP1Kn4rQ=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=lxAr5vZRYmxTZOOHqggAz9M+0O44hAA8zfASKAFAX6JdlmvFvu97phF7UVZFykrBB XyYpyjNOpfJzCi/57DwG7xwERm2F9cIyrl4xe7XAwon+TuZTixUkSbDKkpMTari64X 0Qxd3gRkRNOd19TpyxnSUc9hOZgGou3y0WE8wxok= Subject: Re: [PATCH 2/2] ath10k: Skip wait for delete response if firmware is down To: Rakesh Pillai , ath10k@lists.infradead.org References: <1593195100-24654-1-git-send-email-pillair@codeaurora.org> <1593195100-24654-3-git-send-email-pillair@codeaurora.org> Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org From: Ben Greear Message-ID: <69ea745d-8d7c-6220-ad0e-f70ffa3e242a@candelatech.com> Date: Fri, 26 Jun 2020 11:27:11 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1593195100-24654-3-git-send-email-pillair@codeaurora.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 06/26/2020 11:11 AM, Rakesh Pillai wrote: > Currently the driver waits for response from the > firmware for all the delete cmds, eg: vdev_delete, > peer delete. If the firmware is down, these wait > will always timeout and return an error. > > Also during subsytems recovery, any attempt to > send a WMI cmd to the FW will return the -ESHUTDOWN > status, which when returned to mac80211, can cause > unnecessary warnings to be printed on to the console, > as shown below > > [ 2559.529565] Call trace: > [ 2559.532214] __sta_info_destroy_part2+0x160/0x168 [mac80211] > [ 2559.538157] __sta_info_flush+0x124/0x180 [mac80211] > [ 2559.543402] ieee80211_set_disassoc+0x130/0x2c0 [mac80211] > [ 2559.549172] ieee80211_mgd_deauth+0x238/0x25c [mac80211] > [ 2559.554764] ieee80211_deauth+0x24/0x30 [mac80211] > [ 2559.559860] cfg80211_mlme_deauth+0x258/0x2b0 [cfg80211] > [ 2559.565446] nl80211_deauthenticate+0xe4/0x110 [cfg80211] > [ 2559.571064] genl_rcv_msg+0x3a0/0x440 > [ 2559.574888] netlink_rcv_skb+0xb4/0x11c > [ 2559.578877] genl_rcv+0x34/0x48 > [ 2559.582162] netlink_unicast+0x14c/0x1e4 > [ 2559.586235] netlink_sendmsg+0x2f0/0x360 > [ 2559.590317] sock_sendmsg+0x44/0x5c > [ 2559.593951] ____sys_sendmsg+0x1c8/0x290 > [ 2559.598029] ___sys_sendmsg+0xa8/0xfc > [ 2559.601840] __sys_sendmsg+0x8c/0xd0 > [ 2559.605572] __arm64_compat_sys_sendmsg+0x2c/0x38 > [ 2559.610468] el0_svc_common+0xa8/0x160 > [ 2559.614372] el0_svc_compat_handler+0x2c/0x38 > [ 2559.618905] el0_svc_compat+0x8/0x10 > > Skip the wait for delete response from the > firmware if the firmware is down. Also return > success to the mac80211 calls when the peer delete > cmd fails with return status -ESHUTDOWN. > > Tested-on: WCN3990 hw1.0 SNOC WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1 > > Signed-off-by: Rakesh Pillai > --- > drivers/net/wireless/ath/ath10k/mac.c | 18 ++++++++++++++---- > 1 file changed, 14 insertions(+), 4 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c > index dc7befc..7ac6549 100644 > --- a/drivers/net/wireless/ath/ath10k/mac.c > +++ b/drivers/net/wireless/ath/ath10k/mac.c > @@ -701,7 +701,8 @@ static void ath10k_wait_for_peer_delete_done(struct ath10k *ar, u32 vdev_id, > unsigned long time_left; > int ret; > > - if (test_bit(WMI_SERVICE_SYNC_DELETE_CMDS, ar->wmi.svc_map)) { > + if (test_bit(WMI_SERVICE_SYNC_DELETE_CMDS, ar->wmi.svc_map) && > + test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) { Don't you mean !test_bit(ATH10K_FLAG_CRASH_FLUSH, &ar->dev_flags)) ??? Or maybe I'm just mis-reading your patch? Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com