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

From: Fenghua Yu
Date: Tue Oct 02 2018 - 14:30:25 EST


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().

Thanks.

-Fenghua