RE: [PATCH v2 2/4] VT-d / x86: re-arrange cache syncing

2022-02-17 Thread Tian, Kevin
> From: Jan Beulich > Sent: Thursday, January 27, 2022 10:48 PM > > The actual function should always have lived in core x86 code; move it > there, replacing get_cache_line_size() by readily available (except very > early during boot; see the code comment) data. Also rename the function. > > Dro

Re: [PATCH v2 2/4] VT-d / x86: re-arrange cache syncing

2022-01-28 Thread Durrant, Paul
On 27/01/2022 14:48, Jan Beulich wrote: The actual function should always have lived in core x86 code; move it there, replacing get_cache_line_size() by readily available (except very early during boot; see the code comment) data. Also rename the function. Drop the respective IOMMU hook, (re)int