[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240827162354.00003208@Huawei.com>
Date: Tue, 27 Aug 2024 16:23:54 +0100
From: Jonathan Cameron <Jonathan.Cameron@...wei.com>
To: Alejandro Lucero Palau <alucerop@....com>
CC: <alejandro.lucero-palau@....com>, <linux-cxl@...r.kernel.org>,
<netdev@...r.kernel.org>, <dan.j.williams@...el.com>,
<martin.habets@...inx.com>, <edward.cree@....com>, <davem@...emloft.net>,
<kuba@...nel.org>, <pabeni@...hat.com>, <edumazet@...gle.com>,
<richard.hughes@....com>
Subject: Re: [PATCH v2 15/15] efx: support pio mapping based on cxl
On Mon, 19 Aug 2024 17:28:46 +0100
Alejandro Lucero Palau <alucerop@....com> wrote:
> On 8/4/24 19:13, Jonathan Cameron wrote:
> > On Mon, 15 Jul 2024 18:28:35 +0100
> > alejandro.lucero-palau@....com wrote:
> >
> >> From: Alejandro Lucero <alucerop@....com>
> >>
> >> With a device supporting CXL and successfully initialised, use the cxl
> >> region to map the memory range and use this mapping for PIO buffers.
> > This explains why you weren't worried about any step of the CXL
> > code failing and why that wasn't a 'bug' as such.
> >
> > I'd argue that you should still have the cxl intialization return
> > an error code and cleanup any state it if hits an error.
>
>
> Ideally, but with devm* being used, this is not easy to do if the error
> is not fatal.
That's usually a strong argument that you shouldn't use devm at that
level of abstraction.
>
>
> > Then the top level driver can of course elect to use an alternative
> > path given that failure. Logically it belongs there rather than relying
> > on a buffer being mapped or not.
> >
>
> Same driver needs to support same functionality which relies on those
> specific hardware buffers.
>
> The functionality is expected to be there with or without CXL. If the
> hardware has no CXL, the system or the device, the functionality will be
> there with legacy PCIe BAR regions. The green light for CXL use comes
> from two sources: the firmware and the kernel. Both need to give the
> thumbs up. If not, legacy PCIe BAR regions will be used.
Rather than going through full setup, see if you can figure out a minimal
(state free) check on whether it should work.
If a system is broken, then it's very different from a legacy system
with no support for CXL and we can maybe just handle the broken system
with errors (or quirks if it's a shipping system).
Jonathan
>
Powered by blists - more mailing lists