From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail26.static.mailgun.info ([104.130.122.26]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jCNeB-00017A-2d for ath11k@lists.infradead.org; Thu, 12 Mar 2020 13:13:12 +0000 MIME-Version: 1.0 Subject: Re: [PATCHv2 1/2] ath11k: Configure hash based reo destination ring selection From: Kalle Valo In-Reply-To: <1581908873-14749-2-git-send-email-srirrama@codeaurora.org> References: <1581908873-14749-2-git-send-email-srirrama@codeaurora.org> Message-Id: <20200312131308.79A0AC432C2@smtp.codeaurora.org> Date: Thu, 12 Mar 2020 13:13:08 +0000 (UTC) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath11k" Errors-To: ath11k-bounces+kvalo=adurom.com@lists.infradead.org To: Sriram R Cc: linux-wireless@vger.kernel.org, ath11k@lists.infradead.org Sriram R wrote: > Current implementation of pdev based reo destination ring > selection is replaced by hash based ring selection so as to > ensure all the available rings are utilized for better performance. > > The 4 reo destination rings are selected by the HW based on the > hash value computed from the received packet based on the 5 tuple > {ip src/ip dst/src port/dst port/protocol}. Out of the 32 hash values > used by the hw, the driver assigns 8 values per reo destination ring > to each of the 4 reo destination rings. > > Signed-off-by: Sriram R I had some problems in the pending branch and these fail to apply now. Please fix the two warnings I reported and rebase. error: patch failed: drivers/net/wireless/ath/ath11k/hal.h:850 error: drivers/net/wireless/ath/ath11k/hal.h: patch does not apply stg import: Diff does not apply cleanly 2 patches set to Changes Requested. 11385031 [PATCHv2,1/2] ath11k: Configure hash based reo destination ring selection 11385033 [PATCHv2,2/2] ath11k: Perform per-msdu rx processing -- https://patchwork.kernel.org/patch/11385031/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches _______________________________________________ ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k