liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1639188006
########## include/net/if.h: ########## @@ -44,6 +44,20 @@ #define IF_NAMESIZE 16 /* Newer naming standard */ #define IFHWADDRLEN 6 +#ifdef CONFIG_NET_OFFLOAD +/* Interface feature bits */ + +#define NETIF_F_UDP_GSO (1 << 0) /* Interface supports the UDP GSO */ Review Comment: Move the definitions to netdev.h, and rename the macros. -- 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