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 8A7A0C433F5 for ; Wed, 24 Nov 2021 08:05:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240482AbhKXIIg (ORCPT ); Wed, 24 Nov 2021 03:08:36 -0500 Received: from m43-7.mailgun.net ([69.72.43.7]:46671 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233552AbhKXIIg (ORCPT ); Wed, 24 Nov 2021 03:08:36 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1637741127; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=du/sjl1KFWHdjpn3FC6dINKkVGfUKDyYPcJdqoAnpoU=; b=LDYkoBd0yg+DohMEh9/w0lGQ0p5II2RXOuUmpm22a9tP9d+FO5V93BJwqFmCuPlRRllGTggu evmdKXh+kxlU7ouDG5sTKtUHoRvPuldl+GDP3r9OJKIwf5QWlELlmSQneOdYBLtpa4tamEPt Xlhi21tLRG1bmnUKp+6r5byjqz8= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI3YTAwOSIsICJsaW51eC13aXJlbGVzc0B2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n02.prod.us-east-1.postgun.com with SMTP id 619df24686d0e4d8886a9d78 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 24 Nov 2021 08:05:26 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id B7440C43616; Wed, 24 Nov 2021 08:05:25 +0000 (UTC) Received: from tykki (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 49165C4338F; Wed, 24 Nov 2021 08:05:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org 49165C4338F Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=codeaurora.org From: Kalle Valo To: Wen Gong Cc: Fabio Estevam , Fabio Estevam , , linux-wireless , , Subject: Re: [PATCH] ath10k: Clean the HI_ACS_FLAGS_ALT_DATA_CREDIT_SIZE flag References: <20210915160422.2839595-1-festevam@denx.de> <87ilwi6lo4.fsf@codeaurora.org> <5dc61605-2ada-3c0b-64de-ea16ad31efbc@quicinc.com> Date: Wed, 24 Nov 2021 10:05:20 +0200 In-Reply-To: <5dc61605-2ada-3c0b-64de-ea16ad31efbc@quicinc.com> (Wen Gong's message of "Wed, 24 Nov 2021 15:55:17 +0800") Message-ID: <87a6hu6ksf.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Wen Gong writes: > On 11/24/2021 3:46 PM, Kalle Valo wrote: >> Fabio Estevam writes: >> >>> Hi Kalle, >>> >>> On Mon, Nov 15, 2021 at 3:06 PM Fabio Estevam wrote: >>>> Hi Kalle, >>>> >>>> On Wed, Sep 15, 2021 at 1:05 PM Fabio Estevam wrote: >>>>> On an imx6dl-pico-pi board with a QCA9377 SDIO chip, the following >>>>> errors are observed when the board works in STA mode: >>>>> >>>>> Simply running "ssh user@192.168.0.1" causes: >>>>> >>>>> [ 55.824159] ath10k_sdio mmc1:0001:1: failed to transmit packet, dropping: -12 >>>>> [ 55.832169] ath10k_sdio mmc1:0001:1: failed to submit frame: -12 >>>>> [ 55.838529] ath10k_sdio mmc1:0001:1: failed to push frame: -12 >>>>> [ 55.905863] ath10k_sdio mmc1:0001:1: failed to transmit packet, dropping: -12 >>>>> [ 55.913650] ath10k_sdio mmc1:0001:1: failed to submit frame: -12 >>>>> [ 55.919887] ath10k_sdio mmc1:0001:1: failed to push frame: -12 >>>>> >>>>> and it is not possible to connect via ssh to the other machine. >>>>> >>>>> One user inspected the size of frames on Wireshark and reported >>>>> the followig: >>>>> >>>>> "I was able to narrow the issue down to the mtu. If I set the mtu for >>>>> the wlan0 device to 1486 instead of 1500, the issue does not happen. >>>>> >>>>> The size of frames that I see on Wireshark is exactly 1500 after >>>>> setting it to 1486." >>>>> >>>>> Clearing the HI_ACS_FLAGS_ALT_DATA_CREDIT_SIZE avoids the problem and >>>>> the ssh command works successfully after that. >>>>> >>>>> Tested with QCA9377 SDIO with firmware WLAN.TF.1.1.1-00061-QCATFSWPZ-1. >>>>> >>>>> Fixes: 2f918ea98606 ("ath10k: enable alt data of TX path for sdio") >>>>> Signed-off-by: Fabio Estevam >>>> A gentle ping on this one. >>> Any comments, please? Without this fix, we can not log via ssh to other machine. >> I don't have much time for ath10k nowadays, so expect long delays in >> reviews. >> >> I'm worried that this breaks QCA6174 SDIO support. Wen, what do you >> think of this? Is this because of differences between firmware versions >> or what? > > it is added by below commit, if disable it, will significant effect > performance. Thanks, I was worried it's something like this. One way to solve this would be to add a new field to ath10k_hw_params so that the workaround is done only on QCA9377 SDIO. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches