Skip to content

Commit

Permalink
mpfs_ethernet.c: increase GMAC_RX_UNITSIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
Jari Nippula committed May 10, 2024
1 parent 0005364 commit 8db27aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/risc-v/src/mpfs/mpfs_ethernet.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
* issue when using the MTU size receive block
*/

#define GMAC_RX_UNITSIZE (512) /* Fixed size for RX buffer */
#define GMAC_RX_UNITSIZE (2048) /* Fixed size for RX buffer */
#define GMAC_TX_UNITSIZE CONFIG_NET_ETH_PKTSIZE /* MAX size for Ethernet packet */

/* The MAC can support frame lengths up to 1536 bytes */
Expand Down

0 comments on commit 8db27aa

Please sign in to comment.