From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] vhost: flush IOTLB cache on new mem table handling Date: Thu, 2 Aug 2018 19:11:09 +0200 Message-ID: <7f98b789-be7a-ed55-6657-bdf1377601c2@redhat.com> References: <20180802163727.5376-1-maxime.coquelin@redhat.com> <20180802100930.230e0b14@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: tiwei.bie@intel.com, zhihong.wang@intel.com, jfreimann@redhat.com, dev@dpdk.org, stable@dpdk.org To: Stephen Hemminger Return-path: In-Reply-To: <20180802100930.230e0b14@xeon-e3> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 08/02/2018 07:09 PM, Stephen Hemminger wrote: > On Thu, 2 Aug 2018 18:37:27 +0200 > Maxime Coquelin wrote: > >> >> +void >> +vhost_user_iotlb_flush_all(struct vhost_virtqueue *vq) >> +{ >> + vhost_user_iotlb_cache_remove_all(vq); >> + vhost_user_iotlb_pending_remove_all(vq); >> +} >> + > > Wrong indentation, you don't want two tabs here, only one. > Right, thanks for pointing it out. I had sent the wrong version anyway, v2 is on its way. Thanks, Maxime