[Libre-soc-bugs] [Bug 850] NGI POINTER Milestone 3
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sun Jun 12 18:38:35 BST 2022
https://bugs.libre-soc.org/show_bug.cgi?id=850
Jacob Lifshay <programmerjake at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |programmerjake at gmail.com
--- Comment #1 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #0)
> * 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