summaryrefslogtreecommitdiffstats
path: root/bsps/arm
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-23 11:46:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-27 09:25:10 +0200
commit00f39770cae43db5b2f96cf9b6b1f8573cc694b7 (patch)
tree6dbf7f2ac0b0ed953b0bccb9cd3590ea00010374 /bsps/arm
parentbsp/stm32h7: Exclude some tests (diff)
downloadrtems-00f39770cae43db5b2f96cf9b6b1f8573cc694b7.tar.bz2
bsp/lpc32xx: Optimize Ethernet transmit
The updated Ethernet interface driver in libbsd profits from more transmit descriptors since it no longer uses transmit done interrupts.
Diffstat (limited to 'bsps/arm')
-rw-r--r--bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h b/bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h
index 1100dd7002..790cb72788 100644
--- a/bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h
+++ b/bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h
@@ -47,7 +47,7 @@ extern "C" {
#define LPC_ETH_CONFIG_RX_UNIT_COUNT_DEFAULT 16
#define LPC_ETH_CONFIG_RX_UNIT_COUNT_MAX INT_MAX
-#define LPC_ETH_CONFIG_TX_UNIT_COUNT_DEFAULT 32
+#define LPC_ETH_CONFIG_TX_UNIT_COUNT_DEFAULT 128
#define LPC_ETH_CONFIG_TX_UNIT_COUNT_MAX INT_MAX
#define LPC_ETH_CONFIG_UNIT_MULTIPLE 8U