From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net/xenvirt: fix build error Date: Wed, 19 Apr 2017 14:12:36 +0200 Message-ID: <2176216.64SzobkAFF@xps> References: <20170418182726.30462-3-ferruh.yigit@intel.com> <20170419095209.1963-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Jianfeng Tan To: Ferruh Yigit Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E0C0D559C for ; Wed, 19 Apr 2017 14:12:37 +0200 (CEST) In-Reply-To: <20170419095209.1963-1-ferruh.yigit@intel.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" 19/04/2017 11:52, Ferruh Yigit: > build error: > .../drivers/net/xenvirt/rte_eth_xenvirt.c:676:9: > error: =E2=80=98struct rte_eth_dev=E2=80=99 has no member named =E2=80=98= driver=E2=80=99 > eth_dev->driver =3D NULL; > ^~ >=20 > ethdev driver removed, removing assignment to it to fix the build error >=20 > Fixes: 9dca21fb80b6 ("ethdev: remove ethdev driver") >=20 > Signed-off-by: Ferruh Yigit Applied, thanks