[dpdk-dev] librte_power/rte_power.h causes link error

2015-01-19 Thread Ильдар Мустафин
Hi list, I got " multiple definition of 'rte_power_freq_min' " link error, while compiling my dpdk project. I think extern keyword was missed in rte_power.h header for some reason: /** ?* Scale down the frequency of a specific lcore to the lowest according to the ?* available frequencies. ?* Re

[dpdk-dev] librte_power/rte_power.h causes link error

2015-01-19 Thread Thomas Monjalon
Hi, 2015-01-19 16:55, ?? : > Hi list, > > I got " multiple definition of 'rte_power_freq_min' " link error, while > compiling my dpdk project. > I think extern keyword was missed in rte_power.h header for some reason: You're right. It can be seen in this commit: http://dpd