Fenghua Yu 09a6793462 selftests/resctrl: Don't hard code value of "no_of_bits" variable
Cache related tests (like CAT and CMT) depend on a variable called
no_of_bits to run. no_of_bits defines the number of contiguous bits
that should be set in the CBM mask and a user can pass a value for
no_of_bits using -n command line argument. If a user hasn't passed any
value, it defaults to 5 (randomly chosen value).

Hard coding no_of_bits to 5 will make the cache tests fail to run on
systems that support maximum cbm mask that is less than or equal to 5 bits.
Hence, don't hard code no_of_bits value.

If a user passes a value for "no_of_bits" using -n option, use it.
Otherwise, no_of_bits is equal to half of the maximum number of bits in
the cbm mask.

Please note that CMT test is still hard coded to 5 bits. It will change in
subsequent patches that change CMT test.

Tested-by: Babu Moger <babu.moger@amd.com>
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2021-04-02 13:58:08 -06:00
..
2020-12-07 14:34:55 -07:00
2020-10-15 15:14:32 -07:00
2020-12-17 13:34:25 -08:00
2020-08-07 11:33:27 -07:00
2021-01-29 18:03:33 -08:00
2021-02-22 14:34:00 -08:00
2021-02-22 17:15:30 -08:00
2021-02-22 11:01:53 -08:00
2020-08-05 10:28:25 -07:00
2021-02-23 13:39:45 -08:00