zephyr/drivers/ethernet/nxp_enet
Shrek Wang 3606b815d0 drivers: ethernet: Optimize RxBD buffer configuration
The _nxp_enet_dma_buffer_section is configured to __nocache area.
That makes the RxPkt performance very low (<= 50Mbps). By defining
it to the cacheable area, the RxPkt performance is >10x better.

Example with Zperf:
DUT command - zperf udp download 5001
PC command - iperf -u -c 192.0.2.1 -p 5001 -b 800M

Signed-off-by: Shrek Wang <shrek.wang@nxp.com>
2024-12-04 14:15:42 -05:00
..
CMakeLists.txt
eth_mcux.c drivers: ptp_clock: Place API into iterable section 2024-12-02 23:04:22 +01:00
eth_nxp_enet.c drivers: ethernet: Optimize RxBD buffer configuration 2024-12-04 14:15:42 -05:00
Kconfig drivers: nxp_enet: Add get_config for ipv6 chksum 2024-11-20 15:58:47 -05:00