[dpdk-dev] [PATCH v7 1/5] net/af_xdp: introduce AF XDP PMD driver

Luca Boccassi bluca at debian.org
Thu Mar 28 19:52:59 CET 2019


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

-- 
Kind regards,
Luca Boccassi


More information about the dev mailing list