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.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 68CCEC3B189 for ; Thu, 13 Feb 2020 16:19:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F1B27206ED for ; Thu, 13 Feb 2020 16:19:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="jqJstANW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728405AbgBMQTC (ORCPT ); Thu, 13 Feb 2020 11:19:02 -0500 Received: from mail27.static.mailgun.info ([104.130.122.27]:18983 "EHLO mail27.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727675AbgBMQTC (ORCPT ); Thu, 13 Feb 2020 11:19:02 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1581610741; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=VUZ0aN8mfEbISkdqNt0Kuqp4RcG69sd8211gKI8qACM=; b=jqJstANWc12CLMUif4DQiNATix3ACv1Cgoni3RmQlkfeGmBtJGi4SUA8aYy55IlSvpOOjgGn n71MaEtqpVTE+WDUUn6A9oRbCRZmZdhaqLNWOOcaxD8Nelefi/4zQH4o5AbyA7hPtEjwyxIT TYf2QKEYCUYQnG4aBoSn7crl7iQ= X-Mailgun-Sending-Ip: 104.130.122.27 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 mxa.mailgun.org with ESMTP id 5e4576f4.7fa3ae2e9500-smtp-out-n02; Thu, 13 Feb 2020 16:19:00 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 9C8B8C447A0; Thu, 13 Feb 2020 16:19:00 +0000 (UTC) Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 406F7C43383; Thu, 13 Feb 2020 16:18:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 406F7C43383 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=none smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Tom Psyborg Cc: Vasanthakumar Thiagarajan , linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, John Crispin Subject: Re: [RESEND] ath10k: add tx hw 802.11 encapusaltion offloading support References: <20191216092207.31032-1-john@phrozen.org> <20191217153000.76AB1C4479C@smtp.codeaurora.org> Date: Thu, 13 Feb 2020 18:18:56 +0200 In-Reply-To: (Tom Psyborg's message of "Wed, 18 Dec 2019 21:14:34 +0100") Message-ID: <87mu9mv4sv.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Tom Psyborg writes: > 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 A very good point. Doesn't this break with WCN3990 then? -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches 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 1j2HCf-00065J-UQ for ath10k@lists.infradead.org; Thu, 13 Feb 2020 16:19:03 +0000 From: Kalle Valo Subject: Re: [RESEND] ath10k: add tx hw 802.11 encapusaltion offloading support References: <20191216092207.31032-1-john@phrozen.org> <20191217153000.76AB1C4479C@smtp.codeaurora.org> Date: Thu, 13 Feb 2020 18:18:56 +0200 In-Reply-To: (Tom Psyborg's message of "Wed, 18 Dec 2019 21:14:34 +0100") Message-ID: <87mu9mv4sv.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 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: Tom Psyborg Cc: Vasanthakumar Thiagarajan , linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, John Crispin Tom Psyborg writes: > 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 A very good point. Doesn't this break with WCN3990 then? -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k