masayuki2009 opened a new pull request #2805:
URL: https://github.com/apache/incubator-nuttx/pull/2805
## Summary
- This PR consists of the following 2 commits
- commit 1: arch: imxrt: Introduce CONFIG_NET_GUARDSIZE to imxrt_enet.c
- In the previous imxrt_enet.c, imxrt_enet.c assumed that
CONFIG_NET_ETH_PKTSIZE includes the ethernet CRC (4bytes)
- However, most of the driver implementation explicitly
add CONFIG_NET_GUARDSIZE for the CRC to the internal buffer
- This commit conforms to such rules
- commit 2: boards: imxrt1060-evk: Add iperf to netnsh
## Impact
- None
## Testing
- Tested with iperf with imxrt1060-evk
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]