Skip to content

RDKB-64918: [MLO] WiFI Blaster enhancements to support throughput calculations of MLO clients#1168

Merged
narendradandu merged 4 commits into
rdkcentral:developfrom
vfrvtlk:dev_RDKB-64918
Jun 12, 2026
Merged

RDKB-64918: [MLO] WiFI Blaster enhancements to support throughput calculations of MLO clients#1168
narendradandu merged 4 commits into
rdkcentral:developfrom
vfrvtlk:dev_RDKB-64918

Conversation

@vfrvtlk

@vfrvtlk vfrvtlk commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Reason for change:
Implement blaster trhoughput calculation for multilink clients

  • Added detection of MLO client for blaster targets
  • Added logic to start blast on MAP (BCM specific), no traffic is generated otherwise for mlo clients
  • Added stats monitoring of all valid links in case of MultiLink
  • Reworked sampling logic to store stats per link per sample
  • Improved throughput calculation logic to calculate per link througput, the sum of all links tput is the result tput for MLO client

Test Procedure:

  1. Configure MLO (currently 210 config)
  2. Connect MLO client
  3. Start blasting via webapp or manually with following commands dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.WifiClient.ActiveMeasurements.Enable bool true dmcli eRT setv Device.WiFi.X_RDKCENTRAL-COM_Report.WifiClient.ActiveMeasurements.Plan.PlanID string a82d191b187241028acb747fe4a029001 dmcli eRT setv Device.WiFi.X_RDKCENTRAL-COM_Report.WifiClient.ActiveMeasurements.Plan.Step.1.StepID uint 0 dmcli eRT setv Device.WiFi.X_RDKCENTRAL-COM_Report.WifiClient.ActiveMeasurements.Plan.Step.1.DestMac string 8876B9F27B8D dmcli eRT setv Device.WiFi.X_RDKCENTRAL-COM_Report.WifiClient.ActiveMeasurements.Enable bool true 4) Check overall calculated tput in webapp or manually via /tmp/wifiBlaster logs

Risks: Medium
Priority: P1

…culations of MLO clients

Reason for change:
Implement blaster trhoughput calculation for multilink clients
 - Added detection of MLO client for blaster targets
 - Added logic to start blast on MAP (BCM specific), no traffic
   is generated otherwise for mlo clients
 - Added stats monitoring of all valid links in case of MultiLink
 - Reworked sampling logic to store stats per link per sample
 - Improved throughput calculation logic to calculate per link
   througput, the sum of all links tput is the result tput for MLO
   client

Test Procedure:
1) Configure MLO (currently 210 config)
2) Connect MLO client
3) Start blasting via webapp or manually with following commands
dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.WifiClient.ActiveMeasurements.Enable bool true
dmcli eRT setv Device.WiFi.X_RDKCENTRAL-COM_Report.WifiClient.ActiveMeasurements.Plan.PlanID string a82d191b187241028acb747fe4a029001
dmcli eRT setv Device.WiFi.X_RDKCENTRAL-COM_Report.WifiClient.ActiveMeasurements.Plan.Step.1.StepID uint 0
dmcli eRT setv Device.WiFi.X_RDKCENTRAL-COM_Report.WifiClient.ActiveMeasurements.Plan.Step.1.DestMac string 8876B9F27B8D
dmcli eRT setv Device.WiFi.X_RDKCENTRAL-COM_Report.WifiClient.ActiveMeasurements.Enable bool true
4) Check overall calculated tput in webapp or manually via /tmp/wifiBlaster logs

Risks: Medium
Priority: P1

Signed-off-by: Vitaliy Lyashenko <v.for.vitalik@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the WiFi Blaster active measurement flow to support Multi-Link Operation (MLO) clients by collecting per-link stats and computing overall throughput as the sum across links.

Changes:

  • Extend blaster sample storage to keep packet counters per link (per radio) instead of a single counter.
  • Detect MLO clients and track multiple associated VAP indices (including BCM MAP handling) for a single target client.
  • Update sampling and throughput calculation to aggregate per-link deltas into total throughput for MLO clients.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
source/apps/blaster/wifi_blaster.h Expands frame counter samples to arrays indexed per link/radio.
source/apps/blaster/wifi_blaster.c Adds MLO detection, multi-VAP sampling configuration, per-link sample capture, and aggregated throughput computation.
include/wifi_base.h Extends active_msmt_step_t to carry MLO flag and additional VAP indices for MLO links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread source/apps/blaster/wifi_blaster.c
Copilot AI review requested due to automatic review settings June 12, 2026 04:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

Comment thread source/apps/blaster/wifi_blaster.c
Comment thread source/apps/blaster/wifi_blaster.c
Comment thread source/apps/blaster/wifi_blaster.c
@narendradandu narendradandu merged commit 73d3a12 into rdkcentral:develop Jun 12, 2026
8 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants