anchao commented on code in PR #7768:
URL: https://github.com/apache/nuttx/pull/7768#discussion_r1038942060


##########
net/utils/net_ipchksum.c:
##########
@@ -170,13 +170,11 @@ uint16_t ipv6_upperlayer_chksum(FAR struct net_driver_s 
*dev,
 
   /* Sum IP payload data. */
 
-#ifdef CONFIG_MM_IOB

Review Comment:
   Done



##########
net/utils/net_ipchksum.c:
##########
@@ -93,13 +94,11 @@ uint16_t ipv4_upperlayer_chksum(FAR struct net_driver_s 
*dev, uint8_t proto)
 
   /* Sum IP payload data. */
 
-#ifdef CONFIG_MM_IOB
   if (dev->d_iob != NULL)

Review Comment:
   Done



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