Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
* [Cake] overhead and mpu
@ 2017-09-05  2:46 Dennis Fedtke
  2017-09-05  3:26 ` Ryan Mounce
  2017-09-05  6:00 ` Dennis Fedtke
  0 siblings, 2 replies; 24+ messages in thread
From: Dennis Fedtke @ 2017-09-05  2:46 UTC (permalink / raw)
  To: cake

Hi!

what values should be used for an Ethernet connection running over 
docsis modem?

I think cake automatically accounts for the Ethernet header.
But how large is the ethernet header? Some sites say 1514 some other 
sites say 1518.
So we have the mac header (14bytes) + the crc checksum (4 bytes) + max 
payload 1500bytes = 1518 bytes?

I looked at the code and there is hard_header_len used.

After some quick googling i found this info:
The value ofhard_header_lenis14(ETH_HLEN) for Ethernet interfaces.

Which "packets size(1500 or 1514 or 1518)" does cake really see and work 
with when running on an Ethernet interface?
Minimum Ethernet payload size is 46 bytes. So should i use mpu 46, mpu 
60 or mpu 64 setting for an Ethernet interface?

Thanks


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

end of thread, other threads:[~2017-09-07  8:07 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-05  2:46 [Cake] overhead and mpu Dennis Fedtke
2017-09-05  3:26 ` Ryan Mounce
2017-09-05  3:37   ` Ryan Mounce
2017-09-05  6:00 ` Dennis Fedtke
2017-09-05  6:49   ` Ryan Mounce
2017-09-05  6:58   ` Jonathan Morton
2017-09-05 20:19     ` Dennis Fedtke
2017-09-06  1:45       ` Ryan Mounce
2017-09-06  7:26         ` Sebastian Moeller
2017-09-07  4:11           ` Dennis Fedtke
2017-09-07  4:18             ` Dennis Fedtke
2017-09-07  4:25               ` Jonathan Morton
2017-09-07  7:41                 ` Dennis Fedtke
2017-09-07  7:58                 ` Sebastian Moeller
2017-09-07  7:47             ` Sebastian Moeller
2017-09-07  7:58               ` Dennis Fedtke
2017-09-07  8:07                 ` Sebastian Moeller
2017-09-06  7:22       ` Sebastian Moeller
2017-09-05  8:01   ` Sebastian Moeller
2017-09-05  8:35     ` Kevin Darbyshire-Bryant
2017-09-05  8:58       ` Sebastian Moeller
2017-09-05 14:37         ` Ryan Mounce
2017-09-05 15:06           ` Sebastian Moeller
2017-09-05 15:33           ` Kevin Darbyshire-Bryant

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