Multicast e2e#9912
Open
zeeshanlakhani wants to merge 24 commits into
Open
Conversation
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
February 24, 2026 12:39
55ae07d to
a34381e
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
4 times, most recently
from
March 6, 2026 01:46
52ad8d8 to
cc63562
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
March 11, 2026 02:35
6949be9 to
29a7f10
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
March 11, 2026 08:42
29a7f10 to
a0eecb4
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
March 16, 2026 18:45
c16e309 to
9dfbab0
Compare
This PR adds omdb commands to inspect multicast state: - `omdb db multicast groups` - list multicast groups with optional state and pool name filters - `omdb db multicast members` - list group members with filters for group-id, group-name, group-ip, state, and sled-id - `omdb db multicast info` - show detailed info for a specific group - `omdb db multicast pools` - list multicast IP pools We also include: - Background task status display for multicast_reconciler - Integration tests for all multicast omdb commands
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
8 times, most recently
from
April 21, 2026 01:32
4ed3d4e to
706ba96
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
2 times, most recently
from
April 22, 2026 05:19
a0fcb56 to
f3754a5
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
April 22, 2026 07:39
f3754a5 to
7df8871
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
May 11, 2026 01:43
4b0859a to
3cf70c4
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
2 times, most recently
from
May 12, 2026 07:18
f24ca7b to
50333e8
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
May 13, 2026 01:54
50333e8 to
dfda50f
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
May 19, 2026 13:42
423a108 to
2b20ef5
Compare
…e0e15 (zl/ddm-mcast)
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
May 22, 2026 07:43
33024ed to
06e3d58
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
May 23, 2026 04:12
06e3d58 to
e328074
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
2 times, most recently
from
May 28, 2026 12:31
9367136 to
868c08a
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
May 28, 2026 12:43
868c08a to
08d7141
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
June 11, 2026 03:09
3aa20bd to
f5c502e
Compare
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
July 15, 2026 14:28
d507943 to
fdfccba
Compare
Also carries the tools script fixes from #10825 (opte override p5p publisher and gcc-runtime version parse), so the install scripts work on this branch before that PR lands on main.
zeeshanlakhani
force-pushed
the
multicast-e2e
branch
from
July 15, 2026 14:52
fdfccba to
8fd9ce0
Compare
zeeshanlakhani
marked this pull request as ready for review
July 15, 2026 15:15
Collaborator
Author
|
We're using a non-mainline opte version, hence why that CI job (purposely) fails. |
This merges main to pick up the OPTE p5p publisher fixes (#10825), and adds [multicast] enabled = true to the single-sled and multi-sled Nexus SMF config partials so deployments start with multicast switch programming and the reconciler active.
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.
This is the integration branch for multicast support across the stack. A lot of the Nexus-side multicast work has already landed on main through earlier PRs. This consists the cross-repo dep pinning for the in-flight revisions of the other repos that multicast depends on, OMDB tooling, and test updates.
Cross-repo pins
ab6c1a43(defaults the dpdmulticastfeature on and wires the SoftNPU backend for multicast group programming): dendrite#2240509f500(DDM underlay multicast route origination/import): maghemite#696f4433191(xde multicast delivery), viatools/opte_version_override: opte#1012cd0e2618(viona receive filtering): propolis#1093284c6830/ sidecar-lite6f3311e8(dev virtual hardware, bitmap-based replication): softnpu#183,sidecar-lite#152
fda704ee(UDP multicast send/recv, merged): thundermuffin#13omdb support
multicast_reconcilertask status, including the disabled case.Test and schema updates
allow_tables_to_appear_in_same_query!for the multicast tables, needed by the omdb joins.object_put_upserttest helper for PUT endpoints that return 201.