[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] [PATCHv4 0/5] net/lwip: add lwip library for the networ
From: |
Simon Glass |
Subject: |
Re: [lwip-devel] [PATCHv4 0/5] net/lwip: add lwip library for the network stack |
Date: |
Thu, 27 Jul 2023 19:51:54 -0600 |
Hi Maxim,
On Fri, 14 Jul 2023 at 08:22, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:
>
> changelog:
> v4: - tested with tests/py/ did some minor fixes (out of tree
> build, variables set after downloads).
> - accounted review comments for documentation.
> - implemented dns command
> - corrected wget command to not use serverip variable and use just
> url string.
> v3: - use lwip commands for ping,tftp,wget,dhcp if this patch
> applied. Drop CONFIG_LIB_LWIP_REPLACE_<COMMAND> option.
> - docs: use rst variant and drop references to RFC.
>
> build:
> git submodule init
> git submodule update
> make
>
> I tested with qemu and ubuntu host for the server manually and with
> ./test/py/test -bd qemu_arm64 --build -k net.
If we are moving to a new stack we should take this oppty to create
unit tests that deal with error paths as well, as it done in
test/dm/eth.c
What unit tests does lwip have?
Regards,
Simon
- [lwip-devel] [PATCHv4 2/5] net/lwip: add lwip library for the network stack, (continued)
- [lwip-devel] [PATCHv4 2/5] net/lwip: add lwip library for the network stack, Maxim Uvarov, 2023/07/14
- [lwip-devel] [PATCHv4 4/5] net/lwip: add dns command, Maxim Uvarov, 2023/07/14
- [lwip-devel] [PATCHv4 3/5] net/lwip: add doc/develop/net_lwip.rst, Maxim Uvarov, 2023/07/14
- [lwip-devel] [PATCHv4 5/5] net/lwip: apps/http: add dns support, Maxim Uvarov, 2023/07/14
- Re: [lwip-devel] [PATCHv4 0/5] net/lwip: add lwip library for the network stack, Ilias Apalodimas, 2023/07/27
- Re: [lwip-devel] [PATCHv4 0/5] net/lwip: add lwip library for the network stack,
Simon Glass <=