numam-dpdk/drivers/net/thunderx
Ferruh Yigit be52da5dbd net/thunderx: add missing external dependency
To prevent compile error when compiling for shared library:
nicvf_hw.o: In function `nicvf_qsize_regbit':
nicvf_hw.c:(.text+0xe64): undefined reference to `log2'
nicvf_hw.o: In function `nicvf_rss_reta_update':
nicvf_hw.c:(.text+0x19dd): undefined reference to `log2'
nicvf_hw.o: In function `nicvf_rss_reta_query':
nicvf_hw.c:(.text+0x1acb): undefined reference to `log2'

Fixes: e438796617 ("net/thunderx: add PMD skeleton")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
2016-06-30 10:07:57 +02:00
..
base net/thunderx: fix build with clang 2016-06-29 12:36:57 +02:00
Makefile net/thunderx: add missing external dependency 2016-06-30 10:07:57 +02:00
nicvf_ethdev.c net/thunderx: add device start/stop and close 2016-06-20 17:21:55 +02:00
nicvf_ethdev.h net/thunderx: add single and multi-segment Rx 2016-06-20 17:21:54 +02:00
nicvf_logs.h net/thunderx: add PMD skeleton 2016-06-20 17:21:54 +02:00
nicvf_rxtx.c net/thunderx: support Rx queue start and stop 2016-06-20 17:21:55 +02:00
nicvf_rxtx.h net/thunderx: support Rx queue start and stop 2016-06-20 17:21:55 +02:00
nicvf_struct.h net/thunderx: add PMD skeleton 2016-06-20 17:21:54 +02:00
rte_pmd_thunderx_nicvf_version.map net/thunderx: add PMD skeleton 2016-06-20 17:21:54 +02:00