Re: [PATCH v7 00/20] Introduce the lwIP network stack

2024-08-06 Thread Jerome Forissier
On 8/5/24 20:20, Tom Rini wrote: > On Mon, Aug 05, 2024 at 08:18:09PM +0200, Jerome Forissier wrote: >> >> >> On 8/2/24 20:32, Tom Rini wrote: >>> On Fri, Aug 02, 2024 at 06:26:27PM +0200, Jerome Forissier wrote: >>> This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip >>

Re: [PATCH v7 00/20] Introduce the lwIP network stack

2024-08-06 Thread Jerome Forissier
On 8/6/24 23:51, Simon Glass wrote: > Hi Tom, > > On Tue, 6 Aug 2024 at 15:19, Tom Rini wrote: >> >> On Tue, Aug 06, 2024 at 03:12:47PM -0600, Simon Glass wrote: >>> Hi Tom, >>> >>> On Fri, 2 Aug 2024 at 12:32, Tom Rini wrote: On Fri, Aug 02, 2024 at 06:26:27PM +0200, Jerome Forissi

Re: [PATCH v7 00/20] Introduce the lwIP network stack

2024-08-06 Thread Simon Glass
Hi Tom, On Tue, 6 Aug 2024 at 15:19, Tom Rini wrote: > > On Tue, Aug 06, 2024 at 03:12:47PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 2 Aug 2024 at 12:32, Tom Rini wrote: > > > > > > On Fri, Aug 02, 2024 at 06:26:27PM +0200, Jerome Forissier wrote: > > > > > > > This is a rework of a

Re: [PATCH v7 00/20] Introduce the lwIP network stack

2024-08-06 Thread Tom Rini
On Tue, Aug 06, 2024 at 03:12:47PM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 2 Aug 2024 at 12:32, Tom Rini wrote: > > > > On Fri, Aug 02, 2024 at 06:26:27PM +0200, Jerome Forissier wrote: > > > > > This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip > > > library for the

Re: [PATCH v7 00/20] Introduce the lwIP network stack

2024-08-06 Thread Simon Glass
Hi Tom, On Fri, 2 Aug 2024 at 12:32, Tom Rini wrote: > > On Fri, Aug 02, 2024 at 06:26:27PM +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] [

Re: [PATCH v7 00/20] Introduce the lwIP network stack

2024-08-05 Thread Tom Rini
On Mon, Aug 05, 2024 at 08:18:09PM +0200, Jerome Forissier wrote: > > > On 8/2/24 20:32, Tom Rini wrote: > > On Fri, Aug 02, 2024 at 06:26:27PM +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 v7 00/20] Introduce the lwIP network stack

2024-08-05 Thread Jerome Forissier
On 8/2/24 20:32, Tom Rini wrote: > On Fri, Aug 02, 2024 at 06:26:27PM +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 v7 00/20] Introduce the lwIP network stack

2024-08-02 Thread Tom Rini
On Fri, Aug 02, 2024 at 06:26:27PM +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 v7 00/20] Introduce the lwIP network stack

2024-08-02 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