-
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
Query network cluster using wildcard reads #14567
Merged
cecille
merged 16 commits into
project-chip:master
from
cecille:descriptor_cluster_im_shenanigans
Feb 3, 2022
Merged
Query network cluster using wildcard reads #14567
cecille
merged 16 commits into
project-chip:master
from
cecille:descriptor_cluster_im_shenanigans
Feb 3, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If we check the feature map right after we check for the existance of the networking cluster, we can just bail out once we find a networking cluster that matches Test: on-network with lighting app on linux wifi on all-clusters app on M5 tested thread using all clusters app - saw reads of endpoints, found network cluster on different endpoint.
pullapprove
bot
requested review from
andy31415,
anush-apple,
austinh0,
balducci-apple,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
erjiaqing,
franck-apple,
gjc13 and
harimau-qirex
January 29, 2022 03:57
PR #14567: Size comparison from ecf9ccd to 5d95e49 Increases above 0.2%:
Increases (3 builds for linux)
Full report (42 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
bzbarsky-apple
approved these changes
Jan 29, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is much nicer! Approved, with some nits.
msandstedt
reviewed
Jan 29, 2022
msandstedt
reviewed
Jan 29, 2022
mrjerryjohns
approved these changes
Jan 29, 2022
jmeg-sfy
reviewed
Feb 1, 2022
jmeg-sfy
approved these changes
Feb 1, 2022
This was referenced Feb 1, 2022
Co-authored-by: Michael Sandstedt <[email protected]>
Co-authored-by: Boris Zbarsky <[email protected]>
Co-authored-by: Boris Zbarsky <[email protected]>
PR #14567: Size comparison from 4f391f1 to 81d9c06 Increases above 0.2%:
Increases (1 build for linux)
Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
PR #14567: Size comparison from 22f5d22 to 2342897 Increases above 0.2%:
Increases (3 builds for linux)
Full report (43 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Damian-Nordic
approved these changes
Feb 3, 2022
msandstedt
approved these changes
Feb 3, 2022
cecille
added a commit
to cecille/connectedhomeip
that referenced
this pull request
Feb 3, 2022
bzbarsky-apple
pushed a commit
that referenced
this pull request
Feb 4, 2022
* Pass VID/PID to DAC. * Address nits from #14567
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
#14410 proposed a solution to get network cluster information, but it is quite complex because it does not make use of wildcard reads.
Change overview
Testing
M5 all clusters app for wifi, cirque for thread, lighting app on linux for on-network.