Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-07-01 Thread Tim Harvey
On Mon, Jul 1, 2024 at 2:58 AM Jerome Forissier wrote: > > > > On 6/28/24 17:48, Tim Harvey wrote: > > On Fri, Jun 28, 2024 at 2:50 AM Jerome Forissier > > wrote: > >> > >> Hi Tim, > >> > >> On 6/26/24 18:00, Tim Harvey wrote: > >>> On Tue, Jun 25, 2024 at 1:02 AM Jerome Forissier > >>> wrote: >

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-07-01 Thread Jerome Forissier
On 6/28/24 17:48, Tim Harvey wrote: > On Fri, Jun 28, 2024 at 2:50 AM Jerome Forissier > wrote: >> >> Hi Tim, >> >> On 6/26/24 18:00, Tim Harvey wrote: >>> On Tue, Jun 25, 2024 at 1:02 AM Jerome Forissier >>> wrote: On 6/25/24 00:28, Tim Harvey wrote: > On Sat, Jun 22, 2024 at 1:

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-28 Thread Tim Harvey
On Fri, Jun 28, 2024 at 2:50 AM Jerome Forissier wrote: > > Hi Tim, > > On 6/26/24 18:00, Tim Harvey wrote: > > On Tue, Jun 25, 2024 at 1:02 AM Jerome Forissier > > wrote: > >> > >> On 6/25/24 00:28, Tim Harvey wrote: > >>> On Sat, Jun 22, 2024 at 1:09 AM Maxim Uvarov wrote: > > пт, 21

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-28 Thread Jerome Forissier
Hi Tim, On 6/26/24 18:00, Tim Harvey wrote: > On Tue, Jun 25, 2024 at 1:02 AM Jerome Forissier > wrote: >> >> On 6/25/24 00:28, Tim Harvey wrote: >>> On Sat, Jun 22, 2024 at 1:09 AM Maxim Uvarov wrote: пт, 21 июн. 2024 г. в 21:42, Fabio Estevam : > > Hi Tim and Jerome, > >>

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-26 Thread Tim Harvey
On Tue, Jun 25, 2024 at 1:02 AM Jerome Forissier wrote: > > On 6/25/24 00:28, Tim Harvey wrote: > > On Sat, Jun 22, 2024 at 1:09 AM Maxim Uvarov wrote: > >> > >> пт, 21 июн. 2024 г. в 21:42, Fabio Estevam : > >>> > >>> Hi Tim and Jerome, > >>> > >>> On Fri, Jun 21, 2024 at 1:08 PM Tim Harvey wro

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-25 Thread Jerome Forissier
On 6/25/24 00:28, Tim Harvey wrote: > On Sat, Jun 22, 2024 at 1:09 AM Maxim Uvarov wrote: >> >> пт, 21 июн. 2024 г. в 21:42, Fabio Estevam : >>> >>> Hi Tim and Jerome, >>> >>> On Fri, Jun 21, 2024 at 1:08 PM Tim Harvey wrote: >>> I tried your to-upstream/v5-wip branch (042bea36eb9731079

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-24 Thread Tim Harvey
On Sat, Jun 22, 2024 at 1:09 AM Maxim Uvarov wrote: > > пт, 21 июн. 2024 г. в 21:42, Fabio Estevam : > > > > Hi Tim and Jerome, > > > > On Fri, Jun 21, 2024 at 1:08 PM Tim Harvey wrote: > > > > > I tried your to-upstream/v5-wip branch > > > (042bea36eb9731079a3d7afffe3774d79e06ac5d) and it behave

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-22 Thread Maxim Uvarov
пт, 21 июн. 2024 г. в 21:42, Fabio Estevam : > > Hi Tim and Jerome, > > On Fri, Jun 21, 2024 at 1:08 PM Tim Harvey wrote: > > > I tried your to-upstream/v5-wip branch > > (042bea36eb9731079a3d7afffe3774d79e06ac5d) and it behaves the same. Do > > you have something else to try/test? > > Yes, when I

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-21 Thread Fabio Estevam
Hi Tim and Jerome, On Fri, Jun 21, 2024 at 1:08 PM Tim Harvey wrote: > I tried your to-upstream/v5-wip branch > (042bea36eb9731079a3d7afffe3774d79e06ac5d) and it behaves the same. Do > you have something else to try/test? Yes, when I tested older versions from Maxim I could never get lwIP to wo

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-21 Thread Jerome Forissier
On 6/21/24 18:08, Tim Harvey wrote: > On Fri, Jun 21, 2024 at 5:59 AM Jerome Forissier > wrote: >> >> >> >> On 6/20/24 19:10, Tim Harvey wrote: >>> On Mon, Jun 17, 2024 at 8:33 AM Jerome Forissier >>> wrote: This is a rework of a patch series by Maxim Uvarov: "net/lwip: add lwip

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-21 Thread Jerome Forissier
Hi Simon, On 6/21/24 16:57, Simon Glass wrote: > Hi Jerome, > > On Mon, 17 Jun 2024 at 09:33, 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 v4 00/14] Introduce the lwIP network stack

2024-06-21 Thread Tim Harvey
On Fri, Jun 21, 2024 at 5:59 AM Jerome Forissier wrote: > > > > On 6/20/24 19:10, Tim Harvey wrote: > > On Mon, Jun 17, 2024 at 8:33 AM 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 i

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-21 Thread Simon Glass
Hi Jerome, On Mon, 17 Jun 2024 at 09:33, 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/, > se

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-21 Thread Jerome Forissier
On 6/20/24 19:10, Tim Harvey wrote: > On Mon, Jun 17, 2024 at 8:33 AM 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

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-20 Thread Tim Harvey
On Mon, Jun 17, 2024 at 8:33 AM 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/, > selectable w

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-20 Thread Jerome Forissier
On 6/19/24 19:19, Peter Robinson wrote: > On Wed, 19 Jun 2024 at 16:06, Jerome Forissier > wrote: >> >> >> >> On 6/19/24 09:24, Ilias Apalodimas wrote: >>> Hi Tom >>> >>> On Tue, 18 Jun 2024 at 23:21, Tom Rini wrote: On Mon, Jun 17, 2024 at 05:32:52PM +0200, Jerome Forissier wrote: >

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-19 Thread Peter Robinson
On Wed, 19 Jun 2024 at 16:06, Jerome Forissier wrote: > > > > On 6/19/24 09:24, Ilias Apalodimas wrote: > > Hi Tom > > > > On Tue, 18 Jun 2024 at 23:21, Tom Rini wrote: > >> > >> On Mon, Jun 17, 2024 at 05:32:52PM +0200, Jerome Forissier wrote: > >> > >>> This is a rework of a patch series by Max

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-19 Thread Jerome Forissier
On 6/19/24 17:07, Tom Rini wrote: > On Wed, Jun 19, 2024 at 04:47:08PM +0200, Jerome Forissier wrote: >> >> >> On 6/19/24 09:24, Ilias Apalodimas wrote: >>> Hi Tom >>> >>> On Tue, 18 Jun 2024 at 23:21, Tom Rini wrote: On Mon, Jun 17, 2024 at 05:32:52PM +0200, Jerome Forissier wrote: >

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-19 Thread Tom Rini
On Wed, Jun 19, 2024 at 04:47:08PM +0200, Jerome Forissier wrote: > > > On 6/19/24 09:24, Ilias Apalodimas wrote: > > Hi Tom > > > > On Tue, 18 Jun 2024 at 23:21, Tom Rini wrote: > >> > >> On Mon, Jun 17, 2024 at 05:32:52PM +0200, Jerome Forissier wrote: > >> > >>> This is a rework of a patch s

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-19 Thread Jerome Forissier
On 6/19/24 09:24, Ilias Apalodimas wrote: > Hi Tom > > On Tue, 18 Jun 2024 at 23:21, Tom Rini wrote: >> >> On Mon, Jun 17, 2024 at 05:32:52PM +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]. Th

Re: [PATCH v4 00/14] Introduce the lwIP network stack

2024-06-19 Thread Ilias Apalodimas
Hi Tom On Tue, 18 Jun 2024 at 23:21, Tom Rini wrote: > > On Mon, Jun 17, 2024 at 05:32:52PM +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 v4 00/14] Introduce the lwIP network stack

2024-06-18 Thread Tom Rini
On Mon, Jun 17, 2024 at 05:32:52PM +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 v4 00/14] Introduce the lwIP network stack

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