[dpdk-dev] [PATCH] log: add missing symbol

2016-02-29 Thread Thomas Monjalon
2016-01-27 10:35, Thomas Monjalon: > 2015-12-16 16:38, Stephen Hemminger: > > rte_get_log_type and rte_get_log_level functions has been avaliable > > for many versions. But they are missing from the shared library map > > and therefore do not get exported correctly. > > > > Signed-off-by: Stephen

[dpdk-dev] [PATCH] log: add missing symbol

2016-01-27 Thread Thomas Monjalon
2015-12-16 16:38, Stephen Hemminger: > rte_get_log_type and rte_get_log_level functions has been avaliable > for many versions. But they are missing from the shared library map > and therefore do not get exported correctly. > > Signed-off-by: Stephen Hemminger > --- > lib/librte_eal/linuxapp/eal

[dpdk-dev] [PATCH] log: add missing symbol

2015-12-17 Thread Neil Horman
On Wed, Dec 16, 2015 at 04:38:34PM -0800, Stephen Hemminger wrote: > rte_get_log_type and rte_get_log_level functions has been avaliable > for many versions. But they are missing from the shared library map > and therefore do not get exported correctly. > > Signed-off-by: Stephen Hemminger > ---

[dpdk-dev] [PATCH] log: add missing symbol

2015-12-16 Thread Stephen Hemminger
rte_get_log_type and rte_get_log_level functions has been avaliable for many versions. But they are missing from the shared library map and therefore do not get exported correctly. Signed-off-by: Stephen Hemminger --- lib/librte_eal/linuxapp/eal/rte_eal_version.map | 2 ++ 1 file changed, 2 inse