* [dpdk-dev] [PATCH] mk: remove uio suffix from virtio pmd
@ 2015-04-10 7:48 Thomas Monjalon
2015-04-13 4:35 ` Ouyang, Changchun
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2015-04-10 7:48 UTC (permalink / raw)
To: changchun.ouyang; +Cc: dev
The virtio pmd is not restricted to uio anymore.
Fixes: da978dfdc43b ("virtio: use port IO to get PCI resource")
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
lib/librte_pmd_virtio/Makefile | 2 +-
mk/rte.app.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/librte_pmd_virtio/Makefile b/lib/librte_pmd_virtio/Makefile
index 793067f..21ff7e5 100644
--- a/lib/librte_pmd_virtio/Makefile
+++ b/lib/librte_pmd_virtio/Makefile
@@ -34,7 +34,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
#
# library name
#
-LIB = librte_pmd_virtio_uio.a
+LIB = librte_pmd_virtio.a
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
diff --git a/mk/rte.app.mk b/mk/rte.app.mk
index 56886dc..aa8af79 100644
--- a/mk/rte.app.mk
+++ b/mk/rte.app.mk
@@ -212,7 +212,7 @@ LDLIBS += -lrte_pmd_vmxnet3_uio
endif
ifeq ($(CONFIG_RTE_LIBRTE_VIRTIO_PMD),y)
-LDLIBS += -lrte_pmd_virtio_uio
+LDLIBS += -lrte_pmd_virtio
endif
ifeq ($(CONFIG_RTE_LIBRTE_ENIC_PMD),y)
--
2.2.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] mk: remove uio suffix from virtio pmd
2015-04-10 7:48 [dpdk-dev] [PATCH] mk: remove uio suffix from virtio pmd Thomas Monjalon
@ 2015-04-13 4:35 ` Ouyang, Changchun
2015-04-13 20:13 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Ouyang, Changchun @ 2015-04-13 4:35 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
Hi Thomas,
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Friday, April 10, 2015 3:48 PM
> To: Ouyang, Changchun
> Cc: dev@dpdk.org
> Subject: [PATCH] mk: remove uio suffix from virtio pmd
>
> The virtio pmd is not restricted to uio anymore.
>
> Fixes: da978dfdc43b ("virtio: use port IO to get PCI resource")
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] mk: remove uio suffix from virtio pmd
2015-04-13 4:35 ` Ouyang, Changchun
@ 2015-04-13 20:13 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-04-13 20:13 UTC (permalink / raw)
To: Ouyang, Changchun; +Cc: dev
> > The virtio pmd is not restricted to uio anymore.
> >
> > Fixes: da978dfdc43b ("virtio: use port IO to get PCI resource")
> >
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
>
> Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-13 20:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-10 7:48 [dpdk-dev] [PATCH] mk: remove uio suffix from virtio pmd Thomas Monjalon
2015-04-13 4:35 ` Ouyang, Changchun
2015-04-13 20:13 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).