From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v7 1/5] net/af_xdp: introduce AF XDP PMD driver Date: Tue, 2 Apr 2019 20:55:23 +0100 Message-ID: References: <20190301080947.91086-1-xiaolong.ye@intel.com> <20190327090027.72170-1-xiaolong.ye@intel.com> <20190327090027.72170-2-xiaolong.ye@intel.com> <6e4d8ec403ceb3c455d891370008ac3a13596c24.camel@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Qi Zhang , Karlsson Magnus , Topel Bjorn , Maxime Coquelin , Stephen Hemminger , Bruce Richardson , Ananyev Konstantin To: Luca Boccassi , Xiaolong Ye , dev@dpdk.org, David Marchand , Andrew Rybchenko Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 6DA691B134 for ; Tue, 2 Apr 2019 21:55:28 +0200 (CEST) In-Reply-To: <6e4d8ec403ceb3c455d891370008ac3a13596c24.camel@debian.org> Content-Language: en-US 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 3/28/2019 6:52 PM, Luca Boccassi wrote: > On Thu, 2019-03-28 at 17:51 +0000, Ferruh Yigit wrote: >>> @@ -143,6 +143,7 @@ _LDLIBS-$(CONFIG_RTE_LIBRTE_DPAA2_MEMPOOL) += >>> -lrte_mempool_dpaa2 >>> endif >>> >>> _LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_AF_PACKET) += >>> -lrte_pmd_af_packet >>> +_LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_AF_XDP) += -lrte_pmd_af_xdp >>> -lelf -lbpf >> >> Is "-lelf" still required? > > This was fixed upstream in the bpf tree by Björn: > > https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=89dedaef49d36adc2bb5e7e4c38b52fa3013c7c8 > ahh, but this is bpf tree. So it means this change won't be in 5.1 right? Should we add this back for 5.1?