Kconfig 1.0 KB

123456789101112131415161718192021222324252627
  1. #
  2. # IEC 62439-3 High-availability Seamless Redundancy
  3. #
  4. config HSR
  5. tristate "High-availability Seamless Redundancy (HSR)"
  6. ---help---
  7. If you say Y here, then your Linux box will be able to act as a
  8. DANH ("Doubly attached node implementing HSR"). For this to work,
  9. your Linux box needs (at least) two physical Ethernet interfaces,
  10. and it must be connected as a node in a ring network together with
  11. other HSR capable nodes.
  12. All Ethernet frames sent over the hsr device will be sent in both
  13. directions on the ring (over both slave ports), giving a redundant,
  14. instant fail-over network. Each HSR node in the ring acts like a
  15. bridge for HSR frames, but filters frames that have been forwarded
  16. earlier.
  17. This code is a "best effort" to comply with the HSR standard as
  18. described in IEC 62439-3:2010 (HSRv0), but no compliancy tests have
  19. been made.
  20. You need to perform any and all necessary tests yourself before
  21. relying on this code in a safety critical system!
  22. If unsure, say N.