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 2022/11/26 05:50:28 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7616: net/l2/l3/l4: add support of iob offload

xiaoxiang781216 commented on code in PR #7616:
URL: https://github.com/apache/nuttx/pull/7616#discussion_r1032743975


##########
arch/sim/src/sim/sim_netdriver.c:
##########
@@ -72,6 +72,18 @@
 
 #include "sim_internal.h"
 
+#if CONFIG_IOB_BUFSIZE >= (MAX_NETDEV_PKTSIZE + \

Review Comment:
   change to static_assert and remove the legacy support



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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org