qcacmn: Enable/Disable Round Robin core distribution

1. Add ini configuration for enabling round robin flows to
core distribution in FSE

2. Register FSE APIs to CDP FSE ops

Change-Id: Ic61c44eb9bc68a8c1a0116d4e6aa1d54cf489b62
CRs-Fixed: 3505287
这个提交包含在:
Parikshit Gune
2023-05-21 12:16:55 +05:30
提交者 Rahul Choudhary
父节点 9fb079e747
当前提交 3b770cc5bb
修改 5 个文件,包含 51 行新增2 行删除

查看文件

@@ -11019,8 +11019,8 @@ static struct cdp_scs_ops dp_ops_scs = {
#ifdef WLAN_SUPPORT_RX_FLOW_TAG
static struct cdp_fse_ops dp_ops_fse = {
.fse_rule_add = NULL,
.fse_rule_delete = NULL,
.fse_rule_add = dp_rx_sfe_add_flow_entry,
.fse_rule_delete = dp_rx_sfe_delete_flow_entry,
};
#endif