Re: [PATCH v2 04/20] virtio: Implement get_shm_region for PCI transport

2020-08-17 Thread Vivek Goyal
On Thu, Aug 13, 2020 at 07:51:56PM -0700, Gurchetan Singh wrote: > On Mon, Aug 10, 2020 at 7:50 AM Vivek Goyal wrote: > > > On Mon, Aug 10, 2020 at 10:05:17AM -0400, Michael S. Tsirkin wrote: > > > On Fri, Aug 07, 2020 at 03:55:10PM -0400, Vivek Goyal wrote: > > > > From: Sebastien Boeuf > > > >

Re: [PATCH v2 04/20] virtio: Implement get_shm_region for PCI transport

2020-08-10 Thread Vivek Goyal
On Mon, Aug 10, 2020 at 10:05:17AM -0400, Michael S. Tsirkin wrote: > On Fri, Aug 07, 2020 at 03:55:10PM -0400, Vivek Goyal wrote: > > From: Sebastien Boeuf > > > > On PCI the shm regions are found using capability entries; > > find a region by searching for the capability. > > > > Signed-off-by

Re: [PATCH v2 04/20] virtio: Implement get_shm_region for PCI transport

2020-08-10 Thread Michael S. Tsirkin
On Fri, Aug 07, 2020 at 03:55:10PM -0400, Vivek Goyal wrote: > From: Sebastien Boeuf > > On PCI the shm regions are found using capability entries; > find a region by searching for the capability. > > Signed-off-by: Sebastien Boeuf > Signed-off-by: Dr. David Alan Gilbert > Signed-off-by: kbuil

[PATCH v2 04/20] virtio: Implement get_shm_region for PCI transport

2020-08-07 Thread Vivek Goyal
From: Sebastien Boeuf On PCI the shm regions are found using capability entries; find a region by searching for the capability. Signed-off-by: Sebastien Boeuf Signed-off-by: Dr. David Alan Gilbert Signed-off-by: kbuild test robot Cc: k...@vger.kernel.org Cc: "Michael S. Tsirkin" --- drivers