Skip to content

lwip: bump to v2.2.1#21196

Merged
maribu merged 1 commit intoRIOT-OS:masterfrom
miri64:lwip/enh/2.2.1
Feb 6, 2025
Merged

lwip: bump to v2.2.1#21196
maribu merged 1 commit intoRIOT-OS:masterfrom
miri64:lwip/enh/2.2.1

Conversation

@miri64
Copy link
Copy Markdown
Member

@miri64 miri64 commented Feb 6, 2025

Contribution description

lwIP v2.2.1 came out this morning, so let's bump our package for it.

Testing procedure

I ran the same old loops for lwIP testing:

for ipv4 in 0 1; do
    for ipv6 in 0 1; do
        for board in native samr21-xpro; do
            for app in lwip_sock_ip lwip_sock_tcp lwip_sock_udp; do
                if [ $ipv4 == 0 ] && [ $ipv6 == 0 ]; then
                    continue;
                fi;
                BOARD=$board LWIP_IPV4=$ipv4 LWIP_IPV6=$ipv6 make -C tests/pkg/${app} -j flash test
            done;
        done;
    done;
done

I also ran the tests/pkg/lwip test for native and tested the IP/UDP/TCP functionality on a 6LoWPAN-capable board (samr21-xpro), so after this (and scrolling through the changes since v2.2.0 a little bit) I am confident, that this does not break things.

Issues/PRs references

@miri64 miri64 added Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Feb 6, 2025
@miri64 miri64 requested review from maribu and yarrick February 6, 2025 19:17
@github-actions github-actions bot added Area: network Area: Networking Area: pkg Area: External package ports labels Feb 6, 2025
@miri64
Copy link
Copy Markdown
Member Author

miri64 commented Feb 6, 2025

I also ran the tests/pkg/lwip test for native

I had some hick-ups with that, but after a bisect which ended up on a pretty random commit (c700ead), I was not able to reproduce it in either current master or this branch.

@riot-ci
Copy link
Copy Markdown

riot-ci commented Feb 6, 2025

Murdock results

✔️ PASSED

0bb4ed0 lwip: bump to v2.2.1

Success Failures Total Runtime
10271 0 10271 10m:19s

Artifacts

@maribu maribu enabled auto-merge February 6, 2025 19:32
@maribu maribu added this pull request to the merge queue Feb 6, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 6, 2025
@maribu maribu added this pull request to the merge queue Feb 6, 2025
Merged via the queue into RIOT-OS:master with commit 8d45b2c Feb 6, 2025
27 checks passed
@miri64 miri64 deleted the lwip/enh/2.2.1 branch February 6, 2025 21:30
@mguetschow mguetschow added this to the Release 2025.04 milestone Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: network Area: Networking Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants