]> git.proxmox.com Git - mirror_iproute2.git/commit
can: Add support for CAN FD non-ISO feature
authorOliver Hartkopp <socketcan@hartkopp.net>
Thu, 22 Jan 2015 18:04:33 +0000 (19:04 +0100)
committerStephen Hemminger <shemming@brocade.com>
Thu, 5 Feb 2015 18:35:24 +0000 (10:35 -0800)
commit82a307e835a0b7431c0367737757522dedc606fe
tree69340363b0b4ece2820dc8bad389c6dc35660238
parent5e5055bc26aea47073e9071fbc6ddb822ff89c58
can: Add support for CAN FD non-ISO feature

This patch makes CAN_CTRLMODE_FD_NON_ISO netlink feature configurable.

During the CAN FD standardization process within the ISO it turned out that
the failure detection capability has to be improved.

The CAN in Automation organization (CiA) defined the already implemented CAN
FD controllers as 'non-ISO' and the upcoming improved CAN FD controllers as
'ISO' compliant. See at http://www.can-cia.com/index.php?id=1937

Starting with the - currently non-ISO - driver for M_CAN v3.0.1 introduced in
Linux 3.18 this bit needs to be propagated to userspace. In future drivers this
bit will become configurable depending on the CAN FD controllers capabilities.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
ip/iplink_can.c