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?