From: Manikanta Pubbisetty <mpubbise@codeaurora.org>
To: ath11k@lists.infradead.org
Cc: Manikanta Pubbisetty <mpubbise@codeaurora.org>,
linux-wireless@vger.kernel.org
Subject: [PATCH 0/2] ath11k: offload PN verification to the HW
Date: Fri, 14 Feb 2020 14:44:10 +0530 [thread overview]
Message-ID: <1581671652-8115-1-git-send-email-mpubbise@codeaurora.org> (raw)
This patch series enables PN validation in the HW thereby
reducing CPU cycles spent in the host CPU. It also is the
basis for other performance improvement patches that follow
this series.
TSC (TKIP sequence counter) validation is also offloaded.
Hardware validates PN/TSC only for unicast packets;
for group addressed packets, PN validation is done
in mac80211.
This patchset is dependent on the following patch:
"ath11k: config reorder queue for all tids during peer setup"
Manikanta Pubbisetty (2):
ath11k: handle RX fragments
ath11k: enable PN offload
drivers/net/wireless/ath/ath11k/Kconfig | 1 +
drivers/net/wireless/ath/ath11k/core.h | 2 +
drivers/net/wireless/ath/ath11k/dp.c | 12 +-
drivers/net/wireless/ath/ath11k/dp.h | 12 +
drivers/net/wireless/ath/ath11k/dp_rx.c | 870 ++++++++++++++++++++++++++----
drivers/net/wireless/ath/ath11k/dp_rx.h | 8 +-
drivers/net/wireless/ath/ath11k/hal.h | 2 +-
drivers/net/wireless/ath/ath11k/hal_rx.c | 14 +-
drivers/net/wireless/ath/ath11k/mac.c | 41 +-
drivers/net/wireless/ath/ath11k/peer.h | 7 +
drivers/net/wireless/ath/ath11k/rx_desc.h | 2 +-
11 files changed, 865 insertions(+), 106 deletions(-)
--
2.7.4
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
next reply other threads:[~2020-02-14 9:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-14 9:14 Manikanta Pubbisetty [this message]
2020-02-14 9:14 ` [PATCH 1/2] ath11k: handle RX fragments Manikanta Pubbisetty
2020-03-11 16:27 ` Kalle Valo
2020-02-14 9:14 ` [PATCH 2/2] ath11k: enable PN offload Manikanta Pubbisetty
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=1581671652-8115-1-git-send-email-mpubbise@codeaurora.org \
--to=mpubbise@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