diff options
Diffstat (limited to 'host/lib/rfnoc/split_stream_block_control.cpp')
-rw-r--r-- | host/lib/rfnoc/split_stream_block_control.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/rfnoc/split_stream_block_control.cpp b/host/lib/rfnoc/split_stream_block_control.cpp index 17485882a..b98949514 100644 --- a/host/lib/rfnoc/split_stream_block_control.cpp +++ b/host/lib/rfnoc/split_stream_block_control.cpp @@ -41,6 +41,10 @@ public: // the split stream block. set_prop_forwarding_policy(forwarding_policy_t::USE_MAP); set_action_forwarding_policy(forwarding_policy_t::USE_MAP); + // MTU forwarding doesn't allow for USE_MAP, but we assume that packets + // coming in may potentially go to any output port. We thus fan out the + // MTU propagation. + set_mtu_forwarding_policy(forwarding_policy_t::ONE_TO_FAN); // Property propagation scheme (X --> Y means 'Properties received on // X propagate to Y'): |