Re: [PATCH v10 00/25] Introduce the lwIP network stack

2024-09-13 Thread Jerome Forissier
On 9/13/24 15:59, Tom Rini wrote: > On Fri, Sep 13, 2024 at 11:33:31AM +0200, Jerome Forissier wrote: >> >> >> On 9/9/24 18:19, Tom Rini wrote: >>> On Mon, Sep 09, 2024 at 04:11:37PM +0200, Jerome Forissier wrote: On 9/6/24 19:54, Tom Rini wrote: > On Fri, Sep 06, 2024 at 02:3

Re: [PATCH v10 00/25] Introduce the lwIP network stack

2024-09-13 Thread Tom Rini
On Fri, Sep 13, 2024 at 11:33:31AM +0200, Jerome Forissier wrote: > > > On 9/9/24 18:19, Tom Rini wrote: > > On Mon, Sep 09, 2024 at 04:11:37PM +0200, Jerome Forissier wrote: > >> > >> > >> On 9/6/24 19:54, Tom Rini wrote: > >>> On Fri, Sep 06, 2024 at 02:33:16PM +0200, Jerome Forissier wrote: >

Re: [PATCH v10 00/25] Introduce the lwIP network stack

2024-09-13 Thread Jerome Forissier
On 9/9/24 18:19, Tom Rini wrote: > On Mon, Sep 09, 2024 at 04:11:37PM +0200, Jerome Forissier wrote: >> >> >> On 9/6/24 19:54, Tom Rini wrote: >>> On Fri, Sep 06, 2024 at 02:33:16PM +0200, Jerome Forissier wrote: >>> This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip >>

Re: [PATCH v10 00/25] Introduce the lwIP network stack

2024-09-09 Thread Tom Rini
On Mon, Sep 09, 2024 at 04:11:37PM +0200, Jerome Forissier wrote: > > > On 9/6/24 19:54, Tom Rini wrote: > > On Fri, Sep 06, 2024 at 02:33:16PM +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].

Re: [PATCH v10 00/25] Introduce the lwIP network stack

2024-09-09 Thread Jerome Forissier
On 9/6/24 19:54, Tom Rini wrote: > On Fri, Sep 06, 2024 at 02:33:16PM +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

Re: [PATCH v10 00/25] Introduce the lwIP network stack

2024-09-06 Thread Tom Rini
On Fri, Sep 06, 2024 at 02:33:16PM +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

[PATCH v10 00/25] Introduce the lwIP network stack

2024-09-06 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