From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 4/9] build: add Meson files for avf PMD Date: Tue, 18 Sep 2018 22:48:30 +0200 Message-ID: <4046352.vXojQzu8gc@xps> References: <20180910200415.8340-1-bluca@debian.org> <20180918145822.16763-1-bluca@debian.org> <20180918145822.16763-4-bluca@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jingjing.wu@intel.com, bruce.richardson@intel.com, Wenzhuo Lu To: Luca Boccassi Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id CC864201 for ; Tue, 18 Sep 2018 22:48:35 +0200 (CEST) In-Reply-To: <20180918145822.16763-4-bluca@debian.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/09/2018 16:58, Luca Boccassi: > Signed-off-by: Luca Boccassi > --- > drivers/net/avf/base/meson.build | 20 ++++++++++++++++++++ > drivers/net/avf/meson.build | 19 +++++++++++++++++++ > drivers/net/meson.build | 1 + > 3 files changed, 40 insertions(+) I cannot merge this patch because of compilation issues in the avf driver itself. I will merge others and keep this one for later.