Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Unable to Enable Jumbo Frames for QNX 710 BSP: (1 Item)
   
Unable to Enable Jumbo Frames for QNX 710 BSP  
HW information: NXP S32G VNP RDB2 (EVB)
BSP:  BSP_nxp-s32g-evb_br-710_be-710 (SVN941162_JBN31)

I am trying to enable jumbo frames transmission and reception on NXP S32G Evaluation board, however, the MTU size is not
 changing above 1500. The following steps are done in dwcqeos.c to enable Jumbo Frames:

1) Enabled JE (Jumbo Frames Enable) and GPSLCE ( Giant Packet Size Limit Control Enable)
2) Disabled Store & Forward Mechanism (RSF, TSF)
3) MTU reconfigured from ETHERMTU to ETHERMTU_JUMBO
4) Media reconfigured from NIC_MEDIA_802_3 to NIC_MEDIA_CUSTOM

I have also tried executing the steps mentioned in the below link to change MTU manually, however, it is giving an error
 stating " SIOCSIFMTU: Invalid argument" for values above 1500:
http://www.qnx.com/developers/docs/qnxcar2/index.jsp?topic=%2Fcom.qnx.doc.core_networking.user_guide%2Ftopic%
2Fdrivers_Jumbo.html

Any help would be greatly appreciated. Thank you in advance for you support!