06/02/2018 14:29, Amr Mokhtar: > This patch fixes shared library compilation due to undefined > reference to an exported variable 'bbdev_logtype'. > > v2: > * In this fix, > * - The logtype has become static and owned individually by each > * component. > * - Helper logging macros are removed from bbdev lib header files > * and replaced with macros defined by each driver at its ease. > * - 'bbdev_logtype' removed from .map > > v1: > * This patch fixes shared library compilation due to undefined > * reference to an exported variable 'bbdev_logtype'. > * In this fix, the logtype is converted to static in the bbdev lib, > * in bbdev null pmd and turbo sw pmd. > > > Fixes: 4935e1e9f76e ("bbdev: introduce wireless base band device lib") > Fixes: b8cfe2c9aed2 ("bb/turbo_sw: add software turbo driver") > Fixes: 7dc2b1589440 ("bb/null: add null base band device driver") > Cc: tho...@monjalon.net > > Signed-off-by: Amr Mokhtar <amr.mokh...@intel.com>
Applied, thanks