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/12 00:03:08 UTC

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

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



##########
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:
       @davids5 
   
   Thanks! I'll send a new PR later.
   




----------------------------------------------------------------
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