Re: [PATCH net-next v3 5/7] enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust way

From: Simon Horman
Date: Mon Nov 11 2024 - 12:51:19 EST


On Fri, Nov 08, 2024 at 09:47:51PM +0000, Nelson Escobar wrote:
> Instead of failing to use MSI-X if resources aren't configured exactly
> right, use the resources we do have. Since we could start using large
> numbers of rq resources, we do limit the rq count to what
> netif_get_num_default_rss_queues() recommends.
>
> Co-developed-by: John Daley <johndale@xxxxxxxxx>
> Signed-off-by: John Daley <johndale@xxxxxxxxx>
> Co-developed-by: Satish Kharat <satishkh@xxxxxxxxx>
> Signed-off-by: Satish Kharat <satishkh@xxxxxxxxx>
> Signed-off-by: Nelson Escobar <neescoba@xxxxxxxxx>

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>