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=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 C5E59C43603 for ; Thu, 19 Dec 2019 06:36:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 920D72465E for ; Thu, 19 Dec 2019 06:36:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=newmedia-net.de header.i=@newmedia-net.de header.b="Mz32dpDn" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725996AbfLSGgU (ORCPT ); Thu, 19 Dec 2019 01:36:20 -0500 Received: from webmail.newmedia-net.de ([185.84.6.166]:44099 "EHLO webmail.newmedia-net.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725843AbfLSGgU (ORCPT ); Thu, 19 Dec 2019 01:36:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=newmedia-net.de; s=mikd; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject; bh=RxZXmpD1r5rWdodi5dIRAPji6QPoqfkPDV/+JsbJV4M=; b=Mz32dpDnzVbeozVnxjqqewgVDMUfAjJjcrJaGzTGf0DXrQ9k7g9WScuanIbSeyjU1H7YYD5j968pjpGfwgpqHKg6pKl97/6JqF0SySlvHGIccwFvLGFoXl9npxs2dNKaLDxSQCl1jUC+h1dgOGOZaR0Ql0mCVd3Qo5Dt5BLUaik=; Subject: Re: [RESEND] ath10k: add tx hw 802.11 encapusaltion offloading support To: Tom Psyborg , Kalle Valo Cc: John Crispin , ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, Vasanthakumar Thiagarajan , Johannes Berg References: <20191216092207.31032-1-john@phrozen.org> <20191217153000.76AB1C4479C@smtp.codeaurora.org> From: Sebastian Gottschall Message-ID: Date: Thu, 19 Dec 2019 07:36:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Received: from [2003:c9:3f2c:4f00:bc20:1f41:7042:9c0e] by webmail.newmedia-net.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1ihpOe-0003GP-Hi; Thu, 19 Dec 2019 07:34:52 +0100 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Am 18.12.2019 um 23:45 schrieb Tom Psyborg: > ccing Johannes Berg since upstream change (mac80211-next) breaks build: > > In the commit log its written: remove SUPPORTS_80211_ENCAP HW flag > > Any sane reasons for doing that? mac80211 fails to build because of > removed flags, this is on backports-5.3-rc4 > > Other than that the feature delivers the promised: > QCA9880 iperf between wired and wireless machine > native mode 449Mbps > ethernet mode 522Mbps johns patch does not work for qca9880 wave 1 chipsets. it works only for 10.4 firmares like 9984, ipq40xx  etc. the 9880 has no benefit from it and has no effect. so your test seem to have false results Sebastian >