From: Sriram R <srirrama@codeaurora.org>
To: linux-wireless@vger.kernel.org, ath11k@lists.infradead.org
Cc: Sriram R <srirrama@codeaurora.org>
Subject: [PATCH 0/2] mac80211: add 802.11 decapsulation offload support
Date: Wed, 10 Jun 2020 10:00:54 +0530 [thread overview]
Message-ID: <1591763456-23275-1-git-send-email-srirrama@codeaurora.org> (raw)
Adding support for offloading 802.11 decapsulation to the HW.
This helps in RX path optmization to reduces the CPU cycles
spent on host CPU for doing the conversion from 802.11 format
to ethernet format and thereby improving the performance of the device.
Sriram R (2):
mac80211: add receive path for ethernet frame format
ath11k: add rx path 802.11 decapsulation offloading support
drivers/net/wireless/ath/ath11k/core.h | 3 +
drivers/net/wireless/ath/ath11k/dp_rx.c | 185 ++++++++++++++----------
drivers/net/wireless/ath/ath11k/hal_desc.h | 2 +
drivers/net/wireless/ath/ath11k/mac.c | 20 +++
include/net/mac80211.h | 20 +++
net/mac80211/rx.c | 222 ++++++++++++++++++++++++++++-
6 files changed, 373 insertions(+), 79 deletions(-)
--
2.7.4
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
next reply other threads:[~2020-06-10 4:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-10 4:30 Sriram R [this message]
2020-06-10 4:30 ` [PATCH 1/2] mac80211: add receive path for ethernet frame format Sriram R
2020-08-03 10:06 ` Johannes Berg
2020-08-03 10:44 ` Sriram R
2020-06-10 4:30 ` [PATCH 2/2] ath11k: add rx path 802.11 decapsulation offloading support Sriram R
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1591763456-23275-1-git-send-email-srirrama@codeaurora.org \
--to=srirrama@codeaurora.org \
--cc=ath11k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox