Re: [PATCHv5 02/13] net/lwip: integrate lwip library

2023-08-03 Thread Maxim Uvarov
On Thu, 3 Aug 2023 at 03:31, Simon Glass wrote: > Hi Maxim, > > On Wed, 2 Aug 2023 at 08:09, Maxim Uvarov wrote: > > > > Please can you add a commit message in each case? > > > --- > > lib/Kconfig | 2 ++ > > lib/Makefile | 3 +++ > > lib/lwip/Kconfig | 67

Re: [PATCHv5 02/13] net/lwip: integrate lwip library

2023-08-02 Thread Simon Glass
Hi Maxim, On Wed, 2 Aug 2023 at 08:09, Maxim Uvarov wrote: > Please can you add a commit message in each case? > --- > lib/Kconfig | 2 ++ > lib/Makefile | 3 +++ > lib/lwip/Kconfig | 67 +++ > lib/lwip/Makefile | 66

[PATCHv5 02/13] net/lwip: integrate lwip library

2023-08-02 Thread Maxim Uvarov
--- lib/Kconfig | 2 ++ lib/Makefile | 3 +++ lib/lwip/Kconfig | 67 +++ lib/lwip/Makefile | 66 ++ net/Kconfig | 1 + net/net.c | 24 + 6 files changed, 163