From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 57380A045E for ; Thu, 30 May 2019 08:40:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 03A6D2B9A; Thu, 30 May 2019 08:40:19 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 64D551B05 for ; Thu, 30 May 2019 08:40:16 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2019 23:40:15 -0700 X-ExtLoop1: 1 Received: from npg-dpdk-virtio-tbie-2.sh.intel.com (HELO ___) ([10.67.104.151]) by fmsmga007.fm.intel.com with ESMTP; 29 May 2019 23:40:13 -0700 Date: Thu, 30 May 2019 14:39:12 +0800 From: Tiwei Bie To: Anatoly Burakov Cc: dev@dpdk.org, Maxime Coquelin , Zhihong Wang , stephen@networkplumber.org, thomas@monjalon.net, david.marchand@redhat.com Message-ID: <20190530063912.GA30012@___> References: <5a7a9dec12c87201e47b98917d32cc5e89b0a3b2.1559147228.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5a7a9dec12c87201e47b98917d32cc5e89b0a3b2.1559147228.git.anatoly.burakov@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH 05/25] net/virtio: use new memory locking API 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" [PATCH 05/25] net/virtio: use new memory locking API A minor nit: net/virtio -> net/virtio-user For the rest, Reviewed-by: Tiwei Bie On Wed, May 29, 2019 at 05:30:51PM +0100, Anatoly Burakov wrote: > Replace usages of direct access to shared memory config with > calls to the new API. > > Signed-off-by: Anatoly Burakov > --- > drivers/net/virtio/virtio_user/virtio_user_dev.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) [...]