From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 8/8] eal: VMBUS infrastructure Date: Wed, 11 Jan 2017 17:20:03 -0800 Message-ID: <20170111172003.6181830c@xeon-e3> References: <20170107181756.1944-1-sthemmin@microsoft.com> <20170107181756.1944-9-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Stephen Hemminger To: Jan Blunck Return-path: Received: from mail-pf0-f178.google.com (mail-pf0-f178.google.com [209.85.192.178]) by dpdk.org (Postfix) with ESMTP id 65ACAD4E0 for ; Thu, 12 Jan 2017 02:20:12 +0100 (CET) Received: by mail-pf0-f178.google.com with SMTP id f144so3140599pfa.2 for ; Wed, 11 Jan 2017 17:20:12 -0800 (PST) In-Reply-To: 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, 11 Jan 2017 22:13:32 +0100 Jan Blunck wrote: > >> +static void *vmbus_map_addr; > >> + > >> +static struct rte_tailq_elem rte_vmbus_uio_tailq = { > >> + .name = "UIO_RESOURCE_LIST", > > This should be VMBUS_UIO_RESOURCE_LIST to not collide with rte_uio_tailq. Ok, please trim review comments. Trying to find comment in middle of patch is a nuisance.