diff options
author | Oliver Hartkopp <socketcan@hartkopp.net> | 2022-03-09 13:04:14 +0100 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2022-03-10 09:23:45 +0100 |
commit | 9c0c191d82a1de964ac953a1df8b5744ec670b07 (patch) | |
tree | 444c740c184c62181d77cfb95e2c9130a0526db8 /drivers/net/can/vxcan.c | |
parent | 530e0d46c61314c59ecfdb8d3bcb87edbc0f85d3 (diff) | |
download | lwn-9c0c191d82a1de964ac953a1df8b5744ec670b07.tar.gz lwn-9c0c191d82a1de964ac953a1df8b5744ec670b07.zip |
can: isotp: set max PDU size to 64 kByte
The reason to extend the max PDU size from 4095 Byte (12 bit length value)
to a 32 bit value (up to 4 GByte) was to be able to flash 64 kByte
bootloaders with a single ISO-TP PDU. The max PDU size in the Linux kernel
implementation was set to 8200 Bytes to be able to test the length
information escape sequence.
It turns out that the demand for 64 kByte PDUs is real so the value for
MAX_MSG_LENGTH is set to 66000 to be able to potentially add some checksums
to the 65.536 Byte block.
Link: https://github.com/linux-can/can-utils/issues/347#issuecomment-1056142301
Link: https://lore.kernel.org/all/20220309120416.83514-3-socketcan@hartkopp.net
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can/vxcan.c')
0 files changed, 0 insertions, 0 deletions