virtio: rename library
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Feb 2014 17:45:14 +0000 (18:45 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 20 Mar 2014 16:50:51 +0000 (17:50 +0100)
In order to distinguish clearly this implementation from the extension
virtio-net-pmd, it is renamed to reflect its usage of uio framework.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Chris Wright <chrisw@redhat.com>
lib/librte_pmd_virtio/Makefile
mk/rte.app.mk

index b6073728fd18eebabe5117decd3a25b7c1b57a89..820c7389acba68b8fbcf6eac8ccf45edc0f56178 100644 (file)
@@ -34,7 +34,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
 #
 # library name
 #
-LIB = librte_pmd_virtio.a
+LIB = librte_pmd_virtio_uio.a
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
index ec8e24eebbc69c7b637d6ab6ea9d3e7df06c480a..b69152691c5cc57f2402e7ffae576f91c24ac3e5 100644 (file)
@@ -79,7 +79,7 @@ LDLIBS += -lrte_pmd_ixgbe
 endif
 
 ifeq ($(CONFIG_RTE_LIBRTE_VIRTIO_PMD),y)
-LDLIBS += -lrte_pmd_virtio
+LDLIBS += -lrte_pmd_virtio_uio
 endif
 
 ifeq ($(CONFIG_RTE_LIBRTE_VMXNET3_PMD),y)