From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] xenvirt: Fix build break on cmdline_parse_etheraddr call Date: Thu, 18 Dec 2014 17:40:05 +0100 Message-ID: <709461311.gdq8zXb54j@xps13> References: <1418835808-18803-1-git-send-email-nhorman@tuxdriver.com> <20141218081712.62ebca0c@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Stephen Hemminger Return-path: In-Reply-To: <20141218081712.62ebca0c@urahara> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-12-18 08:17, Stephen Hemminger: > On Wed, 17 Dec 2014 12:03:28 -0500 > Neil Horman wrote: [...] > > The author failed to fixup a call to cmdline_parse_etheraddr in xenvirt. This > > patch makes the needed correction to avoid a build break [...] > > If we could fix the header incompatiablities then the driver could use > a standard library like ether_aton() instead of dragging in the unnecessary > cmdline library. Right. A first fix was done to remove conflict with netinet/in.h: http://dpdk.org/browse/dpdk/commit/?id=d07180f211 But there still are conflicts with netinet/ether.h and maybe more. I suggest to fix it in the release 2.0. -- Thomas