All of lore.kernel.org
 help / color / mirror / Atom feed
* No reorder buffer?
@ 2014-06-24 14:47 Denton Gentry
  2014-06-26  5:10 ` Denton Gentry
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Denton Gentry @ 2014-06-24 14:47 UTC (permalink / raw)
  To: ath10k

I'm bridging ath10k to Ethernet, gathering pcaps on another ath10k
system in monitor mode and on the Ethernet system which is receiving
the packets. I see packets being delivered out of order to the
Ethernet system. So far as I can tell, any packet which has to be
re-sent on the Wifi link will be delivered out of order to Ethernet.

I believe this happens because there is no reorder buffer.
ieee80211_rx_reorder_ampdu returns because tid_agg_rx[tid] is NULL.

I believe there is no reorder buffer because
ieee80211_process_addba_request is not being called.
ieee80211_process_addba_request would allocate tid_agg_rx[tid].

I believe ieee80211_process_addba_request is not being called because
the firmware processes the AddBA and does not pass it up. This is the
part I am least sure about.


Can anyone confirm or deny that this is correct: does the firmware
process the AddBA, but not have a reorder buffer in the firmware?


This is noticeable mostly because of Windows. The Windows TCP stack
seems to react more strongly to packet reordering (inferred via SACKs,
I guess), and slows down.

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

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

end of thread, other threads:[~2014-06-26 23:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 14:47 No reorder buffer? Denton Gentry
2014-06-26  5:10 ` Denton Gentry
2014-06-26  7:24   ` Dave Taht
2014-06-26  7:38 ` Adrian Chadd
2014-06-26  7:47   ` Michal Kazior
2014-06-26  7:50     ` Adrian Chadd
2014-06-26  8:00       ` Yeoh Chun-Yeow
2014-06-26  9:47       ` Kalle Valo
2014-06-26 12:59         ` Ben Greear
2014-06-26  7:40 ` Adrian Chadd
2014-06-26 10:28 ` Michal Kazior
2014-06-26 22:27   ` Denton Gentry
2014-06-26 23:52     ` Avery Pennarun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.