fix(nvlink): Multicast group limit attribute, when creating a partiti…#2681
Conversation
…on, needs to be a multiple of 4. Signed-off-by: Roopesh Tamma <rtamma@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Summary by CodeRabbit
Walkthrough
ChangesNMX-C Multicast Groups Limit Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🔍 Container Scan Summary
Per-CVE detail lives in the per-service |
…on, needs to be a multiple of 4.
GB200 NVL partition multicast group limit setting has an additional constraint that the value must be 0 or a multiple of 4. The formula previously used to calculate the default limit was evaluating to a value of 18. This PR rounds it down to nearest multiple of 4.
NMX-C simulator used for pre-integration testing does not check for this contraint.
Related issues
Type of Change
Breaking Changes
Testing
Additional Notes