This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can TCP3D be considered as two logically independent TCP decoder when working in double mode?

Hi all, I have a question of tcp3d. According to the document, when tcp3d works in double buffer mode, there are two sets of independent input buffer, and only one processing channel. Under normal circumstances, it will be used for ping/pong mode.

Can it be considered as two logically independent TCP decoder when working in double mode? For example, the core0 using the process A, core1 using process B , for each core, it is likely using a complete TCP decoder. In fact TCP3D works serially in double mode, not like split mode, TCP3D works parallelly.

In double mode, if process A and process B are trigged at the same time, I want to know which process works first?

Thank you very much.