Re: [PATCHv6 03/14] net/lwip: implement dns cmd

2023-08-16 Thread Maxim Uvarov
On Wed, 16 Aug 2023 at 17:54, Ilias Apalodimas wrote: > On Wed, 16 Aug 2023 at 14:01, Maxim Uvarov > wrote: > > > > > > > > On Wed, 16 Aug 2023 at 16:26, Ilias Apalodimas < > ilias.apalodi...@linaro.org> wrote: > >> > >> On Tue, 15 Aug 2023 at 17:42, Tom Rini wrote: > >> > > >> > On Tue, Aug 15

Re: [PATCHv6 03/14] net/lwip: implement dns cmd

2023-08-16 Thread Ilias Apalodimas
On Wed, 16 Aug 2023 at 14:01, Maxim Uvarov wrote: > > > > On Wed, 16 Aug 2023 at 16:26, Ilias Apalodimas > wrote: >> >> On Tue, 15 Aug 2023 at 17:42, Tom Rini wrote: >> > >> > On Tue, Aug 15, 2023 at 06:42:14PM +0600, Maxim Uvarov wrote: >> > > On Mon, 14 Aug 2023 at 20:19, Ilias Apalodimas >>

Re: [PATCHv6 03/14] net/lwip: implement dns cmd

2023-08-16 Thread Maxim Uvarov
On Wed, 16 Aug 2023 at 16:26, Ilias Apalodimas wrote: > On Tue, 15 Aug 2023 at 17:42, Tom Rini wrote: > > > > On Tue, Aug 15, 2023 at 06:42:14PM +0600, Maxim Uvarov wrote: > > > On Mon, 14 Aug 2023 at 20:19, Ilias Apalodimas < > ilias.apalodi...@linaro.org> > > > wrote: > > > > > > [...] > > > >

Re: [PATCHv6 03/14] net/lwip: implement dns cmd

2023-08-16 Thread Ilias Apalodimas
On Tue, 15 Aug 2023 at 17:42, Tom Rini wrote: > > On Tue, Aug 15, 2023 at 06:42:14PM +0600, Maxim Uvarov wrote: > > On Mon, 14 Aug 2023 at 20:19, Ilias Apalodimas > > wrote: > > > > [...] > > > > > > > > +/* > > > > +* This function creates the DNS request to resolve a domain host name. > > > Fun

Re: [PATCHv6 03/14] net/lwip: implement dns cmd

2023-08-15 Thread Tom Rini
On Tue, Aug 15, 2023 at 06:42:14PM +0600, Maxim Uvarov wrote: > On Mon, 14 Aug 2023 at 20:19, Ilias Apalodimas > wrote: > > [...] > > > > > +/* > > > +* This function creates the DNS request to resolve a domain host name. > > Function > > > > You need the name of the function as well. Please h

Re: [PATCHv6 03/14] net/lwip: implement dns cmd

2023-08-15 Thread Maxim Uvarov
On Mon, 14 Aug 2023 at 20:19, Ilias Apalodimas wrote: [...] > > +/* > > +* This function creates the DNS request to resolve a domain host name. > Function > > You need the name of the function as well. Please have a look at how the > rest of the code is documented. > > > +* can return immediat

Re: [PATCHv6 03/14] net/lwip: implement dns cmd

2023-08-14 Thread Maxim Uvarov
On Mon, 14 Aug 2023 at 20:19, Ilias Apalodimas wrote: > On Mon, Aug 14, 2023 at 07:32:42PM +0600, Maxim Uvarov wrote: > > Implement function for dns command with lwIP variant. Usage and output is > > the same as the original command. This code called by compatibility code > > between U-Boot and l

Re: [PATCHv6 03/14] net/lwip: implement dns cmd

2023-08-14 Thread Ilias Apalodimas
On Mon, Aug 14, 2023 at 07:32:42PM +0600, Maxim Uvarov wrote: > Implement function for dns command with lwIP variant. Usage and output is > the same as the original command. This code called by compatibility code > between U-Boot and lwIP. What's compatibility code? I think something along the lin

[PATCHv6 03/14] net/lwip: implement dns cmd

2023-08-14 Thread Maxim Uvarov
Implement function for dns command with lwIP variant. Usage and output is the same as the original command. This code called by compatibility code between U-Boot and lwIP. Signed-off-by: Maxim Uvarov --- include/net/lwip.h | 17 + net/lwip/Makefile| 2 ++ net/l