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

Update blk-mq-virtio.c #890

Closed
wants to merge 3 commits into from
Closed

Commits on Jun 4, 2024

  1. Update blk-mq-virtio.c

    Subject: [PATCH] blk-mq: Enhance blk_mq_virtio_map_queues for dynamic vector allocation
    
    The function blk_mq_virtio_map_queues currently assumes that the number of available interrupt vectors in the virtio device is equal to or greater than the number of queues. However, this assumption may not always hold true, especially in scenarios where the number of vectors is less than the number of queues.
    
    This patch enhances blk_mq_virtio_map_queues to support dynamic allocation of interrupt vectors. If the number of available vectors is less than the number of queues, the function now dynamically allocates vectors and assigns queues accordingly.
    
    This enhancement ensures better compatibility and scalability for systems with virtio devices where the number of vectors may be limited.
    
    Signed-off-by: SushilkumarDev   || sushilkumardeveloper@gmail.com
    SushilkumarDev committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5357213 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    df9e28c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    3dda649 View commit details
    Browse the repository at this point in the history