RDKBDEV-3353: RDKCOM-5506 IPQ: Increase host object size for IPQ devices#32
RDKBDEV-3353: RDKCOM-5506 IPQ: Increase host object size for IPQ devices#32VedhaLoganathan wants to merge 1 commit into
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
b60847f to
2a7aee4
Compare
tinaelizabeth84
left a comment
There was a problem hiding this comment.
Comment from Component owner:
How much memory increase in LMLite component with this change? By default do you see it increase? and does memory usage increase when you have 512 entries in the host table? If its not much, we can make this a generic change
@VedhaLoganathan please address this comment
|
@VedhaLoganathan please fix the merge conflict and review comments from component owner |
5ee902a to
dabcbbc
Compare
|
@VedhaLoganathan |
Memory impact is minimal. The change increases the limit from 200 to 512, but memory is allocated dynamically in 20-entry steps. Maximum increase is ~180 KB (only when 512 devices are connected). With typical deployments, memory usage is identical. The original 200-device limit was set in RDKB-23038. Before making this generic, please verify if other platforms have constraints from that ticket. If not, the overhead is negligible and this can benefit all platforms. |
Signed-off-by: Vedhavalli Loganathan <vedhaval@qti.qualcomm.com>
dabcbbc to
e582b0c
Compare
|
I've already shared the memory usage details in my previous comment. Please let me know if any additional information is needed. |
|
@VedhaLoganathan |
IPQ: Increase host object size for IPQ devices
IPQ platforms support a higher number of clients compared. The existing host object size was insufficient to handle this increased client load. This change increases the host object size to ensure proper handling and avoid resource limitations.
Reason: