• Mintz, Yuval's avatar
    qed: Correct MSI-x for storage · 2f782278
    Mintz, Yuval authored
    When qedr is enabled, qed would try dividing the msi-x vectors between
    L2 and RoCE, starting with L2 and providing it with sufficient vectors
    for its queues.
    
    Problem is qed would also do that for storage partitions, and as those
    don't need queues it would lead qed to award those partitions with 0
    msi-x vectors, causing them to believe theye're using INTa and
    preventing them from operating.
    
    Fixes: 51ff1725 ("qed: Add support for RoCE hw init")
    Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@cavium.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    2f782278
qed_main.c 42.1 KB