virtio: rename library
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>
This commit is contained in:
parent
ecdf5f53ff
commit
5dbb84c0a8
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user