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
jnippula committed May 27, 2024
1 parent d493bcd commit 681403a
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 (1536) /* Fixed size for RX buffer */
#define GMAC_TX_UNITSIZE CONFIG_NET_ETH_PKTSIZE /* MAX size for Ethernet packet */

Check warning on line 138 in arch/risc-v/src/mpfs/mpfs_ethernet.c

View workflow job for this annotation

GitHub Actions / check

Wrong column position of comment right of code

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

0 comments on commit 681403a

Please sign in to comment.