Forum Discussion
tse_ip jumbo packet configuration
- 1 year ago
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
Hello,
Here's the way on how to work with Jumbo frames.
https://www.intel.com/content/www/us/en/docs/programmable/741328/24-3/using-jumbo-frames.html
Kindly let me know if that helps
Regards,
Pavee
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