Re: [PATCH 1/2] drm/amdkfd: Fix updating IO links during device removal

2022-04-26 Thread Felix Kuehling
Am 2022-04-22 um 15:02 schrieb Mukul Joshi: The logic to update the IO links when a KFD device is removed was not correct as it would miss updating the proximity domain values for some nodes where the node_from and node_to both were greater values than the proximity domain value of the KFD

[PATCH 1/2] drm/amdkfd: Fix updating IO links during device removal

2022-04-22 Thread Mukul Joshi
The logic to update the IO links when a KFD device is removed was not correct as it would miss updating the proximity domain values for some nodes where the node_from and node_to both were greater values than the proximity domain value of the KFD device being removed from topology. Fixes: