Triple-Speed Ethernet Intel® FPGA IP User Guide: Agilex™ 5 FPGAs and SoCs

ID 813669
Date 1/23/2025
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

11.5. Using Jumbo Frames

To use jumbo frames, set the frm_length register to 9600 and edit the files and definitions.
Table 90.  Jumbo Frames Definitions
File Definition
ip\altera\ethernet\altera_eth_tse\src\software\lib\UCOSII\inc\iniche\altera_eth_tse_iniche.h #define ALTERA_TSE_PKT_INIT_LEN 8206

#define ALTERA_TSE_MAX_MTU_SIZE 8192

#define ALTERA_TSE_MIN_MTU_SIZE 14

ip\altera\ethernet\altera_eth_tse\src\software\lib\HAL\inc\altera_avalon_tse.h #define ALTERA_TSE_MAC_MAX_FRAME_LENGTH 8196 16
<BSP project directory>\iniche\src\h\nios2\ipport.h #ifndef BIGBUFSIZE

#define BIGBUFSIZE 1536

#endif

16 The maximum value for ALTERA_TSE_MAC_MAX_FRAME_LENGTH is defined by the frm_length register.