From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: IVSHMEM device performance Date: Thu, 14 Apr 2016 14:45:19 +0200 Message-ID: <570F90DF.7040904@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1255 Content-Transfer-Encoding: 7bit To: Eli Britstein , "kvm@vger.kernel.org" Return-path: Received: from mail-pf0-f181.google.com ([209.85.192.181]:35793 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755231AbcDNMpW (ORCPT ); Thu, 14 Apr 2016 08:45:22 -0400 Received: by mail-pf0-f181.google.com with SMTP id n1so45847473pfn.2 for ; Thu, 14 Apr 2016 05:45:22 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 11/04/2016 08:21, Eli Britstein wrote: > I thought maybe the reason is that this memory is seen by the VM as a > mapped PCI memory region, so it is not cached, KVM actually overrides the type of the memory region and always makes it cached. Can you try sending the "lspci -vv" output? Paolo