Re: [PATCH v4 02/14] net: introduce alternative implementation as net-lwip/

2024-06-19 Thread Jerome Forissier
On 6/18/24 19:59, Tom Rini wrote: > On Mon, Jun 17, 2024 at 05:32:54PM +0200, Jerome Forissier wrote: > >> Prepare the introduction of the lwIP (lightweight IP) TCP/IP stack by >> adding a new net-lwip/ directory and the NET_LWIP symbol. Network >> support is either NO_NET, NET (legacy stack) o

Re: [PATCH v4 02/14] net: introduce alternative implementation as net-lwip/

2024-06-18 Thread Tom Rini
On Mon, Jun 17, 2024 at 05:32:54PM +0200, Jerome Forissier wrote: > Prepare the introduction of the lwIP (lightweight IP) TCP/IP stack by > adding a new net-lwip/ directory and the NET_LWIP symbol. Network > support is either NO_NET, NET (legacy stack) or NET_LWIP. Subsequent > commits will introd

[PATCH v4 02/14] net: introduce alternative implementation as net-lwip/

2024-06-17 Thread Jerome Forissier
Prepare the introduction of the lwIP (lightweight IP) TCP/IP stack by adding a new net-lwip/ directory and the NET_LWIP symbol. Network support is either NO_NET, NET (legacy stack) or NET_LWIP. Subsequent commits will introduce the lwIP code, re-work the NETDEVICE integration and port some of the N