diff options
author | Oliver Hartkopp <socketcan@hartkopp.net> | 2020-12-06 15:47:31 +0100 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2020-12-10 09:31:40 +0100 |
commit | 921ca574cd382142add8b12d0a7117f495510de5 (patch) | |
tree | edae2ce5e6c85a043d879c7d72e1d0c2842eec90 /arch | |
parent | a7105e3472bf6bb3099d1293ea7d70e7783aa582 (diff) |
can: isotp: add SF_BROADCAST support for functional addressing
When CAN_ISOTP_SF_BROADCAST is set in the CAN_ISOTP_OPTS flags the CAN_ISOTP
socket is switched into functional addressing mode, where only single frame
(SF) protocol data units can be send on the specified CAN interface and the
given tp.tx_id after bind().
In opposite to normal and extended addressing this socket does not register a
CAN-ID for reception which would be needed for a 1-to-1 ISOTP connection with a
segmented bi-directional data transfer.
Sending SFs on this socket is therefore a TX-only 'broadcast' operation.
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Thomas Wagner <thwa1@web.de>
Link: https://lore.kernel.org/r/20201206144731.4609-1-socketcan@hartkopp.net
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions