> -----Original Message----- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday 19 January 2018 00:45 > To: Mokhtar, Amr <amr.mokh...@intel.com> > Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; Burakov, Anatoly > <anatoly.bura...@intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; Power, Niall <niall.po...@intel.com>; > Macnamara, Chris <chris.macnam...@intel.com> > Subject: Re: [dpdk-dev] [PATCH v5 0/5] Introducing Wirless Base Band Device > (bbdev) abstraction library > > 11/01/2018 20:23, Amr Mokhtar: > > Hello, > > Latest update for Wireless Device abstraction library. > > Applied with few changes: > - fixed title formats > - moved bbdev between ethdev and cryptodev in lists > - added in test-build.sh > - fixed compilation as shared library (must be better fixed in RC2) > undefined reference to `bbdev_logtype', added to .map
Can you explain more what shared library compilation problem were experienced? Is it the missing 'bbdev_logtype' ? > > Thanks for the good work, and welcome in DPDK!