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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C374C4167B for ; Fri, 1 Dec 2023 00:34:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377445AbjLAAeD convert rfc822-to-8bit (ORCPT ); Thu, 30 Nov 2023 19:34:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377446AbjLAAeB (ORCPT ); Thu, 30 Nov 2023 19:34:01 -0500 Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9183610FF; Thu, 30 Nov 2023 16:34:05 -0800 (PST) X-SpamFilter-By: ArmorX SpamTrap 5.78 with qID 3B10Xk2L24052922, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtexh36506.realtek.com.tw[172.21.6.27]) by rtits2.realtek.com.tw (8.15.2/2.95/5.92) with ESMTPS id 3B10Xk2L24052922 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 1 Dec 2023 08:33:46 +0800 Received: from RTEXMBS01.realtek.com.tw (172.21.6.94) by RTEXH36506.realtek.com.tw (172.21.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.17; Fri, 1 Dec 2023 08:33:46 +0800 Received: from RTEXMBS04.realtek.com.tw (172.21.6.97) by RTEXMBS01.realtek.com.tw (172.21.6.94) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.34; Fri, 1 Dec 2023 08:33:46 +0800 Received: from RTEXMBS04.realtek.com.tw ([fe80::40c2:6c24:2df4:e6c7]) by RTEXMBS04.realtek.com.tw ([fe80::40c2:6c24:2df4:e6c7%5]) with mapi id 15.01.2375.007; Fri, 1 Dec 2023 08:33:46 +0800 From: Ping-Ke Shih To: "Lukas F. Hartmann" , Kalle Valo , Martin Blumenstingl CC: "linux-wireless@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "jernej.skrabec@gmail.com" , "ulf.hansson@linaro.org" , "tony0620emma@gmail.com" , Martin Blumenstingl Subject: RE: [PATCH v3] wifi: rtw88: sdio: Honor the host max_req_size in the RX path Thread-Topic: [PATCH v3] wifi: rtw88: sdio: Honor the host max_req_size in the RX path Thread-Index: AQHaG6jDIcpCLdDdCE6Dt6ztbl+1PLCSxRuAgAAE1oCAANos8A== Date: Fri, 1 Dec 2023 00:33:46 +0000 Message-ID: <98c69e6e8bb449ffae253840910df07f@realtek.com> References: <20231120115726.1569323-1-martin.blumenstingl@googlemail.com> <170137159397.1963309.4329648460865757143.kvalo@kernel.org> <87edg7ujhi.fsf@mntre.com> In-Reply-To: <87edg7ujhi.fsf@mntre.com> Accept-Language: en-US, zh-TW Content-Language: zh-TW x-originating-ip: [172.21.69.94] x-kse-serverinfo: RTEXMBS01.realtek.com.tw, 9 x-kse-antispam-interceptor-info: fallback x-kse-antivirus-interceptor-info: fallback Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-KSE-AntiSpam-Interceptor-Info: fallback Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Martin, > -----Original Message----- > From: Lukas F. Hartmann > Sent: Friday, December 1, 2023 3:31 AM > To: Kalle Valo ; Martin Blumenstingl > Cc: linux-wireless@vger.kernel.org; linux-kernel@vger.kernel.org; jernej.skrabec@gmail.com; Ping-Ke Shih > ; ulf.hansson@linaro.org; tony0620emma@gmail.com; Martin Blumenstingl > > Subject: Re: [PATCH v3] wifi: rtw88: sdio: Honor the host max_req_size in the RX path > > Hi Ping-Ke, Kalle, Martin, > > sorry for my late reply. Yes, this patch fixes my original problems and > I have usable WiFi now. There are still some remaining problems like > connection dropouts every minute or so, but it's unrelated and a topic > of further investigation. > > Tested-by: Lukas F. Hartmann > Would you mind to take my acked-by and Lukas' tested-by and send v4? That would be easier to Kalle to merge this patch. Ping-Ke