You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/03/11 11:22:32 UTC

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #2772: imx6 enet with TCP_WRITE_BUFFERS

davids5 commented on a change in pull request #2772:
URL: https://github.com/apache/incubator-nuttx/pull/2772#discussion_r592278723



##########
File path: arch/arm/src/imx6/imx_enet.c
##########
@@ -102,6 +102,10 @@
 #  error "Need at least one TX buffer"
 #endif
 
+#if !defined (CONFIG_NET_TCP_WRITE_BUFFERS) && (CONFIG_IMX_ENET_NTXBUFFERS != 1)
+#  error "CONFIG_IMX_ENET_NTXBUFFERS must be 1 without TCP_WRITE_BUFFERS"

Review comment:
       error "TCP_WRITE_BUFFERS are disabled. CONFIG_IMX_ENET_NTXBUFFERS must be set to 1"




----------------------------------------------------------------
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:
users@infra.apache.org