Re: [PATCH net-next 0/9] devlink: Add support for region access
From: Andrew Lunn <andrew@lunn.ch>
Date: 2018-03-29 18:23:49
From: Andrew Lunn <andrew@lunn.ch>
Date: 2018-03-29 18:23:49
On Thu, Mar 29, 2018 at 07:07:43PM +0300, Alex Vesker wrote:
This is a proposal which will allow access to driver defined address regions using devlink. Each device can create its supported address regions and register them. A device which exposes a region will allow access to it using devlink.
Hi Alex Did you see the work Rahul Lakkireddy has been doing? https://patchwork.kernel.org/patch/10305935/ It seems like these are similar, or at least overlapping. We probably want one solution for both. Andrew