$ Issues:
- send 50000 packets with varied length
- between 1400 bytes to 2000 bytes.
- Observe how packets are:
- processed
- dropped
- cause errors.
- Check counters for
- dropped packets due to length errors
- NetFPGA Alpha hardware was designed to packets of length = 1514 bytes
- MTU=1500 bytes for packet payload (IP)
- 14 bytes of Ethernet header
- NetFPGA Beta hardware should support packets of length up to 2000 bytes
- MTU=2000 bytes for packet IP payload
- 14 bytes of Ethernet header
- Alpha to Beta release will require
- Same use of (18 kbit = 2 KBytes) Block RAMs
- Change in core-generated FIFOs to support larger packets
- We do not plan to support 8k Jumbo packets because they will consume large amounts of on-chip memory
- Print results
- Similar to NIC Alpha Tests 2.2: TX/RX Maximum Length packet
- Alpha hardware should support MTU=1500 bytes packets
- Beta hardware and software should have MTU=2000 bytes