can: isotp: add support for transmission without flow control
authorOliver Hartkopp <socketcan@hartkopp.net>
Sat, 7 May 2022 11:55:58 +0000 (13:55 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 16 May 2022 20:03:45 +0000 (22:03 +0200)
commit9f39d36530e5678d092d53c5c2c60d82b4dcc169
tree51ac817113e023da42be96c7566915009863a4ac
parent51a0d5e51178fcd147c1b8fdab2ed16b561326db
can: isotp: add support for transmission without flow control

Usually the ISO 15765-2 protocol is a point-to-point protocol to transfer
segmented PDUs to a dedicated receiver. This receiver sends a flow control
message to specify protocol options and timings (e.g. block size / STmin).

The so called functional addressing communication allows a 1:N
communication but is limited to a single frame length.

This new CAN_ISOTP_CF_BROADCAST allows an unconfirmed 1:N communication
with PDU length that would not fit into a single frame. This feature is
not covered by the ISO 15765-2 standard.

Link: https://lore.kernel.org/all/20220507115558.19065-1-socketcan@hartkopp.net
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
include/uapi/linux/can/isotp.h
net/can/isotp.c