Why comment #CONFIG_ETH_MCUX_RX_BUFFERS=6, #CONFIG_ETH_MCUX_TX_BUFFERS=8 in MIMXRT1060_EVK #66591
-
Describe the bug
I'm curious why would do that ? Because it is different with RT1050 configuration. Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @YMont , |
Beta Was this translation helpful? Give feedback.
-
Hi @YMont ,
And Best regards |
Beta Was this translation helpful? Give feedback.
-
Hi @DerekSnell, Best regards |
Beta Was this translation helpful? Give feedback.
Hi @YMont ,
Discussing with our team who tested this gPTP sample, these commented Kconfig lines in
mimxrt1060_evk.conf
appear to be a mistake, but they are trivial.CONFIG_ETH_MCUX_RX_BUFFERS
defaults to 6, same as the commented line.And
CONFIG_ETH_MCUX_TX_BUFFERS
defaults to 1. Our testing found more TX buffers were not required for this sample.Best regards