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

Commits on Aug 27, 2024

  1. cxgb4: update t4_cqe_common pointer in c4iw_flush_hw_cq()

    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>
    Anumula-Murali-Mohan-Reddy committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d84ba03 View commit details
    Browse the repository at this point in the history