Conversation
For platforms with more than 8 NUMA nodes, examples l3fwd, l3fwd-graph, and l3fwd-power fail when using cores on NUMA node 8 or above. Use RTE_MAX_NUMA_NODES instead of 8 to extend NUMA nodes limit. Cc: stable@dpdk.org Signed-off-by: Liangxing Wang <wangliangxing@hygon.cn> Signed-off-by: 0-day Robot <robot@bytheb.org>
Use RTE_MAX_NUMA_NODES instead of hardcoded 4 to extend NUMA nodes limit. Cc: stable@dpdk.org Signed-off-by: Liangxing Wang <wangliangxing@hygon.cn> Signed-off-by: 0-day Robot <robot@bytheb.org>
Use RTE_MAX_NUMA_NODES instead of hardcoded 2 to extend NUMA nodes limit for pmd_perf_autotest. Cc: stable@dpdk.org Signed-off-by: Liangxing Wang <wangliangxing@hygon.cn> Signed-off-by: 0-day Robot <robot@bytheb.org>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideReplaces hard-coded NB_SOCKETS limits in performance test and example applications with the generic RTE_MAX_NUMA_NODES constant so the code automatically supports the platform’s full NUMA node count. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
📝 WalkthroughWalkthroughThe pull request systematically replaces five hardcoded NB_SOCKETS macro definitions with RTE_MAX_NUMA_NODES across test and example code, making socket configuration dynamic based on system NUMA topology rather than fixed values. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (5)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Auto-submission for "http://patchwork.dpdk.org/project/dpdk/list/?series=36985"
Summary by Sourcery
Enhancements:
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.