- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all.
I was working on a project with Triple-Speed Ethernet IP Core, and I'm having a bit of trouble understanding how to send jumbo frames. I built the system on Qsys with Triple Speed Ethernet (10/100/1000-Mbps) with two SGDMA modules for packet generation/extraction. The Triple-Speed Ethernet IP Core User Guide shows that, on 10.5 using jumbo frames, frm_length[15:0] (Dword offset 0x05) register should be set to 9600 (which would be 0x2580). So I software-initialized with *(tse_base+0x05) = *(tse_base+0x05) | 0x2580;Then used API Function alt_avalon_sgdma_construct_mem_to_stream_desc() with byte length 16+9600. I can see that the packet is being sent (looking at the LED on my FPGA board), but nothing being received on Host PC. Tried loopback receive too but nothing showing up. Is this the right way to send Jumbo Packets with Triple-Speed Ethernet? I will need to check problems with receive, but I wanted to make sure there isn't a problem with transmit. Thank you.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For anyone who stumbles across this problem, the solution for me was to change the driver settings. Go to Device Manager, find your network card, right click and select properties. For my network card, under the Advanced tab, I had to enable Jumbo Packets.
Hope that helps someone in the future
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page