Re: [RFC PATCH 10/10] arch/x86: Introduce QOS feature for AMD

From: Moger, Babu
Date: Wed Oct 03 2018 - 11:56:34 EST




On 10/02/2018 01:27 PM, Fenghua Yu wrote:
> On Mon, Sep 24, 2018 at 07:19:16PM +0000, Moger, Babu wrote:
>> int parse_bw(void *_buf, struct rdt_resource *r, struct rdt_domain *d);
>> +int parse_bw_amd(void *_buf, struct rdt_resource *r, struct rdt_domain *d);
>
> Please note the type of _buf in parse_bw() is changed in latest kernel
> to fix some issues. Please follow the same definition of parse_bw() in
> parse_bw_amd().

Yes, I noticed it. Saw the same issue(mba data parsing) and found it fixed
in 4-19-rc5. Will re-base to the latest kernel.
>
> Thanks.
>
> -Fenghua
>