-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EFR32] Adds support to toggle LwIP IPv4 flags #23106
[EFR32] Adds support to toggle LwIP IPv4 flags #23106
Conversation
PR #23106: Size comparison from 7b284c0 to eb9b1e1 Increases (4 builds for bl602, esp32, nrfconnect, psoc6)
Decreases (3 builds for esp32, psoc6)
Full report (23 builds for bl602, bl702, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
|
PR #23106: Size comparison from c46da7c to c8c0395 Increases (5 builds for bl602, bl702, psoc6)
Decreases (2 builds for esp32, psoc6)
Full report (33 builds for bl602, bl702, cc13x2_26x2, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #23106: Size comparison from c46da7c to 3b49bcb Increases (5 builds for bl602, bl702, cc13x2_26x2, esp32)
Decreases (8 builds for cc13x2_26x2, esp32, nrfconnect, psoc6, telink)
Full report (33 builds for bl602, bl702, cc13x2_26x2, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
3b49bcb
to
0e47710
Compare
PR #23106: Size comparison from 2c9cd92 to 8749d70 Increases (6 builds for bl602, bl702, cc13x2_26x2, telink)
Decreases (2 builds for cc13x2_26x2, esp32)
Full report (33 builds for bl602, bl702, cc13x2_26x2, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #23106: Size comparison from 2c9cd92 to 65386f5 Increases above 0.2%:
Increases (14 builds for bl602, bl702, cc13x2_26x2, efr32, esp32, psoc6, qpg, telink)
Decreases (4 builds for cc13x2_26x2, esp32, psoc6)
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #23106: Size comparison from bc6b438 to 3309205 Increases above 0.2%:
Increases (7 builds for cc13x2_26x2, efr32, esp32, psoc6)
Decreases (4 builds for bl602, cc13x2_26x2, psoc6)
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
3309205
to
9c58e2f
Compare
PR #23106: Size comparison from 66c0270 to 9c58e2f Increases above 0.2%:
Increases (16 builds for bl602, bl702, cc13x2_26x2, efr32, k32w, psoc6, qpg, telink)
Decreases (3 builds for cc13x2_26x2, nrfconnect)
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #23106: Size comparison from c8165be to 0272430 Increases above 0.2%:
Increases (7 builds for bl702, efr32, esp32, psoc6, qpg)
Decreases (4 builds for bl702, esp32, telink)
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
0272430
to
f5627dc
Compare
PR #23106: Size comparison from a95dd6f to f5627dc Increases above 0.2%:
Increases (8 builds for bl602, bl702, cc13x2_26x2, efr32, psoc6, telink)
Decreases (4 builds for cc13x2_26x2, esp32, telink)
Full report (49 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
…Pv4 flags (project-chip#23106)" from silabs to silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/lwip-ipv4-macro-toggle to silabs_1.0 Squashed commit of the following: commit f65ba67f854c0aae4045c4da7f4fe296496911a4 Author: Rohan Sahay <[email protected]> Date: Thu Oct 27 02:03:09 2022 +0530 [EFR32] Adds support to toggle LwIP IPv4 flags (project-chip#23106) * Adds LWIP flag changes to toggle LWIP_IPV4 builds * Adds fix for openthread compilation * Restyled by whitespace Co-authored-by: Restyled.io <[email protected]> # Conflicts: # src/lwip/efr32/lwipopts-rs911x.h # src/lwip/efr32/lwipopts-wf200.h
…oggle LwIP IPv4 flags (project-chip#23106)" from silabs to silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/lwip-ipv4-macro-toggle to silabs_1.0 Squashed commit of the following: commit f65ba67f854c0aae4045c4da7f4fe296496911a4 Author: Rohan Sahay <[email protected]> Date: Thu Oct 27 02:03:09 2022 +0530 [EFR32] Adds support to toggle LwIP IPv4 flags (project-chip#23106) * Adds LWIP flag changes to toggle LWIP_IPV4 builds * Adds fix for openthread compilation * Restyled by whitespace Co-authored-by: Restyled.io <[email protected]> # Conflicts: # src/lwip/efr32/lwipopts-rs911x.h # src/lwip/efr32/lwipopts-wf200.h
* Adds LWIP flag changes to toggle LWIP_IPV4 builds * Adds fix for openthread compilation * Restyled by whitespace Co-authored-by: Restyled.io <[email protected]>
* Adds LWIP flag changes to toggle LWIP_IPV4 builds * Adds fix for openthread compilation * Restyled by whitespace Co-authored-by: Restyled.io <[email protected]>
Previously disabling IPv4 on LwIP caused problems in the codebase, so only DHCP process was disabled. This PR brings in changes to eliminate the IPv4 from the LwIP stack completely.
Known issues: