|
|
Subscribe / Log in / New account

Netdev 2018 day 2

Netdev 2018 day 2

Posted Aug 29, 2018 18:45 UTC (Wed) by mtaht (subscriber, #11087)
In reply to: Netdev 2018 day 2 by mtaht
Parent article: Netdev 2018 day 2

on the other other hand the mtu on a can bus is 16???


to post comments

Netdev 2018 day 2

Posted Aug 29, 2018 19:39 UTC (Wed) by mtaht (subscriber, #11087) [Link]

I knew nothing about CAN before 3 hours ago. In particular I retract what I was saying about ecn (that was an IP specific bus). It looks like the FQ part in fq_codel, would "work" if there was a dissector for it. As the MTU is tiny the codelly bit would "work" also at the 5ms default - but (after reading up on it) both FQ and codel seem very dangerous to deploy in a CAN environment as anything other than a test of the robustness of the system. FQ (DRR) could deliver messages de-interleaved to various devices, and the HOL blocking in the media access force drops in codel.

Thanks for pointing this out. For the first time in years I'm led to conclude strict fifo is better in a given system. Not that I don't see CAN has problems, mind you, but they aren't fq_codels domain to solve.

I'll have to write this up somewhere, maybe discuss on the can list.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds