Re: [PATCH v3 1/8] selftests/resctrl: Add README for resctrl tests

From: Randy Dunlap
Date: Wed Oct 31 2018 - 20:50:16 EST


On 10/31/18 2:02 PM, Fenghua Yu wrote:
> resctrl tests will be implemented. README is added for the tool first.
>
> Signed-off-by: Fenghua Yu <fenghua.yu@xxxxxxxxx>

Hi,

> ---
> tools/testing/selftests/resctrl/README | 53 ++++++++++++++++++++++++++++++++++
> 1 file changed, 53 insertions(+)
> create mode 100644 tools/testing/selftests/resctrl/README
>
> diff --git a/tools/testing/selftests/resctrl/README b/tools/testing/selftests/resctrl/README
> new file mode 100644
> index 000000000000..09851a619547
> --- /dev/null
> +++ b/tools/testing/selftests/resctrl/README
> @@ -0,0 +1,53 @@
> +resctrl_tests - resctrl file system test suit
> +
> +Authors:
> + Fenghua Yu <fenghua.yu@xxxxxxxxx>
> + Sai Praneeth Prakhya <sai.praneeth.prakhya@xxxxxxxxx>,
> + Arshiya Hayatkhan Pathan <arshiya.hayatkhan.pathan@xxxxxxxxx>
> +
> +resctrl_tests tests various resctrl functionalities and interfaces including
> +both software and hardware.
> +
> +Currently it supports Memory Bandwidth Monitoring test and Memory Bandwidth
> +Allocation test on Intel RDT hardware. More tests will be added in the future.
> +And the test suit can be extended to cover AMD QoS and ARM MPAM hardware

suite

> +as well.
> +
> +BUILD
> +-----


cheers.
--
~Randy