embeddedsw/XilinxProcessorIPLib/drivers/dptx
Andrei-Liviu Simion 2d318f6d74 dptx: Broadcast messages need to have an LCR of 6.
An LCR (link count remaining) value of 6 is used to protect against loops.
If the LCR isn't processed at each node and attempted to be broadcasted on all
ports, waiting for a reply, a loop in the topology will result in the broadcast
message being forwarded infinitely.
Because of this, an LCR of 0 will prevent the message from being forwarded to
subsequent DP nodes.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2014-11-25 21:38:19 +05:30
..
data dptx: Upgrade MDD file version to v2_0 and remove trailing whitespace. 2014-11-25 21:38:08 +05:30
doc/html/api dptx: Updated documentation for v2_0. 2014-11-25 21:38:14 +05:30
examples dptx: MST: Improved example code. 2014-11-25 21:38:12 +05:30
src dptx: Broadcast messages need to have an LCR of 6. 2014-11-25 21:38:19 +05:30