Skip to content
Snippets Groups Projects
Commit 66ad6e9b authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Support jumbo frames for Rx, to avoid length error flag.

parent 3f4aa5e5
No related branches found
No related tags found
1 merge request!297Resolve L2SDP-837 "B"
Pipeline #41127 passed
......@@ -34,7 +34,7 @@
// Start address of the rx and tx frame in the frame buffer
#define ETH_RX_RAM_BASE 0
#define ETH_TX_RAM_BASE (AVS_ETH_0_MMS_RAM_SPAN/2)
#define ETH_FRAME_LENGTH 1518
#define ETH_FRAME_LENGTH 9018
#define UNB_ETH_SRC_MAC_BASE ((TUInt32)0x00228608)
#define UNB_ETH_SRC_MAC_BASE_HI ((UNB_ETH_SRC_MAC_BASE >> 16) & 0xFFFF)
#define UNB_ETH_SRC_MAC_BASE_LO ( UNB_ETH_SRC_MAC_BASE & 0xFFFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment