diff options
| author | Piotr Raczynski <[email protected]> | 2023-05-15 19:03:14 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2023-05-16 16:28:43 +0000 |
| commit | 05018936a1fe07b92a612d1fd1511224ba8a1a34 (patch) | |
| tree | e6b2829bcf5b46f88252fb0227fcea732561ea15 /drivers/net/ethernet/intel/ice/ice_vf_lib.c | |
| parent | ice: use pci_irq_vector helper function (diff) | |
| download | kernel-05018936a1fe07b92a612d1fd1511224ba8a1a34.tar.gz kernel-05018936a1fe07b92a612d1fd1511224ba8a1a34.zip | |
ice: use preferred MSIX allocation api
Move away from using pci_enable_msix_range/pci_disable_msix and use
pci_alloc_irq_vectors/pci_free_irq_vectors instead.
As a result stop tracking msix_entries since with newer API entries are
handled by MSIX core. However, due to current design of communication
with RDMA driver which accesses ice_pf::msix_entries directly, keep
using the array just for RDMA driver use.
Reviewed-by: Michal Swiatkowski <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Piotr Raczynski <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_vf_lib.c')
0 files changed, 0 insertions, 0 deletions
