You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
driver: introduce txchunk argument for console drivers
The txdelay argument only applies to single bytes.
Sending those packets over the Internet causes additional per packet
overhead, as each packet only contains a single byte payload.
Introduce an argument to group bytes into chunks, such that the txdelay
applies to the chunk. This will reduce the overhead of packets send over
the internet and better utilizes hardware FIFO's on the receiver side.
The default chunk size is 1 byte.
Signed-off-by: Fabian Pfitzner <f.pfitzner@pengutronix.de>
0 commit comments