On Friday, 9 June 2017 at 4:52 PM, Martin Kletzander wrote:
On some platforms the number of bits in the cbm_mask might not bedivisible by 4 (and not even by 2), so we need to properly count thebits. Similar file, min_cbm_bits, is properly parsed and used, but ifthe number is greater than one, we lose the information aboutgranularity when reporting the data in capabilities. For that matteralways report granularity, but if it is not the same as the minimum,add that information in there as well.Signed-off-by: Martin Kletzander <mkletzan@redhat.com>---v2:- More expressive comments for structure members- Cache size adjusted to match the SKX machine (33M)v1: