How does i.MX535 handle jumbo frames

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How does i.MX535 handle jumbo frames

跳至解决方案
1,573 次查看
TerryMcHenry
Contributor II

The reference manual in not real clear on this topic.  Does anyone have more details on how to handle Jumbo Frames and what the limitations are?

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,428 次查看
Yuri
NXP Employee
NXP Employee

The i.MX53 FEC supports the following :

If the transmit frame length exceeds MAX_FL bytes the BABT interrupt is

asserted: however, the entire frame is transmitted (no truncation).

  When the receive frame length exceeds MAX_FL bytes the BABR interrupt is generated,

and the LG bit in the end of frame RxBD is set. The frame is not truncated (unless the

frame length exceeds 2047 bytes).

   So, maximum length is 2047.

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,429 次查看
Yuri
NXP Employee
NXP Employee

The i.MX53 FEC supports the following :

If the transmit frame length exceeds MAX_FL bytes the BABT interrupt is

asserted: however, the entire frame is transmitted (no truncation).

  When the receive frame length exceeds MAX_FL bytes the BABR interrupt is generated,

and the LG bit in the end of frame RxBD is set. The frame is not truncated (unless the

frame length exceeds 2047 bytes).

   So, maximum length is 2047.

0 项奖励
回复
1,428 次查看
TerryMcHenry
Contributor II

Thanks, Yuri.  I ran this question by FSL as well and their reply was similar, i.e. 2047 is the limit.

0 项奖励
回复
1,428 次查看
jamesbone
NXP TechSupport
NXP TechSupport

Besides the Reference Manual, I can olny said that you can take a look to the Linux  ENET driver of the i.Mx53. but I do not think we have more information besides that.

0 项奖励
回复