Skip to content

Conversation

@tal-co
Copy link
Contributor

@tal-co tal-co commented Jan 27, 2025

No description provided.

int hbl_cn_alloc_ring(struct hbl_cn_device *hdev, struct hbl_cn_ring *ring, int elem_size,
int count);
void hbl_cn_free_ring(struct hbl_cn_device *hdev, struct hbl_cn_ring *ring);
void hlb_cn_cfg_lock(struct hbl_cn_port *cn_port);
Copy link
Contributor

Choose a reason for hiding this comment

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

please change all function names to hbl not hlb

For upstream purposes and to have more robust code, a common
cfg lock function shall be created. The function shall invoke
the asic port's specific function.

Signed-off-by: Tal Cohen <tal5.cohen@intel.com>
Replace the port's cfg lock from port specific into port's
common code. This change is further to the common cfg lock
function change.

Signed-off-by: Tal Cohen <tal5.cohen@intel.com>
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.

3 participants