Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cxgb4: update t4_cqe_common pointer in c4iw_flush_hw_cq() #1491

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

Anumula-Murali-Mohan-Reddy
Copy link
Contributor

t4_cqe_common pointer not updated in c4iw_flush_hw_cq(), so it always process first hw_cqe only even though cq contains multiple cqe, this patch resolves the issue by updating the t4_cqe_common pointer.

Fixes: 37e77d5 ("cxgb4: Add support for 64Byte cqes")

t4_cqe_common pointer not updated in c4iw_flush_hw_cq(), so it always
process first hw_cqe only even though cq contains multiple cqe,
this patch resolves the issue by updating the t4_cqe_common pointer.

Fixes: 37e77d5 ("cxgb4: Add support for 64Byte cqes")
Signed-off-by: Anumula Murali Mohan Reddy <anumula@chelsio.com>
@rleon rleon merged commit 9a3f3a5 into linux-rdma:master Aug 29, 2024
14 checks passed
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