lkml.org 
[lkml]   [2018]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH V5 02/38] x86/intel_rdt: Introduce RDT resource group mode
    Date
    At this time there are no constraints on how bitmasks represented by
    schemata can be associated with closids represented by resource groups.
    A bitmask of one class of service can without any objections overlap
    with the bitmask of another class of service.

    The concept of "mode" is introduced in preparation for support of
    control over whether cache regions can be shared between classes of
    service. At this time the only mode reflects the current cache allocations
    where all can potentially be shared.

    Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
    ---
    arch/x86/kernel/cpu/intel_rdt.h | 16 ++++++++++++++++
    1 file changed, 16 insertions(+)

    diff --git a/arch/x86/kernel/cpu/intel_rdt.h b/arch/x86/kernel/cpu/intel_rdt.h
    index 39752825e376..c08eee73ecd3 100644
    --- a/arch/x86/kernel/cpu/intel_rdt.h
    +++ b/arch/x86/kernel/cpu/intel_rdt.h
    @@ -81,6 +81,22 @@ enum rdt_group_type {
    };

    /**
    + * enum rdtgrp_mode - Mode of a RDT resource group
    + * @RDT_MODE_SHAREABLE: This resource group allows sharing of its allocations
    + *
    + * The mode of a resource group enables control over the allowed overlap
    + * between allocations associated with different resource groups (classes
    + * of service). User is able to modify the mode of a resource group by
    + * writing to the "mode" resctrl file associated with the resource group.
    + */
    +enum rdtgrp_mode {
    + RDT_MODE_SHAREABLE = 0,
    +
    + /* Must be last */
    + RDT_NUM_MODES,
    +};
    +
    +/**
    * struct mongroup - store mon group's data in resctrl fs.
    * @mon_data_kn kernlfs node for the mon_data directory
    * @parent: parent rdtgrp
    --
    2.13.6
    \
     
     \ /
      Last update: 2018-05-29 23:01    [W:4.361 / U:0.304 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site