[Libre-soc-bugs] [Bug 826] Trial run of ethmac (freecores) layout.

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sun Jun 12 18:45:20 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=826

--- Comment #11 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
removed from bug #850 and copied here to the appropriate bugreport


> * 256x32 SRAM for eth_mac

If that's supposed to hold a full ethernet packet, it's too small for the
standard ethernet frame size:

it needs to be at least 1522 bytes if we don't want to support jumbo frames
(the ethernet fields -- not just the payload -- are needed for full packet
capture like for wireshark):
https://en.wikipedia.org/wiki/Ethernet_frame

if we want to support jumbo frames we'll need 9022 bytes:
https://en.wikipedia.org/wiki/Jumbo_frame

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list