[multicast] Complete multicast background reconciliation and designated-forwarder election - #11128
Draft
zeeshanlakhani wants to merge 2 commits into
Draft
[multicast] Complete multicast background reconciliation and designated-forwarder election#11128zeeshanlakhani wants to merge 2 commits into
zeeshanlakhani wants to merge 2 commits into
Conversation
zeeshanlakhani
force-pushed
the
zl/mcast-build
branch
from
August 25, 2026 05:34
42eb96e to
64bbc8e
Compare
zeeshanlakhani
force-pushed
the
zl/mcast-build
branch
from
August 31, 2026 13:57
c42b689 to
5e79a0a
Compare
zeeshanlakhani
marked this pull request as draft
August 31, 2026 19:14
zeeshanlakhani
force-pushed
the
zl/mcast-build
branch
from
September 4, 2026 02:32
a418321 to
c867fe2
Compare
zeeshanlakhani
force-pushed
the
zl/mcast-build
branch
from
September 4, 2026 03:00
c867fe2 to
fe26319
Compare
While the rest of the mcat work is being split up across non-prototype-oriented PRs, this work stands as the leaf of the prototype end-to-end multicast code. This work does include updates we'll keep going forward, including a reworking of the drift-checking for sled-side mcast subscriptions and dataplane discovery of partial vs complete sets of switches. This work also includes: - pinning specifically to branches of the mcast prototype work, including some one-time code for softnput/sidecar-lite. - restoring a4x2 deploy, which we no longer touch with the move to voxel
zeeshanlakhani
force-pushed
the
zl/mcast-build
branch
2 times, most recently
from
September 5, 2026 16:15
ccf2559 to
bc93667
Compare
… tmp Also includes: - adding temporary git-handling for deploy
zeeshanlakhani
force-pushed
the
zl/mcast-build
branch
from
September 6, 2026 04:28
bc93667 to
d7c734f
Compare
This file contains hidden or 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
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.
While the rest of the mcast work is being split up across non-prototype-oriented PRs, this work stands as the leaf of the prototype end-to-end multicast code.
This work does include updates we'll keep going forward, including a reworking of the drift-checking for sled-side mcast subscriptions and dataplane discovery of partial vs complete sets of switches.
This work also includes: