From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v3 2/3] net/virtio: update memory ordering comment for vq notify Date: Thu, 10 Jan 2019 15:31:14 +0100 Message-ID: <3ea674e6-aaaf-dd08-ff8c-22a3921dc590@redhat.com> References: <20181226163712.31596-1-i.maximets@samsung.com> <20190109145015.3010-1-i.maximets@samsung.com> <20190109145015.3010-3-i.maximets@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Tiwei Bie , Zhihong Wang , jfreimann@redhat.com, Jason Wang , xiaolong.ye@intel.com, alejandro.lucero@netronome.com To: Ilya Maximets , dev@dpdk.org, "Michael S . Tsirkin" , Xiao Wang Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D94B01B76E for ; Thu, 10 Jan 2019 15:31:27 +0100 (CET) In-Reply-To: <20190109145015.3010-3-i.maximets@samsung.com> 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 1/9/19 3:50 PM, Ilya Maximets wrote: > We're not using io ports in case of modern device even on IA. > Also, this comment useless for other architectures. > > Signed-off-by: Ilya Maximets > --- > drivers/net/virtio/virtqueue.h | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Maxime Coquelin Thanks, Maxime