Re: [PATCH v11 00/29] Introduce the lwIP network stack

2024-10-07 Thread Jerome Forissier
On 10/4/24 20:30, Tom Rini wrote: > On Thu, Oct 03, 2024 at 05:22:46PM +0200, Jerome Forissier wrote: > >> This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip >> library for the network stack" [1]. The goal is to introduce the lwIP TCP/IP >> stack [2] [3] as an alternative t

Re: [PATCH v11 00/29] Introduce the lwIP network stack

2024-10-04 Thread Tom Rini
On Thu, Oct 03, 2024 at 05:22:46PM +0200, Jerome Forissier wrote: > This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip > library for the network stack" [1]. The goal is to introduce the lwIP TCP/IP > stack [2] [3] as an alternative to the current implementation in net/, > sele

Re: [PATCH v11 00/29] Introduce the lwIP network stack

2024-10-04 Thread Ilias Apalodimas
Tom On Fri, 4 Oct 2024 at 21:30, Tom Rini wrote: > > On Thu, Oct 03, 2024 at 05:22:46PM +0200, Jerome Forissier wrote: > > > This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip > > library for the network stack" [1]. The goal is to introduce the lwIP TCP/IP > > stack [2] [3] a

Re: [PATCH v11 00/29] Introduce the lwIP network stack

2024-10-04 Thread Tom Rini
On Thu, Oct 03, 2024 at 05:22:46PM +0200, Jerome Forissier wrote: > This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip > library for the network stack" [1]. The goal is to introduce the lwIP TCP/IP > stack [2] [3] as an alternative to the current implementation in net/, > sele

Re: [PATCH v11 00/29] Introduce the lwIP network stack

2024-10-03 Thread Ilias Apalodimas
On Thu, 3 Oct 2024 at 19:10, Jerome Forissier wrote: > > > > On 10/3/24 18:00, Ilias Apalodimas wrote: > > Hi Jerome, > > > > I'll have a look, but there seems to be reviewed-by and acked-by tags > > missing? > > Any chance you lost those during rebasing ? > > I only dropped your R-b from the MAI

Re: [PATCH v11 00/29] Introduce the lwIP network stack

2024-10-03 Thread Jerome Forissier
On 10/3/24 18:00, Ilias Apalodimas wrote: > Hi Jerome, > > I'll have a look, but there seems to be reviewed-by and acked-by tags missing? > Any chance you lost those during rebasing ? I only dropped your R-b from the MAINTAINERS patch because I changed it slightly. Now I see you Acked it so t

Re: [PATCH v11 00/29] Introduce the lwIP network stack

2024-10-03 Thread Ilias Apalodimas
Hi Jerome, I'll have a look, but there seems to be reviewed-by and acked-by tags missing? Any chance you lost those during rebasing ? Thanks /Ilias On Thu, 3 Oct 2024 at 18:23, Jerome Forissier wrote: > > This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip > library for the n

[PATCH v11 00/29] Introduce the lwIP network stack

2024-10-03 Thread Jerome Forissier
This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip library for the network stack" [1]. The goal is to introduce the lwIP TCP/IP stack [2] [3] as an alternative to the current implementation in net/, selectable with Kconfig, and ultimately keep only lwIP if possible. Some reason