]> git.droids-corp.org - dpdk.git/commitdiff
vmxnet3: rename library
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 21 Mar 2014 12:52:17 +0000 (13:52 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 21 Mar 2014 14:40:30 +0000 (15:40 +0100)
In order to distinguish clearly this implementation from the extension
vmxnet3-usermap, it is renamed to reflect its usage of uio framework.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Thomas Graf <tgraf@redhat.com>
lib/librte_pmd_vmxnet3/Makefile
mk/rte.app.mk

index 0569e11506abb459ddb823db87b8e05f2ee572e2..1f0f8e0a98318b58ace8e482d9d648864afd4a8e 100644 (file)
@@ -34,7 +34,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
 #
 # library name
 #
-LIB = librte_pmd_vmxnet3.a
+LIB = librte_pmd_vmxnet3_uio.a
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
index b69152691c5cc57f2402e7ffae576f91c24ac3e5..9c70ce0124142f7f2ca1bf48219d6767fa1311f7 100644 (file)
@@ -83,7 +83,7 @@ LDLIBS += -lrte_pmd_virtio_uio
 endif
 
 ifeq ($(CONFIG_RTE_LIBRTE_VMXNET3_PMD),y)
-LDLIBS += -lrte_pmd_vmxnet3
+LDLIBS += -lrte_pmd_vmxnet3_uio
 endif
 
 ifeq ($(CONFIG_RTE_LIBRTE_TIMER),y)