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


##########
drivers/usbdev/rndis.c:
##########
@@ -108,6 +126,9 @@ struct rndis_req_s
 {
   FAR struct rndis_req_s  *flink;  /* Implements a singly linked list */
   FAR struct usbdev_req_s *req;    /* The contained request */
+#ifdef RNDIS_IOB_OFFLOAD_MODE

Review Comment:
   why not always enable offload mode? supporting both mode just make the code 
more complex



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to