From 1ffbfef112d22b449e8fd5450944e3f7c4d21059 Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Thu, 30 Nov 2023 10:57:32 +0100
Subject: [PATCH] processed review comments

---
 .../src/vhdl/rdma_packetiser_assemble_header.vhd              | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/applications/rdma_demo/libraries/rdma_packetiser/src/vhdl/rdma_packetiser_assemble_header.vhd b/applications/rdma_demo/libraries/rdma_packetiser/src/vhdl/rdma_packetiser_assemble_header.vhd
index 97b98c3885..174ff8d1db 100644
--- a/applications/rdma_demo/libraries/rdma_packetiser/src/vhdl/rdma_packetiser_assemble_header.vhd
+++ b/applications/rdma_demo/libraries/rdma_packetiser/src/vhdl/rdma_packetiser_assemble_header.vhd
@@ -46,7 +46,9 @@
 -- . The PSN field (= Packet Sequence Number) is set to LSBs of the incoming BSN.
 --   This can be used to check the order or detect missing packets at the receiver.
 -- . The incoming datastream has to be at least 6 valid cycles long and be able to handle
---   backpressure.
+--   backpressure. Using less than 6 cycles seem to result in corrupted packets. It seems
+--   that it has to do with dp_offload_tx_v3 not capable of processing fast enough, further
+--   investigation is necessary in order to get rid of this limitation.
 
 -- References:
 -- . [1] https://support.astron.nl/confluence/x/3pKrB
-- 
GitLab