lkml.org 
[lkml]   [2023]   [Sep]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v6 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
    On Fri, Sep 29, 2023 at 03:44:54PM +0200, Peter Newman wrote:
    > Hi Tony,
    >
    > On Thu, Sep 28, 2023 at 9:14 PM Tony Luck <tony.luck@intel.com> wrote:
    > > /**
    > > - * struct rdt_hw_domain - Arch private attributes of a set of CPUs that share
    > > - * a resource
    > > + * struct rdt_hw_ctrl_domain - Arch private attributes of a set of CPUs that share
    > > + * a resource for a control function
    >
    > wrapped line not quite aligned anymore

    Fixed

    >
    > > * @d_resctrl: Properties exposed to the resctrl file system
    > > * @ctrl_val: array of cache or mem ctrl values (indexed by CLOSID)
    > > + *
    > > + * Members of this structure are accessed via helpers that provide abstraction.
    > > + */
    > > +struct rdt_hw_ctrl_domain {
    > > + struct rdt_ctrl_domain d_resctrl;
    > > + u32 *ctrl_val;
    > > +};
    > > +
    > > +/**
    > > + * struct rdt_hw_mon_domain - Arch private attributes of a set of CPUs that share
    > > + * a resource for a monitor function
    >
    > wrapped line not quite aligned anymore

    Fixed

    >
    >
    > > --
    > > 2.41.0
    > >
    >
    > Reviewed-by: Peter Newman <peternewman@google.com>

    Thanks

    -Tony

    \
     
     \ /
      Last update: 2023-09-29 22:44    [W:8.246 / U:0.552 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site