Re: [PATCH v2 10/15] cxl/region: Use root decoders interleaving parameters to create a region

From: Gregory Price
Date: Thu Feb 20 2025 - 14:43:27 EST


On Tue, Feb 18, 2025 at 02:23:51PM +0100, Robert Richter wrote:
... snip ...
> static int find_pos_and_ways(struct cxl_port *port, struct range *range,
> - int *pos, int *ways)
> + int *pos, int *ways, int *granularity)

Function name starting to diverge from functionality

find_interleave_config() ?

~Gregory