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://dpdk.org/browse/dpdk/commit/lib/librte_power/rte_power.h?id=445c6528b55f9025 Thanks for reporting -- Thomas