tse_ip jumbo packet configuration
Hello,
I am using tse_ip to obtain jumbo packet . My core variation 10/100/1000Mb Ethernet MAC with 1000BASE-X/SGMII PCS. Also I chose MAC option as below
Enable supplemental MAC unicast addresses
Enable full duplex flow control
and my fifo size 16384 x 32 bits .
Also I set mac configuration such as frm_length = 9600 TX_SECTION_EMPTY register and TX_SECTION_EMPTY register properly .
But my design does not send 8028 bytes (IP HEDER + UDP HEADER + PAYLOAD) .
If I try to send 2000bytes paylod with same setting , I observe UDP package on wireshark .
Could you help me how can I send 8000 payload with this IP?
Hello,
I applied this methodology( https://www.intel.com/content/www/us/en/docs/programmable/741328/24-3/using-jumbo-frames.html ) but you don't need these file changes.
Actually, I solved my problem. My mistake was that I didn't realize that tse_ip is fed with 4-byte data and I mistakenly tried to send 8000* 4 byte. As I mentioned before I could send 2000 cycles, which means I actually sent 8000 bytes
Regards,
ysfkrbt_06