From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <maxime.coquelin@redhat.com> Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id AC9441B115 for <dev@dpdk.org>; Fri, 5 Oct 2018 18:27:54 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5E59EC053FDE; Fri, 5 Oct 2018 16:27:52 +0000 (UTC) Received: from [10.36.112.34] (ovpn-112-34.ams2.redhat.com [10.36.112.34]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A97B8308BDB3; Fri, 5 Oct 2018 16:27:40 +0000 (UTC) To: Ferruh Yigit <ferruh.yigit@intel.com>, Reshma Pattan <reshma.pattan@intel.com>, Hemant Agrawal <hemant.agrawal@nxp.com>, Shreyansh Jain <shreyansh.jain@nxp.com>, Ashish Gupta <ashish.gupta@cavium.com>, Fiona Trahe <fiona.trahe@intel.com>, Pablo de Lara <pablo.de.lara.guarch@intel.com>, Akhil Goyal <akhil.goyal@nxp.com>, Declan Doherty <declan.doherty@intel.com>, Fan Zhang <roy.fan.zhang@intel.com>, Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>, Gaetan Rivet <gaetan.rivet@6wind.com>, Qi Zhang <qi.z.zhang@intel.com>, Xiao Wang <xiao.w.wang@intel.com>, Beilei Xing <beilei.xing@intel.com>, Wenzhuo Lu <wenzhuo.lu@intel.com>, Konstantin Ananyev <konstantin.ananyev@intel.com>, Rasesh Mody <rasesh.mody@cavium.com>, Harish Patil <harish.patil@cavium.com>, Shahed Shaikh <shahed.shaikh@cavium.com>, Andrew Rybchenko <arybchenko@solarflare.com>, Jasvinder Singh <jasvinder.singh@intel.com>, Cristian Dumitrescu <cristian.dumitrescu@intel.com>, Keith Wiles <keith.wiles@intel.com>, Nipun Gupta <nipun.gupta@nxp.com>, Anatoly Burakov <anatoly.burakov@intel.com>, Thomas Monjalon <thomas@monjalon.net>, Jerin Jacob <jerin.jacob@caviumnetworks.com>, Olivier Matz <olivier.matz@6wind.com>, Chas Williams <chas3@att.com>, Tiwei Bie <tiwei.bie@intel.com>, Zhihong Wang <zhihong.wang@intel.com>, Rosen Xu <rosen.xu@intel.com>, Tianfei zhang <tianfei.zhang@intel.com> Cc: dev@dpdk.org References: <20181004034047.26824-1-ferruh.yigit@intel.com> <20181005162612.31906-1-ferruh.yigit@intel.com> <20181005162612.31906-2-ferruh.yigit@intel.com> From: Maxime Coquelin <maxime.coquelin@redhat.com> Message-ID: <5a44e354-5216-d414-f871-83775a96a253@redhat.com> Date: Fri, 5 Oct 2018 18:27:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20181005162612.31906-2-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Fri, 05 Oct 2018 16:27:53 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v2 2/4] drivers: prefix global variables with module name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 05 Oct 2018 16:27:55 -0000 On 10/05/2018 06:26 PM, Ferruh Yigit wrote: > drivers/net/virtio/virtio_user/vhost.h | 4 +- > drivers/net/virtio/virtio_user/vhost_kernel.c | 2 +- > drivers/net/virtio/virtio_user/vhost_user.c | 2 +- For the virtio-user part: Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com> Thanks, Maxime