Hi David, I will double check internally then as it may be something just that I miss on my end right now given you cannot reproduce it.
> -----Original Message----- > From: David Marchand <david.march...@redhat.com> > Sent: Sunday, April 19, 2020 12:35 AM > To: Chautru, Nicolas <nicolas.chau...@intel.com> > Cc: Trahe, Fiona <fiona.tr...@intel.com>; Akhil Goyal <akhil.go...@nxp.com>; > dev <dev@dpdk.org>; Jerin Jacob <jerinjac...@gmail.com>; Pavan Nikhilesh > <pbhagavat...@marvell.com>; Richardson, Bruce > <bruce.richard...@intel.com>; Thomas Monjalon <tho...@monjalon.net>; > Yigit, Ferruh <ferruh.yi...@intel.com>; Hemant Agrawal > <hemant.agra...@nxp.com> > Subject: Re: [dpdk-dev] [PATCH v5] build: disable experimental API check > internally > > On Sat, Apr 18, 2020 at 9:46 PM Chautru, Nicolas <nicolas.chau...@intel.com> > wrote: > > It is probably just me but I having issue with this new patch. > > I typically rebuild the PMD libraries directly when doing incremental > > changes > from the Makefile in the PMD directory (ie. not rebuilding full DPDK each > time, > which still work okay obviously). > > With this new change it doesn't seem to work any longer with the updated > Makefiles without the ALLOW_EXPERIMENTAL_API: > > Symbol is not yet part of stable ABI > > [-Werror=deprecated-declarations] I would need to have a further look but > checking whether it is just me. > > Can you give details? > > I just tried with fpga_lte_fec: > $ make O=$HOME/builds/x86_64-native-linux-gcc+shared+kmods > drivers/baseband/fpga_lte_fec_sub > drivers/baseband/fpga_lte_fec_sub > == Build drivers/baseband/fpga_lte_fec > CC fpga_lte_fec.o > PMDINFO fpga_lte_fec.o.pmd.c > CC fpga_lte_fec.o.pmd.o > LD fpga_lte_fec.o > LD librte_pmd_bbdev_fpga_lte_fec.so.20.0.2 > INSTALL-LIB librte_pmd_bbdev_fpga_lte_fec.so.20.0.2 > > > -- > David Marchand