All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mk: remove uio suffix from virtio pmd
@ 2015-04-10  7:48 Thomas Monjalon
       [not found] ` <1428652088-19219-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2015-04-10  7:48 UTC (permalink / raw)
  To: changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w; +Cc: dev-VfR2kkLFssw

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-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
---
 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 related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mk: remove uio suffix from virtio pmd
       [not found] ` <1428652088-19219-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
@ 2015-04-13  4:35   ` Ouyang, Changchun
       [not found]     ` <F52918179C57134FAEC9EA62FA2F962511AB9D16-E2R4CRU6q/6iAffOGbnezLfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Ouyang, Changchun @ 2015-04-13  4:35 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev-VfR2kkLFssw

Hi Thomas,

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org]
> Sent: Friday, April 10, 2015 3:48 PM
> To: Ouyang, Changchun
> Cc: dev-VfR2kkLFssw@public.gmane.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-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

Acked-by: Changchun Ouyang <changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mk: remove uio suffix from virtio pmd
       [not found]     ` <F52918179C57134FAEC9EA62FA2F962511AB9D16-E2R4CRU6q/6iAffOGbnezLfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 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-VfR2kkLFssw

> > 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-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
> 
> Acked-by: Changchun Ouyang <changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-13 20:13 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 [PATCH] mk: remove uio suffix from virtio pmd Thomas Monjalon
     [not found] ` <1428652088-19219-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-04-13  4:35   ` Ouyang, Changchun
     [not found]     ` <F52918179C57134FAEC9EA62FA2F962511AB9D16-E2R4CRU6q/6iAffOGbnezLfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-04-13 20:13       ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.