Re: [PATCH 31/49] ath11k: add mac.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2019-08-21 15:38, Toke Høiland-Jørgensen wrote:
Vasanthakumar Thiagarajan <vthiagar@xxxxxxxxxxxxxx> writes:

On 2019-08-20 22:21, Toke Høiland-Jørgensen wrote:
[... snip ... ]

+static const struct ieee80211_ops ath11k_ops = {
+	.tx				= ath11k_mac_op_tx,

No wake_tx_queue? :(

Yes, packet queueing is handled in firmware. This makes sense
especially when we enable 802.11 encap offload support where most of
the data path processing in mac80211 will be skipped and packet is
given to driver/firmware in 802.3 format itself. Then firmware would
take care of all the classification, queueing and encapsulation
operations.

Well, so does ath10k, and yet we still saw a significant improvement by
moving queueing back into the host where it can be handled by the
FQ-CoDel-enabled queueing structure.


Sure, we could probably try that with ath11k as well at some point when we have a baseline with HE support.

Vasanth



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux