Re: [PATCH] event/cnxk: fix base pointer for SSO head wait

2022-05-13 Thread Jerin Jacob
On Fri, Mar 25, 2022 at 4:30 PM Volodymyr Fialko wrote: > > Function roc_sso_hws_head_wait() expects a base as input pointer, and it > will itself get tag_op from the base. By passing tag_op instead of base > pointer to this function will add SSOW_LF_GWS_TAG register offset twice, > which will lea

[PATCH] event/cnxk: fix base pointer for SSO head wait

2022-03-25 Thread Volodymyr Fialko
Function roc_sso_hws_head_wait() expects a base as input pointer, and it will itself get tag_op from the base. By passing tag_op instead of base pointer to this function will add SSOW_LF_GWS_TAG register offset twice, which will lead to accessing wrong register. Fixes: 1f5b3d55c041 ("event/cnxk: s