[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <64f8ec9f3241d_1e8e782941c@iweiny-mobl.notmuch>
Date: Wed, 6 Sep 2023 14:18:23 -0700
From: Ira Weiny <ira.weiny@...el.com>
To: Jonathan Cameron <Jonathan.Cameron@...wei.com>,
Ira Weiny <ira.weiny@...el.com>
CC: Dan Williams <dan.j.williams@...el.com>,
Navneet Singh <navneet.singh@...el.com>,
Fan Ni <fan.ni@...sung.com>,
Davidlohr Bueso <dave@...olabs.net>,
Dave Jiang <dave.jiang@...el.com>,
Alison Schofield <alison.schofield@...el.com>,
Vishal Verma <vishal.l.verma@...el.com>,
<linux-cxl@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH RFC v2 17/18] tools/testing/cxl: Add DC Regions to mock
mem data
Jonathan Cameron wrote:
> On Mon, 28 Aug 2023 22:21:08 -0700
> Ira Weiny <ira.weiny@...el.com> wrote:
>
> > To test DC regions the mock memory devices will need to store
> > information about the regions and manage fake extent data.
> >
> > Define mock_dc_region information within the mock memory data. Add
> > sysfs entries on the mock device to inject and delete extents.
> >
> > The inject format is <start>:<length>:<tag>
> > The delete format is <start>
> >
> > Add DC mailbox commands to the CEL and implement those commands.
> >
> > Signed-off-by: Ira Weiny <ira.weiny@...el.com>
>
> Looks fine to me. Totally trivial comment inline.
>
> FWIW
> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@...wei.com>
>
>
> > +
> > static int mock_gsl(struct cxl_mbox_cmd *cmd)
> > {
> > if (cmd->size_out < sizeof(mock_gsl_payload))
> > @@ -1315,6 +1429,148 @@ static int mock_activate_fw(struct cxl_mockmem_data *mdata,
> > return -EINVAL;
> > }
> >
>
> Bit inconsistent on whether there are one or two blank lines between functions.
I missed this one in my internal review. There should be no
inconsistency... always 1 unless I messed up! :-D
Thanks,
Ira
Powered by blists - more mailing lists