Re: [RFC] VSOCK: The performance problem of vhost_vsock.

2018-10-15 Thread jiangyiwen
On 2018/10/15 10:33, Jason Wang wrote: > > > On 2018年10月15日 09:43, jiangyiwen wrote: >> Hi Stefan & All: >> >> Now I find vhost-vsock has two performance problems even if it >> is not designed for performance. >> >> First, I think vhost-vsock should faster than vhost-net because it >> is no

RE: [PATCH v8] virtio_blk: add discard and write zeroes support

2018-10-15 Thread Liu, Changpeng
> -Original Message- > From: Christoph Hellwig [mailto:h...@infradead.org] > Sent: Monday, October 15, 2018 5:28 PM > To: Daniel Verkamp > Cc: virtualization@lists.linux-foundation.org; linux-bl...@vger.kernel.org; > Michael S. Tsirkin ; Jason Wang ; > Jens Axboe ; Stefan Hajnoczi ;

Re: [PATCH v8] virtio_blk: add discard and write zeroes support

2018-10-15 Thread Daniel Verkamp
On Mon, Oct 15, 2018 at 2:27 AM Christoph Hellwig wrote: > On Fri, Oct 12, 2018 at 02:06:28PM -0700, Daniel Verkamp wrote: > > From: Changpeng Liu > > > > In commit 88c85538, "virtio-blk: add discard and write zeroes features > > to specification" (https://github.com/oasis-tcs/virtio-spec), the

RE: [PATCH v8] virtio_blk: add discard and write zeroes support

2018-10-15 Thread Liu, Changpeng
> -Original Message- > From: Daniel Verkamp [mailto:dverk...@chromium.org] > Sent: Tuesday, October 16, 2018 7:16 AM > To: h...@infradead.org > Cc: virtualization@lists.linux-foundation.org; linux-bl...@vger.kernel.org; > m...@redhat.com; jasow...@redhat.com; ax...@kernel.dk; >

Re: [PATCH net-next V2 6/8] vhost: packed ring support

2018-10-15 Thread Michael S. Tsirkin
On Mon, Oct 15, 2018 at 10:51:06AM +0800, Jason Wang wrote: > > > On 2018年10月15日 10:43, Michael S. Tsirkin wrote: > > On Mon, Oct 15, 2018 at 10:22:33AM +0800, Jason Wang wrote: > > > > > > On 2018年10月13日 01:23, Michael S. Tsirkin wrote: > > > > On Fri, Oct 12, 2018 at 10:32:44PM +0800, Tiwei

Re: [PATCH v8] virtio_blk: add discard and write zeroes support

2018-10-15 Thread Christoph Hellwig
On Fri, Oct 12, 2018 at 02:06:28PM -0700, Daniel Verkamp wrote: > From: Changpeng Liu > > In commit 88c85538, "virtio-blk: add discard and write zeroes features > to specification" (https://github.com/oasis-tcs/virtio-spec), the virtio There is some issues in this spec. For one using the

Re: [PATCH v3 3/7] PCI: OF: Allow endpoints to bypass the iommu

2018-10-15 Thread Michael S. Tsirkin
On Fri, Oct 12, 2018 at 02:41:59PM -0500, Bjorn Helgaas wrote: > s/iommu/IOMMU/ in subject > > On Fri, Oct 12, 2018 at 03:59:13PM +0100, Jean-Philippe Brucker wrote: > > Using the iommu-map binding, endpoints in a given PCI domain can be > > managed by different IOMMUs. Some virtual machines may

Re: [PATCH v3 3/7] PCI: OF: Allow endpoints to bypass the iommu

2018-10-15 Thread Robin Murphy
On 12/10/18 20:41, Bjorn Helgaas wrote: s/iommu/IOMMU/ in subject On Fri, Oct 12, 2018 at 03:59:13PM +0100, Jean-Philippe Brucker wrote: Using the iommu-map binding, endpoints in a given PCI domain can be managed by different IOMMUs. Some virtual machines may allow a subset of endpoints to

Re: [patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support

2018-10-15 Thread Marcelo Tosatti
On Thu, Oct 11, 2018 at 04:00:29PM -0700, Andy Lutomirski wrote: > On Thu, Oct 11, 2018 at 3:28 PM Marcelo Tosatti wrote: > > > > On Tue, Oct 09, 2018 at 01:09:42PM -0700, Andy Lutomirski wrote: > > > On Tue, Oct 9, 2018 at 8:28 AM Marcelo Tosatti > > > wrote: > > > > > > > > On Mon, Oct 08,