[PATCH v6 1/4] drm/xe/vf: Divide ballooning into allocation and insertion

2025-04-04 Thread Tomasz Lis
The balloon nodes used to fill areas of GGTT inaccessible for a specific VF, were allocaten and inserted into GGTT within one function. This disallowed re-using the insertion part during VF migration recovery. This patch separates allocation (init/fini functs) from the insertion of balloons (ballo

Re: [PATCH v6 1/4] drm/xe/vf: Divide ballooning into allocation and insertion

2025-04-04 Thread Michal Wajdeczko
Hi Tomasz, Since we use 'ballooning' concept for GGTT, please include 'GGTT' in the title to make it more specific On 31.03.2025 15:21, Tomasz Lis wrote: > The balloon nodes used to fill areas of GGTT inaccessible for > a specific VF, were allocaten and inserted into GGTT within typo > one func

Re: [PATCH v6 1/4] drm/xe/vf: Divide ballooning into allocation and insertion

2025-04-03 Thread Lis, Tomasz
On 01.04.2025 19:21, Michal Wajdeczko wrote: Hi Tomasz, Since we use 'ballooning' concept for GGTT, please include 'GGTT' in the title to make it more specific ack On 31.03.2025 15:21, Tomasz Lis wrote: The balloon nodes used to fill areas of GGTT inaccessible for a specific VF, were alloca