IEEE Record # 44854: iCATccT 2018, Alva's Institute Of Engineering & Technology (AIET)-CFP

2018-07-25 Thread Dr. S K Niranjan Aradhya
<< Apologies for cross-postings >> <<< Please circulate among your friends, peers and researchers >>> IEEE Conference Record No.: # 44854; 4th International Conference on Applied and Theoretical Computing and Communication Technology (iCATccT - 2018) Alva's Institute Of Engineering & Technology

Re: [PATCH RFC V4 3/3] KVM: X86: Adding skeleton for Memory ROE

2018-07-25 Thread David Hildenbrand
> if (kvm_x86_ops->slot_disable_log_dirty) > kvm_x86_ops->slot_disable_log_dirty(kvm, new); > diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h > index 4ee7bc548a83..82c5780e11d9 100644 > --- a/include/linux/kvm_host.h > +++

Re: [PATCH net-next 0/6] virtio_net: Add ethtool stat items

2018-07-25 Thread Michael S. Tsirkin
On Mon, Jul 23, 2018 at 11:36:03PM +0900, Toshiaki Makita wrote: > From: Toshiaki Makita > > Add some ethtool stat items useful for performance analysis. > > Signed-off-by: Toshiaki Makita Series: Acked-by: Michael S. Tsirkin Patch 1 seems appropriate for stable, even though it's minor. >

Re: [PATCH net-next v6 1/4] net: vhost: lock the vqs one by one

2018-07-25 Thread Tonghao Zhang
On Sun, Jul 22, 2018 at 11:26 PM Michael S. Tsirkin wrote: > > On Sat, Jul 21, 2018 at 11:03:59AM -0700, xiangxia.m@gmail.com wrote: > > From: Tonghao Zhang > > > > This patch changes the way that lock all vqs > > at the same, to lock them one by one. It will > > be used for next patch to

Re: [RFC 4/4] virtio: Add platform specific DMA API translation for virito devices

2018-07-25 Thread Michael S. Tsirkin
On Mon, Jul 23, 2018 at 07:46:09AM +0530, Anshuman Khandual wrote: > There is a redundant definition of virtio_has_iommu_quirk in the tools > directory (tools/virtio/linux/virtio_config.h) which does not seem to > be used any where. I guess that can be removed without problem. It's there just to

[PATCH 1/2] tools/virtio: add dma barrier stubs

2018-07-25 Thread Michael S. Tsirkin
Fixes: 55e49dc43a8 ("virtio_ring: switch to dma_XX barriers for rpmsg") Signed-off-by: Michael S. Tsirkin --- tools/virtio/asm/barrier.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/virtio/asm/barrier.h b/tools/virtio/asm/barrier.h index

[PATCH 2/2] tools/virtio: add kmalloc_array stub

2018-07-25 Thread Michael S. Tsirkin
Fixes: 6da2ec56059 ("treewide: kmalloc() -> kmalloc_array()") Signed-off-by: Michael S. Tsirkin --- tools/virtio/linux/kernel.h | 5 + 1 file changed, 5 insertions(+) diff --git a/tools/virtio/linux/kernel.h b/tools/virtio/linux/kernel.h index fca8381bbe04..fb22bccfbc8a 100644 ---

Re: [PATCH net-next 0/6] virtio_net: Add ethtool stat items

2018-07-25 Thread David Miller
From: "Michael S. Tsirkin" Date: Wed, 25 Jul 2018 12:40:12 +0300 > On Mon, Jul 23, 2018 at 11:36:03PM +0900, Toshiaki Makita wrote: >> From: Toshiaki Makita >> >> Add some ethtool stat items useful for performance analysis. >> >> Signed-off-by: Toshiaki Makita > > Series: > > Acked-by:

Re: [PATCH net-next v6 0/4] net: vhost: improve performance when enable busyloop

2018-07-25 Thread David Miller
From: xiangxia.m@gmail.com Date: Sat, 21 Jul 2018 11:03:58 -0700 > From: Tonghao Zhang > > This patches improve the guest receive performance. > On the handle_tx side, we poll the sock receive queue > at the same time. handle_rx do that in the same way. > > For more performance report, see