Re: [PATCHv6 09/14] net/lwip: implement lwIP port to U-Boot

2023-08-18 Thread Simon Goldschmidt
Hi all, could you please remove the lwip-devel list from CC? I am interested in these mails, but the more you dive into U-Boot specific things here, the less people on our lwip list will be interested in this topic. Thanks, Simon Am 18. August 2023 14:53:43 MESZ schrieb Maxim Uvarov : >On Wed

Re: [PATCHv6 09/14] net/lwip: implement lwIP port to U-Boot

2023-08-18 Thread Maxim Uvarov
On Wed, 16 Aug 2023 at 15:01, Ilias Apalodimas wrote: > On Mon, Aug 14, 2023 at 07:32:48PM +0600, Maxim Uvarov wrote: > > Implement network lwIP interface connected to the U-boot. > > Keep original file structure widely used fro lwIP ports. > > (i.e. port/if.c port/sys-arch.c). > > What the patch

Re: [PATCHv6 09/14] net/lwip: implement lwIP port to U-Boot

2023-08-16 Thread Ilias Apalodimas
On Mon, Aug 14, 2023 at 07:32:48PM +0600, Maxim Uvarov wrote: > Implement network lwIP interface connected to the U-boot. > Keep original file structure widely used fro lwIP ports. > (i.e. port/if.c port/sys-arch.c). What the patch does is obvious. Try to describe *why* we need this > > Signed

[PATCHv6 09/14] net/lwip: implement lwIP port to U-Boot

2023-08-14 Thread Maxim Uvarov
Implement network lwIP interface connected to the U-boot. Keep original file structure widely used fro lwIP ports. (i.e. port/if.c port/sys-arch.c). Signed-off-by: Maxim Uvarov --- net/eth-uclass.c | 8 + net/lwip/port/if.c| 260