From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id D981A4C97 for ; Tue, 27 Feb 2018 12:54:41 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4E3CA17CEF1; Tue, 27 Feb 2018 11:54:41 +0000 (UTC) Received: from localhost (dhcp-192-241.str.redhat.com [10.33.192.241]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9E15A2166BAE; Tue, 27 Feb 2018 11:54:40 +0000 (UTC) Date: Tue, 27 Feb 2018 12:54:39 +0100 From: Jens Freimann To: Maxime Coquelin Cc: jianfeng.tan@intel.com, stefanha@redhat.com, tiwei.bie@intel.com, dev@dpdk.org Message-ID: <20180227115439.vdowekvvg7a3sjvw@dhcp-192-241.str.redhat.com> References: <20180222181910.23134-1-maxime.coquelin@redhat.com> <20180222181910.23134-2-maxime.coquelin@redhat.com> <20180227112229.dkt6fy6feqlbbjay@dhcp-192-241.str.redhat.com> <81997881-7cc0-4608-042f-e687e6417c9f@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <81997881-7cc0-4608-042f-e687e6417c9f@redhat.com> User-Agent: NeoMutt/20171215 X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 27 Feb 2018 11:54:41 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 27 Feb 2018 11:54:41 +0000 (UTC) for IP:'10.11.54.6' DOMAIN:'int-mx06.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'jfreimann@redhat.com' RCPT:'' Subject: Re: [dpdk-dev] [RFC 1/3] vhost: invalidate vring addresses in cleanup_vq() X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 11:54:42 -0000 On Tue, Feb 27, 2018 at 12:44:08PM +0100, Maxime Coquelin wrote: >Hi Jens, > >On 02/27/2018 12:22 PM, Jens Freimann wrote: >>On Thu, Feb 22, 2018 at 07:19:08PM +0100, Maxime Coquelin wrote: [...] >>>????????int?????????????????????? slave_req_fd; >>>+?????? uint8_t?????????????? virtio_status; >> >>Belongs into other patch? > >Oh, right! I squashed in wrong commit. > >>Apart from that Reviewed-by: Jens Freimann > >Is your r-b for the full series or this single patch? For this one, but I'll review the other patches today as well. regards, Jens >Thanks! >Maxime >>regards, >>Jens