File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Documentation/networking/dsa Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1119,6 +1119,14 @@ methods must be implemented:
11191119- ``port_hsr_leave ``: function invoked when a given switch port leaves a
11201120 DANP/DANH and returns to normal operation as a standalone port.
11211121
1122+ Note that the ``NETIF_F_HW_HSR_DUP `` feature relies on transmission towards
1123+ multiple ports, which is generally available whenever the tagging protocol uses
1124+ the ``dsa_xmit_port_mask() `` helper function. If the helper is used, the HSR
1125+ offload feature should also be set. The ``dsa_port_simple_hsr_join() `` and
1126+ ``dsa_port_simple_hsr_leave() `` methods can be used as generic implementations
1127+ of ``port_hsr_join `` and ``port_hsr_leave ``, if this is the only supported
1128+ offload feature.
1129+
11221130TODO
11231131====
11241132
You can’t perform that action at this time.
0 commit comments