-
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
Add LWIP RIO patch to patch dir. #12623
Conversation
Also readme
implement preferred routes.connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 41 to 51 in 4c1c074
This comment was generated by todo based on a
|
match preferred routes!! (must implement ND6_OPTION_TYPE_ROUTE_INFO) */connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 145 to 155 in 4c1c074
This comment was generated by todo based on a
|
Implement preferences. */connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 160 to 170 in 4c1c074
This comment was generated by todo based on a
|
If we're up, but not reacheable, then what? */connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 164 to 174 in 4c1c074
This comment was generated by todo based on a
|
implement default router preference */connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 175 to 185 in 4c1c074
This comment was generated by todo based on a
|
decide if it makes sense to check the destination cache first */connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 182 to 192 in 4c1c074
This comment was generated by todo based on a
|
add support for non- /64 prefixes */connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 201 to 211 in 4c1c074
This comment was generated by todo based on a
|
If we're up, but not reacheable, then what? */connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 164 to 174 in 9d087f7
This comment was generated by todo based on a
|
PR #12623: Size comparison from fd6704f to 9d087f7 Full report (39 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
@cecille Please add these words to the word list :) |
If we're up, but not reacheable, then what? */connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 164 to 174 in 7f7070b
This comment was generated by todo based on a
|
If we're up, but not reacheable, then what? */connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 164 to 174 in eb40565
This comment was generated by todo based on a
|
If we're up, but not reacheable, then what? */connectedhomeip/src/lwip/patches/rio_patch_updated.patch Lines 164 to 174 in a3395be
This comment was generated by todo based on a
|
Problem
We have an lwip patch for RIO that hasn't been approved to mainline yet.
Change overview
Add external lwip patch to tree per SWTT request. Also adding readme.
Testing
File is for information purposes only. Patch was tested on M5 using lwip ping. This patch is not part of the matter SDK proper so doesn't have matter unit tests.