Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2025-02-20 Thread via GitHub
xiaoxiang781216 closed pull request #12493: Support the GSO/GRO function on the SIM. URL: https://github.com/apache/nuttx/pull/12493 -- 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 comm

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-07-12 Thread via GitHub
acassis commented on PR #12493: URL: https://github.com/apache/nuttx/pull/12493#issuecomment-2226234839 > > @liqinhuixm please verify @xiaoxiang781216 comments > > I am modifying patches and will submit them again after the completion. @liqinhuixm you don't need to resubmit a ne

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-23 Thread via GitHub
liqinhuixm commented on PR #12493: URL: https://github.com/apache/nuttx/pull/12493#issuecomment-2185559712 > @liqinhuixm please verify @xiaoxiang781216 comments I am modifying patches and will submit them again after the completion. -- This is an automated message from the Apache Gi

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1642566842 ## net/Kconfig: ## @@ -434,6 +434,24 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Segment Offload" + +config NET_SEG_

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1639188639 ## include/net/if.h: ## @@ -44,6 +44,20 @@ #define IF_NAMESIZE16 /* Newer naming standard */ #define IFHWADDRLEN6 +#ifdef CONFIG_NET_OFFLOAD +/*

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
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_NAMESIZE16 /* Newer naming standard */ #define IFHWADDRLEN6 +#ifdef CONFIG_NET_OFFLOAD +/*

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1639188158 ## net/Kconfig: ## @@ -434,6 +434,31 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Offload" + +config NET_OFFLOAD Review C

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1639187254 ## net/udp/udp_offload.c: ## @@ -0,0 +1,286 @@ +/ + * net/udp/udp_offload.c + * + * Licen

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1639187132 ## net/udp/udp_offload.c: ## @@ -0,0 +1,286 @@ +/ + * net/udp/udp_offload.c + * + * Licen

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1639186994 ## net/inet/inet_offload.c: ## @@ -0,0 +1,240 @@ +/ + * net/inet/inet_offload.c + * + * L

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1639186751 ## include/nuttx/net/offload.h: ## @@ -0,0 +1,474 @@ +/ + * include/nuttx/net/offload.h +

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1639186420 ## include/nuttx/net/offload.h: ## @@ -0,0 +1,474 @@ +/ + * include/nuttx/net/offload.h +

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1638130051 ## net/Kconfig: ## @@ -434,6 +434,31 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Offload" + +config NET_OFFLOAD Review C

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
anchao commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1638101955 ## net/udp/udp_setsockopt.c: ## @@ -74,7 +75,56 @@ int udp_setsockopt(FAR struct socket *psock, int option, FAR const void *value, socklen_t value_l

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1638052479 ## net/Kconfig: ## @@ -434,6 +434,31 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Offload" + +config NET_OFFLOAD Review C

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
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 Comme

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1637747109 ## net/Kconfig: ## @@ -434,6 +434,31 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Offload" + +config NET_OFFLOAD Review C

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
anchao commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1637719726 ## net/Kconfig: ## @@ -434,6 +434,31 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Offload" + +config NET_OFFLOAD Review Comme

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-13 Thread via GitHub
liqinhuixm commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1637703252 ## net/Kconfig: ## @@ -434,6 +434,31 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Offload" + +config NET_OFFLOAD Review C

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-12 Thread via GitHub
anchao commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1637661923 ## net/Kconfig: ## @@ -434,6 +434,31 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Offload" + +config NET_OFFLOAD Review Comme

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-12 Thread via GitHub
anchao commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1637661923 ## net/Kconfig: ## @@ -434,6 +434,31 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Offload" + +config NET_OFFLOAD Review Comme

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-12 Thread via GitHub
anchao commented on code in PR #12493: URL: https://github.com/apache/nuttx/pull/12493#discussion_r1637661923 ## net/Kconfig: ## @@ -434,6 +434,31 @@ config NET_STARHUB endchoice # Node role endmenu # Network Topologies +menu "Net Offload" + +config NET_OFFLOAD Review Comme

Re: [PR] Support the GSO/GRO function on the SIM. [nuttx]

2024-06-12 Thread via GitHub
liqinhuixm commented on PR #12493: URL: https://github.com/apache/nuttx/pull/12493#issuecomment-2164192674 > Please remove gerrit/VELA info 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 g