Skip to content

RDKB-65709: In coperate XER2 Platform support in OvsAgent#34

Open
vysakhav wants to merge 2 commits into
developfrom
feature/xer2_bringup
Open

RDKB-65709: In coperate XER2 Platform support in OvsAgent#34
vysakhav wants to merge 2 commits into
developfrom
feature/xer2_bringup

Conversation

@vysakhav

@vysakhav vysakhav commented Jul 15, 2026

Copy link
Copy Markdown

Reason for change: Added XER2 platform scpecific changes in OvsAgent component to get new platform supprot availabilty.

Test Procedure:
This change is part of intial bringup.
Able to build full stack image
Board is booting up properly and OvsAgent is running

Priority:P2
Risks: Low
Signed-off-by: Vysakh A V vysakh.venugopal@sky.uk

BUILD Verification with the custom branch is ok:
Reference: https://gerrit.teamccp.com/#/c/961708/

Reason for change: Added XER2 platform scpecific changes
in OvsAgent component to get new platform supprot availabilty.

Test Procedure:
This change is part of intial bringup.
Able to build full stack image
Board is booting up properly and OvsAgent is running

Priority:P2
Signed-off-by: Vysakh A V <vysakh.venugopal@sky.uk>
Copilot AI review requested due to automatic review settings July 15, 2026 09:10
@vysakhav
vysakhav requested review from a team as code owners July 15, 2026 09:10

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

Adds Arcadyan XER2 (model AYER21BEL) platform recognition into OvsAgent so model-specific OpenFlow behavior can be enabled during initialization.

Changes:

  • Introduces a new device model enum: OVS_AYER21BEL_MODEL (Arcadyan XER2).
  • Maps MODEL_NUM=AYER21BEL to the new enum in SetModelNum().
  • Treats the new model as a Broadcom WiFi platform in is_brcm_wifi_model().

Reviewed changes

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

File Description
source/OvsAction/ovs_action.c Adds model-number parsing for AYER21BEL and includes the new model in Broadcom WiFi model detection.
source/include/OvsDataTypes.h Extends OVS_DEVICE_MODEL with OVS_AYER21BEL_MODEL for Arcadyan XER2.

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

Comment on lines +248 to +252
else if (strcmp(model_num, "AYER21BEL") == 0)
{
config->modelNum = OVS_AYER21BEL_MODEL;
rtn = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants