search for: dgilbert

Displaying 20 results from an estimated 75 matches for "dgilbert".

Did you mean: gilbert
2019 Jul 25
5
[PATCH 0/4] virtio: Add definitions for shared memory regions
From: "Dr. David Alan Gilbert" <dgilbert at redhat.com> Add the virtio shared memory region definitions that have just got merged into the spec. Dr. David Alan Gilbert (4): virtio_pci: Define id field virtio_pci: Define virtio_pci_cap64 virtio_pci: Defined shared memory capability virito_mmio: Define shared memory region regi...
2017 Jan 31
3
[PATCH] vhost: fix initialization for vq->is_le
...st_reset_is_le to do just half >> of the job. Let us make vhost_reset_is_le reinitialize is_le. >> >> Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com> >> Reported-by: Michael A. Tebolt <miket at us.ibm.com> >> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com> >> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices") >> --- > Reviewed-by: Greg Kurz <groug at kaod.org> > Thanks! We have some tests on s390x (that is BE) running, but I won't be able to test the change with cr...
2017 Jan 31
3
[PATCH] vhost: fix initialization for vq->is_le
...st_reset_is_le to do just half >> of the job. Let us make vhost_reset_is_le reinitialize is_le. >> >> Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com> >> Reported-by: Michael A. Tebolt <miket at us.ibm.com> >> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com> >> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices") >> --- > Reviewed-by: Greg Kurz <groug at kaod.org> > Thanks! We have some tests on s390x (that is BE) running, but I won't be able to test the change with cr...
2018 Jul 23
3
[PATCH v36 0/5] Virtio-balloon: support free page reporting
...ration Time (average) > > Optimization v.s. Legacy = 1407ms v.s. 2528ms --> ~44% reduction > > - Linux Compilation Time > > Optimization v.s. Legacy = 5min4s v.s. 5min12s > > --> no obvious difference > > I'd like to see dgilbert's take on whether this kind of gain > justifies adding a PV interfaces, and what kind of guest workload > is appropriate. > > Cc'd. Well, 44% is great ... although the measurement is a bit weird. a) A 2 second downtime is very large; 300-500ms is more normal b) I'm not su...
2017 Jan 30
3
[PATCH] vhost: fix initialization for vq->is_le
...With the above, there is no reason for vhost_reset_is_le to do just half of the job. Let us make vhost_reset_is_le reinitialize is_le. Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com> Reported-by: Michael A. Tebolt <miket at us.ibm.com> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices") --- The bug was already discussed here: http://www.spinics.net/lists/kvm/msg144365.html This is a follow up patch. --- drivers/vhost/vhost.c | 10 ++++------ 1 file changed, 4 insertions(+)...
2017 Jan 30
3
[PATCH] vhost: fix initialization for vq->is_le
...With the above, there is no reason for vhost_reset_is_le to do just half of the job. Let us make vhost_reset_is_le reinitialize is_le. Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com> Reported-by: Michael A. Tebolt <miket at us.ibm.com> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices") --- The bug was already discussed here: http://www.spinics.net/lists/kvm/msg144365.html This is a follow up patch. --- drivers/vhost/vhost.c | 10 ++++------ 1 file changed, 4 insertions(+)...
2006 Apr 05
2
Frustrating inability to boot amd64
At this point, I've been through 4 AMD64 motherboards. Commonly, AE_BAD_CHARACTER stops ACPI (or apic?) from figuring out the system --- this has happened on 3 out of four boards. On this latest board, it can turn off APIC. If I do that, FreeBSD hangs after detecting the disks. The only "wrong" thing on the screen is module_register_init: MOD_LOAD (amr_linux,
2016 Mar 11
3
[RFC qemu 0/4] A PV solution for live migration optimization
...in the second migration, QEMU will request the guest for free pages Information, and the guest will traverse it's current free page list to construct a new free page bitmap and send it to QEMU. Just like in the first migration. Liang > > Dave > > -- > Dr. David Alan Gilbert / dgilbert at redhat.com / Manchester, UK
2016 Mar 11
3
[RFC qemu 0/4] A PV solution for live migration optimization
...in the second migration, QEMU will request the guest for free pages Information, and the guest will traverse it's current free page list to construct a new free page bitmap and send it to QEMU. Just like in the first migration. Liang > > Dave > > -- > Dr. David Alan Gilbert / dgilbert at redhat.com / Manchester, UK
2017 Jan 20
1
[PATCH v6 kernel 3/5] virtio-balloon: speed up inflate/deflate process
...>page_bitmap[i]); > +} It might be worth commenting that pair of functions to make it clear why they are so different; I guess the kfree_page_bitmap is used just before you free the structure above it so you don't need to keep the count/pointers updated? Dave -- Dr. David Alan Gilbert / dgilbert at redhat.com / Manchester, UK
2017 Jan 20
1
[PATCH v6 kernel 3/5] virtio-balloon: speed up inflate/deflate process
...>page_bitmap[i]); > +} It might be worth commenting that pair of functions to make it clear why they are so different; I guess the kfree_page_bitmap is used just before you free the structure above it so you don't need to keep the count/pointers updated? Dave -- Dr. David Alan Gilbert / dgilbert at redhat.com / Manchester, UK
2018 Oct 15
0
[Qemu-devel] virtio-console downgrade the virtio-pci-blk performance
...the performance > downgrade is still obvious. > > > Could anyone give some help about this issue? > > Feng Li <lifeng1519 at gmail.com> ?2018?10?1??? ??10:58??? > > > > Hi Dave, > > My comments are in-line. > > > > Dr. David Alan Gilbert <dgilbert at redhat.com> ?2018?10?1??? ??7:41??? > > > > > > * Feng Li (lifeng1519 at gmail.com) wrote: > > > > Hi, > > > > I found an obvious performance downgrade when virtio-console combined > > > > with virtio-pci-blk. > > > > > >...
2018 Sep 07
1
[PATCH v36 0/5] Virtio-balloon: support free page reporting
...Optimization v.s. Legacy = 1407ms v.s. 2528ms --> ~44% reduction > > > > - Linux Compilation Time > > > > Optimization v.s. Legacy = 5min4s v.s. 5min12s > > > > --> no obvious difference > > > I'd like to see dgilbert's take on whether this kind of gain > > > justifies adding a PV interfaces, and what kind of guest workload > > > is appropriate. > > > > > > Cc'd. > > Well, 44% is great ... although the measurement is a bit weird. > > > > a) A 2 seco...
2016 Mar 14
0
[RFC qemu 0/4] A PV solution for live migration optimization
...for free pages > Information, and the guest will traverse it's current free page list to construct a > new free page bitmap and send it to QEMU. Just like in the first migration. Right. Dave > Liang > > > > Dave > > > > -- > > Dr. David Alan Gilbert / dgilbert at redhat.com / Manchester, UK -- Dr. David Alan Gilbert / dgilbert at redhat.com / Manchester, UK
2016 Mar 15
2
[RFC qemu 0/4] A PV solution for live migration optimization
...it's current free page list to construct a > > new free page bitmap and send it to QEMU. Just like in the first migration. > > Right. > > Dave > > > Liang > > > > > > Dave > > > > > > -- > > > Dr. David Alan Gilbert / dgilbert at redhat.com / Manchester, UK > -- > Dr. David Alan Gilbert / dgilbert at redhat.com / Manchester, UK
2016 Mar 15
2
[RFC qemu 0/4] A PV solution for live migration optimization
...it's current free page list to construct a > > new free page bitmap and send it to QEMU. Just like in the first migration. > > Right. > > Dave > > > Liang > > > > > > Dave > > > > > > -- > > > Dr. David Alan Gilbert / dgilbert at redhat.com / Manchester, UK > -- > Dr. David Alan Gilbert / dgilbert at redhat.com / Manchester, UK
2016 Mar 10
2
[RFC qemu 0/4] A PV solution for live migration optimization
> > Could provide more information on how to use virtio-serial to exchange > data? Thread , Wiki or code are all OK. > > I have not find some useful information yet. > > See this commit in the Linux sources: > > 108fc82596e3b66b819df9d28c1ebbc9ab5de14c > > that adds a way to send guest trace data over to the host. I think that's the > most relevant to
2016 Mar 10
2
[RFC qemu 0/4] A PV solution for live migration optimization
> > Could provide more information on how to use virtio-serial to exchange > data? Thread , Wiki or code are all OK. > > I have not find some useful information yet. > > See this commit in the Linux sources: > > 108fc82596e3b66b819df9d28c1ebbc9ab5de14c > > that adds a way to send guest trace data over to the host. I think that's the > most relevant to
2017 Jan 17
2
[virtio-dev] Re: [PATCH v6 kernel 2/5] virtio-balloon: define new feature bit and head struct
On Fri, Jan 13, 2017 at 09:24:22AM +0000, Li, Liang Z wrote: > > On Wed, Dec 21, 2016 at 02:52:25PM +0800, Liang Li wrote: > > > Add a new feature which supports sending the page information with > > > range array. The current implementation uses PFNs array, which is not > > > very efficient. Using ranges can improve the performance of > > >
2017 Jan 17
2
[virtio-dev] Re: [PATCH v6 kernel 2/5] virtio-balloon: define new feature bit and head struct
On Fri, Jan 13, 2017 at 09:24:22AM +0000, Li, Liang Z wrote: > > On Wed, Dec 21, 2016 at 02:52:25PM +0800, Liang Li wrote: > > > Add a new feature which supports sending the page information with > > > range array. The current implementation uses PFNs array, which is not > > > very efficient. Using ranges can improve the performance of > > >