Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
* [Cake] Cake in userspace
@ 2016-04-15 11:02 Henning Rogge
  2016-04-15 11:41 ` Jonathan Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Henning Rogge @ 2016-04-15 11:02 UTC (permalink / raw)
  To: cake

Hi,

I am working on an interface between an existing physical (wireless)
layer and the Linux IP stack.

The maximum speed of the PHY is quite slow (but has some long
timeslots for data) and we will do lots of experiments, so everything
is in Userspace and uses a TAP device to pretend to be a real device
driver.

Of course I am running into the same issues that the Mac80211 wifi
stack has... queuing and aggregation. To aggregate data I have to
remove IP packets from the the TUN interface, which removes them from
control of IP queuing... and only afterwards I can inspect them if
they CAN be aggregated.

How difficult would it be to implement Cake directly in Userspace
behind a TAP device (that you always drain of all incoming packets)?

This might be an interesting way to experiment with Cake AND might
solve my problem too.

Henning Rogge

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

end of thread, other threads:[~2016-04-18 12:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15 11:02 [Cake] Cake in userspace Henning Rogge
2016-04-15 11:41 ` Jonathan Morton
2016-04-15 13:16   ` Henning Rogge
2016-04-15 13:19     ` Jonathan Morton
2016-04-18 11:17       ` Henning Rogge
2016-04-18 11:40         ` Henning Rogge
2016-04-18 12:07           ` Jonathan Morton

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