ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] add 802.11 decapsulation offload support
@ 2020-02-17 12:24 Manikanta Pubbisetty
  2020-02-17 12:24 ` [RFC 1/2] mac80211: add receive path for ethernet frame format Manikanta Pubbisetty
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Manikanta Pubbisetty @ 2020-02-17 12:24 UTC (permalink / raw)
  To: ath11k; +Cc: Manikanta Pubbisetty, linux-wireless

Adding support for offloading 802.11 decapsulation to the HW.
This 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.

Note:
Ath11k patch in this patchset depends on PN offload series
and the multi reo patchset with the following name.
"Support hash based reo destination ring selection"

Manikanta Pubbisetty (2):
  mac80211: add receive path for ethernet frame format
  ath11k: add rx hw 802.11 decapsulation offloading support

 drivers/net/wireless/ath/ath11k/core.c     |   4 +
 drivers/net/wireless/ath/ath11k/core.h     |   3 +
 drivers/net/wireless/ath/ath11k/dp_rx.c    | 184 ++++++++++++++----------
 drivers/net/wireless/ath/ath11k/hal_desc.h |   2 +
 drivers/net/wireless/ath/ath11k/mac.c      |  21 +++
 include/net/mac80211.h                     |  20 +++
 net/mac80211/rx.c                          | 215 ++++++++++++++++++++++++++++-
 7 files changed, 370 insertions(+), 79 deletions(-)

-- 
2.7.4

_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-17 14:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-17 12:24 [RFC 0/2] add 802.11 decapsulation offload support Manikanta Pubbisetty
2020-02-17 12:24 ` [RFC 1/2] mac80211: add receive path for ethernet frame format Manikanta Pubbisetty
2020-02-17 14:24   ` Johannes Berg
2020-02-17 12:24 ` [RFC 2/2] ath11k: add 802.11 decapsulation offloading support Manikanta Pubbisetty
2020-02-17 13:31 ` [RFC 0/2] add 802.11 decapsulation offload support John Crispin
2020-02-17 14:23 ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox