Hi
I'm using a XTCIEVMK2X EVM. There is an issue about NETCP&Multicore Navigator
I try to send network data to Gigabit Ethernet (GbE) Switch Subsystem from host using linked host descriptors. See the hint below:
A->B->C->NULL
A,B,C is the descriptors poped from poll queue, and the "Packet Return Queue" field of A,B,C is filled with the Return Queue number. And the header A is pushed to the send queue.
The data(sum of A, B,C) can out put from GbE Switch correctly(I can captured the package in the wire) but I can only see the descriptor A freed in the Return Queue. The B and C is missed. What could be the problem?
Thanks very much!