mbox series

[git,pull] virtio-shm region

Message ID CAAfnVBn2BzXWFY3hhjDxd5q0P2_JWn-HdkVxgS94x9keAUZiow@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] virtio-shm region | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git virtio-shm

Message

Gurchetan Singh Sept. 14, 2020, 11:39 p.m. UTC
Hi,

This set of changes are required for zero-copy virtio-gpu.

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git virtio-shm

for you to fetch changes up to 38e895487afc2ed42c11045853cbb3fa20b52b6e:

  virtio: Implement get_shm_region for MMIO transport (2020-09-10 10:05:58
+0200)

----------------------------------------------------------------
Sebastien Boeuf (3):
      virtio: Add get_shm_region method
      virtio: Implement get_shm_region for PCI transport
      virtio: Implement get_shm_region for MMIO transport

 drivers/virtio/virtio_mmio.c       | 31 +++++++++++++
 drivers/virtio/virtio_pci_modern.c | 95
++++++++++++++++++++++++++++++++++++++
 include/linux/virtio_config.h      | 17 +++++++
 include/uapi/linux/virtio_mmio.h   | 11 +++++
 include/uapi/linux/virtio_pci.h    | 11 ++++-
 5 files changed, 164 insertions(+), 1 deletion(-)

Comments

Maxime Ripard Sept. 15, 2020, 3:26 p.m. UTC | #1
Hi,

On Mon, Sep 14, 2020 at 04:39:41PM -0700, Gurchetan Singh wrote:
> Hi,
> 
> This set of changes are required for zero-copy virtio-gpu.
> 
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> 
>   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git virtio-shm
> 
> for you to fetch changes up to 38e895487afc2ed42c11045853cbb3fa20b52b6e:
> 
>   virtio: Implement get_shm_region for MMIO transport (2020-09-10 10:05:58
> +0200)
> 
> ----------------------------------------------------------------
> Sebastien Boeuf (3):
>       virtio: Add get_shm_region method
>       virtio: Implement get_shm_region for PCI transport
>       virtio: Implement get_shm_region for MMIO transport
> 
>  drivers/virtio/virtio_mmio.c       | 31 +++++++++++++
>  drivers/virtio/virtio_pci_modern.c | 95
> ++++++++++++++++++++++++++++++++++++++
>  include/linux/virtio_config.h      | 17 +++++++
>  include/uapi/linux/virtio_mmio.h   | 11 +++++
>  include/uapi/linux/virtio_pci.h    | 11 ++++-
>  5 files changed, 164 insertions(+), 1 deletion(-)

It's not really clear who you expect to pull that PR?

Maxime
Gurchetan Singh Sept. 15, 2020, 11:38 p.m. UTC | #2
On Tue, Sep 15, 2020 at 8:27 AM Maxime Ripard <maxime@cerno.tech> wrote:

> Hi,
>
> On Mon, Sep 14, 2020 at 04:39:41PM -0700, Gurchetan Singh wrote:
> > Hi,
> >
> > This set of changes are required for zero-copy virtio-gpu.
> >
> > The following changes since commit
> 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> >
> >   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
> virtio-shm
> >
> > for you to fetch changes up to 38e895487afc2ed42c11045853cbb3fa20b52b6e:
> >
> >   virtio: Implement get_shm_region for MMIO transport (2020-09-10
> 10:05:58
> > +0200)
> >
> > ----------------------------------------------------------------
> > Sebastien Boeuf (3):
> >       virtio: Add get_shm_region method
> >       virtio: Implement get_shm_region for PCI transport
> >       virtio: Implement get_shm_region for MMIO transport
> >
> >  drivers/virtio/virtio_mmio.c       | 31 +++++++++++++
> >  drivers/virtio/virtio_pci_modern.c | 95
> > ++++++++++++++++++++++++++++++++++++++
> >  include/linux/virtio_config.h      | 17 +++++++
> >  include/uapi/linux/virtio_mmio.h   | 11 +++++
> >  include/uapi/linux/virtio_pci.h    | 11 ++++-
> >  5 files changed, 164 insertions(+), 1 deletion(-)
>
> It's not really clear who you expect to pull that PR?
>

Hmm, Daniel recommended "send[ing] the topic pull request to drm-misc
maintainers (Maarten, Maxime, Thomas)" in the other thread, but I'm not
really sure which one.  Maybe whomever is in charge of drm-misc-next pull
requests?


>
> Maxime
>
Maxime Ripard Sept. 16, 2020, 11:20 a.m. UTC | #3
On Tue, Sep 15, 2020 at 04:38:04PM -0700, Gurchetan Singh wrote:
> On Tue, Sep 15, 2020 at 8:27 AM Maxime Ripard <maxime@cerno.tech> wrote:
> 
> > Hi,
> >
> > On Mon, Sep 14, 2020 at 04:39:41PM -0700, Gurchetan Singh wrote:
> > > Hi,
> > >
> > > This set of changes are required for zero-copy virtio-gpu.
> > >
> > > The following changes since commit
> > 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> > >
> > >   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
> > virtio-shm
> > >
> > > for you to fetch changes up to 38e895487afc2ed42c11045853cbb3fa20b52b6e:
> > >
> > >   virtio: Implement get_shm_region for MMIO transport (2020-09-10
> > 10:05:58
> > > +0200)
> > >
> > > ----------------------------------------------------------------
> > > Sebastien Boeuf (3):
> > >       virtio: Add get_shm_region method
> > >       virtio: Implement get_shm_region for PCI transport
> > >       virtio: Implement get_shm_region for MMIO transport
> > >
> > >  drivers/virtio/virtio_mmio.c       | 31 +++++++++++++
> > >  drivers/virtio/virtio_pci_modern.c | 95
> > > ++++++++++++++++++++++++++++++++++++++
> > >  include/linux/virtio_config.h      | 17 +++++++
> > >  include/uapi/linux/virtio_mmio.h   | 11 +++++
> > >  include/uapi/linux/virtio_pci.h    | 11 ++++-
> > >  5 files changed, 164 insertions(+), 1 deletion(-)
> >
> > It's not really clear who you expect to pull that PR?
> >
> 
> Hmm, Daniel recommended "send[ing] the topic pull request to drm-misc
> maintainers (Maarten, Maxime, Thomas)" in the other thread, but I'm not
> really sure which one.  Maybe whomever is in charge of drm-misc-next pull
> requests?

That would be me then. I've applied it (but had to hack dim a bit, it
doesn't like !text email too much apparently) and pushed it to
drm-misc-next.

Maxime