vmxnet3: vmxnet3_test_plugin.so: undefined symbol: format_vlib_pci_addr [VPP-1456] 96/15296/2
authorSteven <sluong@cisco.com>
Mon, 15 Oct 2018 17:22:53 +0000 (10:22 -0700)
committerFlorin Coras <florin.coras@gmail.com>
Tue, 16 Oct 2018 01:42:37 +0000 (01:42 +0000)
commitb78d6a0b3c2e575343038b15b36c8682ad002edc
treed6c29349063cc0c6071469537a147be92adeaaba
parentac64b71b2893341b2e342865c209ee63c2dc3138
vmxnet3: vmxnet3_test_plugin.so: undefined symbol: format_vlib_pci_addr [VPP-1456]

When using vpp_api_test, there is an undefined symbol error for
format_vlib_pci_addr when vmxnet3_test_plugin.so is loaded.

The cause is due to vlib not included in vpp_api_test. Remove the reference
for vlib.so in vmxnet3_test.

Change-Id: I37c00dfe2f843d99ad6c4fc7af6ed10bac4c2df8
Signed-off-by: Steven <sluong@cisco.com>
(cherry picked from commit 3d29e83112a349b7d27ef792463f246b18115d3e)
src/plugins/vmxnet3/vmxnet3_test.c