From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH 26/28] net/virtio: use eal I/O device memory read/write API Date: Wed, 14 Dec 2016 10:46:57 +0800 Message-ID: <20161214024657.GE18991@yliu-dev.sh.intel.com> References: <1481680558-4003-1-git-send-email-jerin.jacob@caviumnetworks.com> <1481680558-4003-27-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, konstantin.ananyev@intel.com, thomas.monjalon@6wind.com, bruce.richardson@intel.com, jianbo.liu@linaro.org, viktorin@rehivetech.com, Santosh Shukla , Huawei Xie To: Jerin Jacob Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 999CE2C4F for ; Wed, 14 Dec 2016 03:45:12 +0100 (CET) Content-Disposition: inline In-Reply-To: <1481680558-4003-27-git-send-email-jerin.jacob@caviumnetworks.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 Wed, Dec 14, 2016 at 07:25:56AM +0530, Jerin Jacob wrote: > From: Santosh Shukla > > Replace the raw I/O device memory read/write access with eal > abstraction for I/O device memory read/write access to fix > portability issues across different architectures. I think these APIs are good: Acked-by: Yuanhan Liu > Signed-off-by: Santosh Shukla > Signed-off-by: Jerin Jacob > CC: Huawei Xie > CC: Yuanhan Liu Not a big deal, but I think we normally put the 'Cc' above the SoB. --yliu