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=-3.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS 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 4D638C2D0CD for ; Wed, 18 Dec 2019 20:14:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2062F227BF for ; Wed, 18 Dec 2019 20:14:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="TcBS08aV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727145AbfLRUOf (ORCPT ); Wed, 18 Dec 2019 15:14:35 -0500 Received: from mail-oi1-f196.google.com ([209.85.167.196]:32899 "EHLO mail-oi1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726561AbfLRUOf (ORCPT ); Wed, 18 Dec 2019 15:14:35 -0500 Received: by mail-oi1-f196.google.com with SMTP id v140so1847763oie.0 for ; Wed, 18 Dec 2019 12:14:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ak4IdTSq0yrRUmmZNdJtmrrHyp40e8oWD/CHPhAwXvw=; b=TcBS08aVmpDwrjilD2Hfl2W4EuyALoxKCbi0uwSfm9uW42Ua+FZwLV1Xi3xO1XVHCf ltGJAIyt+tpifIEzauz2+mJ7DjB/ovGRqMoETMGNgzb4zMPg7j4BJ2UyJ9GOx/j8qZgp 60bMGWFIhChv/5ynScY/X1TdQwXrHAlUqKFjP8j9ezPzGCafi/8h0vQsiR3G9JMz74BW JV3HoAZVp7GOArlhjPsXnRR2s+6bNFvmC1WDsS7VIiUUUQutRN65fz12BRhKATLy50zC qrIPBG82QpaBE5vT7Y8uasTDx227MBenXRMayYvj/BtY0R/lpiDi3X/cXTf3jc+ItzAl 2ACQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ak4IdTSq0yrRUmmZNdJtmrrHyp40e8oWD/CHPhAwXvw=; b=BBoDWUTsSCHR+ik806U51ercZllk6erwM/PN0AbTIeccqvEhI/pcq72je5Y6IjYkyS R/VDszC7shdBQMUJFX6Fco9YdXHLI5ZNr7Xnh34F2k/1KkEUehUxfGXQWB18trpObi1p ykH4EEeeKu9PLed2Mg3ExDIWs7Wgn53sU71Rw4fm2mreSjIBbXdZSOJnDYMOC/Ght8MS Wz77FcPFuf9nkKZICDdaA3DRd6Yqn9w8CuIDqEdFvClitWH3X6viJyLGbNITqnY51vDj Qv5iSc6ox+MjI5gMgY4IUapiHsGooZaXIzJzS8EFXO499Dnf/wU6Pdmpws8Ui7JVAsti 6M5g== X-Gm-Message-State: APjAAAXU45wg3mYux6EbUenuQvPG7qHBO1AIAq3LI89tJl7CULfATo8j BlayMaV/Ysaak0QsoESsRo/3DFE+IQjjbOdV+9TWTQ== X-Google-Smtp-Source: APXvYqxcJq+FRaKbA1sazXdbynHRsoWhPOzQwa624odcO6H869EYMu+ka6tsC30WQqoO737vodHwt093EwkPhtN3DlE= X-Received: by 2002:aca:7244:: with SMTP id p65mr1293671oic.50.1576700074510; Wed, 18 Dec 2019 12:14:34 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a9d:362:0:0:0:0:0 with HTTP; Wed, 18 Dec 2019 12:14:34 -0800 (PST) In-Reply-To: <20191217153000.76AB1C4479C@smtp.codeaurora.org> References: <20191216092207.31032-1-john@phrozen.org> <20191217153000.76AB1C4479C@smtp.codeaurora.org> From: Tom Psyborg Date: Wed, 18 Dec 2019 21:14:34 +0100 Message-ID: Subject: Re: [RESEND] ath10k: add tx hw 802.11 encapusaltion offloading support To: Kalle Valo Cc: John Crispin , ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, Vasanthakumar Thiagarajan Content-Type: text/plain; charset="UTF-8" Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 17/12/2019, Kalle Valo wrote: > John Crispin wrote: > >> This patch adds support for ethernet rxtx mode to the driver. The feature >> is enabled via a new module parameter. If enabled to driver will enable >> the feature on a per vif basis if all other requirements were met. >> >> Testing on a IPQ4019 based hardware shows a increase in TCP throughput >> of ~20% when the feature is enabled. >> >> Signed-off-by: Vasanthakumar Thiagarajan >> Signed-off-by: John Crispin > > Depends on: > > 50ff477a8639 mac80211: add 802.11 encapsulation offloading support > > Currently in mac80211-next. > > Patch set to Awaiting Upstream. > > -- > https://patchwork.kernel.org/patch/11293627/ > > https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches > the changeset is missing support for 64bit targets in htt_tx.c From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-oi1-x244.google.com ([2607:f8b0:4864:20::244]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ihfiO-0001RV-24 for ath10k@lists.infradead.org; Wed, 18 Dec 2019 20:14:37 +0000 Received: by mail-oi1-x244.google.com with SMTP id b8so1822597oiy.5 for ; Wed, 18 Dec 2019 12:14:35 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20191217153000.76AB1C4479C@smtp.codeaurora.org> References: <20191216092207.31032-1-john@phrozen.org> <20191217153000.76AB1C4479C@smtp.codeaurora.org> From: Tom Psyborg Date: Wed, 18 Dec 2019 21:14:34 +0100 Message-ID: Subject: Re: [RESEND] ath10k: add tx hw 802.11 encapusaltion offloading support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Kalle Valo Cc: Vasanthakumar Thiagarajan , linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, John Crispin On 17/12/2019, Kalle Valo wrote: > John Crispin wrote: > >> This patch adds support for ethernet rxtx mode to the driver. The feature >> is enabled via a new module parameter. If enabled to driver will enable >> the feature on a per vif basis if all other requirements were met. >> >> Testing on a IPQ4019 based hardware shows a increase in TCP throughput >> of ~20% when the feature is enabled. >> >> Signed-off-by: Vasanthakumar Thiagarajan >> Signed-off-by: John Crispin > > Depends on: > > 50ff477a8639 mac80211: add 802.11 encapsulation offloading support > > Currently in mac80211-next. > > Patch set to Awaiting Upstream. > > -- > https://patchwork.kernel.org/patch/11293627/ > > https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches > the changeset is missing support for 64bit targets in htt_tx.c _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k