Skip to content

Commit

Permalink
liteeth: increase MTU to support jumbo frames
Browse files Browse the repository at this point in the history
We may want to disable this when the core is configured for 100M only,
and have an option in any case to save resources on GbE.

The behavior of the core when receiving frames exceeding the MTU still needs
to be properly defined.
sbourdeauducq committed Apr 29, 2016
1 parent a512d82 commit 0f11a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoc/cores/liteeth_mini/common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from migen import *

eth_mtu = 1530
eth_mtu = 9030
eth_min_len = 46
eth_interpacket_gap = 12
eth_preamble = 0xD555555555555555

0 comments on commit 0f11a24

Please sign in to comment.