From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ye Xiaolong Subject: Re: [PATCH v1 1/6] net/af_xdp: introduce AF_XDP PMD driver Date: Sun, 17 Mar 2019 11:35:55 +0800 Message-ID: <20190317033555.GB103486@intel.com> References: <20190301080947.91086-1-xiaolong.ye@intel.com> <20190301080947.91086-2-xiaolong.ye@intel.com> <20190312155430.GC46228@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Qi Zhang To: Ferruh Yigit Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 75CDD2BF4 for ; Sun, 17 Mar 2019 04:39:42 +0100 (CET) Content-Disposition: inline In-Reply-To: <20190312155430.GC46228@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" On 03/12, Ye Xiaolong wrote: >>I can see in makefile, libelf is also linked, is it a dependency? > >libelf is a leftover of RFC, will delete it in next version. Correction, libbpf depends on libelf, so I still need to keep it. Thanks, Xiaolong