anchao commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1637938596
########## net/Kconfig: ########## @@ -434,6 +434,31 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Offload" + +config NET_OFFLOAD Review Comment: what I mean, NET_OFFLOAD should bypass nuttx stack and offload all L3 protocols (TCP/UDP/ICMP/IGMP/ARP) to lower layer, but NIC technologies like GSO/GRO/LRO/TSO means segmentation Offloading. -- 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