Re: [PATCH v2 04/23] virtio: Add get_shm_region method

2020-09-14 Thread Gurchetan Singh
On Thu, Sep 10, 2020 at 2:56 AM Miklos Szeredi wrote: > On Thu, Sep 10, 2020 at 2:28 AM Gurchetan Singh > wrote: > > > That sounds like an excellent plan ! > > > > I will send out blob v3 (incorporating kraxel@'s feedback) once the > topic pull request (it seems Miklos will do this?) for the shm

Re: [PATCH v2 04/23] virtio: Add get_shm_region method

2020-09-11 Thread Miklos Szeredi
On Thu, Sep 10, 2020 at 2:28 AM Gurchetan Singh wrote: > That sounds like an excellent plan ! > > I will send out blob v3 (incorporating kraxel@'s feedback) once the topic > pull request (it seems Miklos will do this?) for the shm region patches has > been merged into drm-misc-next. I split ou

Re: [PATCH v2 04/23] virtio: Add get_shm_region method

2020-09-10 Thread Miklos Szeredi
On Wed, Sep 9, 2020 at 9:04 AM Gerd Hoffmann wrote: > > On Wed, Sep 02, 2020 at 05:00:25PM -0700, Gurchetan Singh wrote: > > On Wed, Sep 2, 2020 at 3:15 PM Vivek Goyal wrote: > > > > > Hi Gurchetan, > > > > > > Now Miklos has queued, these tree virtio patches for shared memory > > > region in his

Re: [PATCH v2 04/23] virtio: Add get_shm_region method

2020-09-09 Thread Gurchetan Singh
On Wed, Sep 9, 2020 at 2:28 AM Daniel Vetter wrote: > On Wed, Sep 9, 2020 at 11:27 AM Daniel Vetter wrote: > > > > On Wed, Sep 09, 2020 at 09:13:11AM +0200, Miklos Szeredi wrote: > > > On Wed, Sep 9, 2020 at 9:04 AM Gerd Hoffmann > wrote: > > > > > > > > On Wed, Sep 02, 2020 at 05:00:25PM -0700

Re: [PATCH v2 04/23] virtio: Add get_shm_region method

2020-09-09 Thread Daniel Vetter
On Wed, Sep 9, 2020 at 11:27 AM Daniel Vetter wrote: > > On Wed, Sep 09, 2020 at 09:13:11AM +0200, Miklos Szeredi wrote: > > On Wed, Sep 9, 2020 at 9:04 AM Gerd Hoffmann wrote: > > > > > > On Wed, Sep 02, 2020 at 05:00:25PM -0700, Gurchetan Singh wrote: > > > > On Wed, Sep 2, 2020 at 3:15 PM Vive

Re: [PATCH v2 04/23] virtio: Add get_shm_region method

2020-09-09 Thread Daniel Vetter
On Wed, Sep 09, 2020 at 09:13:11AM +0200, Miklos Szeredi wrote: > On Wed, Sep 9, 2020 at 9:04 AM Gerd Hoffmann wrote: > > > > On Wed, Sep 02, 2020 at 05:00:25PM -0700, Gurchetan Singh wrote: > > > On Wed, Sep 2, 2020 at 3:15 PM Vivek Goyal wrote: > > > > > > > Hi Gurchetan, > > > > > > > > Now Mi

Re: [PATCH v2 04/23] virtio: Add get_shm_region method

2020-09-09 Thread Gerd Hoffmann
On Wed, Sep 02, 2020 at 05:00:25PM -0700, Gurchetan Singh wrote: > On Wed, Sep 2, 2020 at 3:15 PM Vivek Goyal wrote: > > > Hi Gurchetan, > > > > Now Miklos has queued, these tree virtio patches for shared memory > > region in his tree as part of virtiofs dax patch series. > > > > I am hoping this

Re: [PATCH v2 04/23] virtio: Add get_shm_region method

2020-09-02 Thread Gurchetan Singh
On Wed, Sep 2, 2020 at 3:15 PM Vivek Goyal wrote: > Hi Gurchetan, > > Now Miklos has queued, these tree virtio patches for shared memory > region in his tree as part of virtiofs dax patch series. > > I am hoping this will get merged in 5.10 through his tree. > > > https://git.kernel.org/pub/scm/l

Re: [PATCH v2 04/23] virtio: Add get_shm_region method

2020-09-02 Thread Vivek Goyal
Hi Gurchetan, Now Miklos has queued, these tree virtio patches for shared memory region in his tree as part of virtiofs dax patch series. I am hoping this will get merged in 5.10 through his tree. https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git/log/?h=dax Thanks Vivek On Wed,

[PATCH v2 04/23] virtio: Add get_shm_region method

2020-09-02 Thread Gurchetan Singh
From: Sebastien Boeuf Virtio defines 'shared memory regions' that provide a continuously shared region between the host and guest. Provide a method to find a particular region on a device. Signed-off-by: Sebastien Boeuf Signed-off-by: Dr. David Alan Gilbert Acked-by: Michael S. Tsirkin Cc: k