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

dsc-drivers: update ionic drivers to 24.03.4-003 #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2024

  1. dsc-drivers: update ionic drivers to 24.03.4-002

    Under a large scale use we found that the check for a missed doorbell
    was taking too much CPU, so we reworked the check to use a per-device
    timer rather than a per-queue timer.
    
    Internal patches:
        ionic: remove missed doorbell per-queue timer
        ionic: add per-device doorbell timer
        ionic: tighter test for active napi
        ionic: platform doorbell timer setup
    
    Signed-off-by: Shannon Nelson <[email protected]>
    emusln committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5dca7d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. dsc-drivers: udpate ionic drivers to 24.03.4-003

    A little bit of code cleanup, plus a fix to move the missed
    doorbell handling to the cpu last used by the AdminQ napi.
    
    Internal patches:
        ionic: fix up a few bits left from doorbell fix fix
        ionic: push work items to adminq CPU
        ionic: back off doorbell check timer
    
    Signed-off-by: Shannon Nelson <[email protected]>
    emusln committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3690c6b View commit details
    Browse the repository at this point in the history