Re: [dpdk-dev] [PATCH] bb/null: fix exported dynamic log type

2018-02-05 Thread Thomas Monjalon
05/02/2018 23:27, Amr Mokhtar: > 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 > and in the bbdev null pmd. > > Fixes: 7dc2b1589440 ("bb/null: add null base band d

[dpdk-dev] [PATCH] bb/null: fix exported dynamic log type

2018-02-05 Thread Amr Mokhtar
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 and in the bbdev null pmd. Fixes: 7dc2b1589440 ("bb/null: add null base band device driver") Cc: tho...@monjalon.net Sig