Skip to content

Commit

Permalink
Revert "mpfs_ethernet.c: configurable GMAC_RX_UNITSIZE"
Browse files Browse the repository at this point in the history
This reverts commit e8bbaf6.
  • Loading branch information
jnippula committed May 29, 2024
1 parent e8bbaf6 commit c748289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/risc-v/src/mpfs/mpfs_ethernet.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
* issue when using the MTU size receive block
*/

#define GMAC_RX_UNITSIZE CONFIG_NET_ETH_PKTSIZE /* MAX size of RX ethernet packet */
#define GMAC_TX_UNITSIZE CONFIG_NET_ETH_PKTSIZE /* MAX size of TX ethernet packet */
#define GMAC_RX_UNITSIZE (512) /* 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 c748289

Please sign in to comment.