From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] vhost: flush IOTLB cache on new mem table handling Date: Thu, 2 Aug 2018 10:09:30 -0700 Message-ID: <20180802100930.230e0b14@xeon-e3> References: <20180802163727.5376-1-maxime.coquelin@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: tiwei.bie@intel.com, zhihong.wang@intel.com, jfreimann@redhat.com, dev@dpdk.org, stable@dpdk.org To: Maxime Coquelin Return-path: Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 99D671B4DC for ; Thu, 2 Aug 2018 19:09:41 +0200 (CEST) Received: by mail-pg1-f195.google.com with SMTP id h12-v6so1510220pgs.3 for ; Thu, 02 Aug 2018 10:09:41 -0700 (PDT) In-Reply-To: <20180802163727.5376-1-maxime.coquelin@redhat.com> 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 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.