• Tony Nguyen's avatar
    ice: Allow operation with reduced device MSI-X · ce462613
    Tony Nguyen authored
    The driver currently takes an all or nothing approach for device MSI-X
    vectors. Meaning if it does not get its full allocation, it will fail and
    not load. There is no reason it can't work with a reduced number of MSI-X
    vectors. Take a similar approach as commit 741106f7 ("ice: Improve
    MSI-X fallback logic") and, instead, adjust the MSI-X request to make use
    of what is available.
    Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
    Tested-by: default avatarPetr Oros <poros@redhat.com>
    Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
    ce462613
ice_main.c 243 KB