On 29/11/2018 12:22, Oleksandr Andrushchenko wrote:Ah, I waited for any comments before rolling v2 out ;)
pingIn general I'm fine with this approach.
On 11/22/18 12:02 PM, Oleksandr Andrushchenko wrote:
From: Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx>
based frontends. Currently the frontends which implement
similar code for sharing big buffers between frontend and
backend are para-virtualized DRM and sound drivers.
Both define the same way to share grant references of a
data buffer with the corresponding backend with little
differences.
Move shared code into a helper module, so there is a single
implementation of the same functionality for all.
Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx>
With the concerns raised for one of the other patches I wanted to wait
for V2 of the series.
Or won't the resulting change require a
modification of this patch?
Sure, this is pure code movement, no functional changes
It would be nice if you could point out in the commit message whether
you are doing code movement (with some renames) only, or if there are
any functional changes involved (and which ones).
This would make the
review much easier and less time consuming.
Juergen