DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] vmxnet3: rename library
@ 2014-03-21 12:59 Thomas Monjalon
  2014-03-21 13:41 ` Thomas Graf
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2014-03-21 12:59 UTC (permalink / raw)
  To: dev

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>
---
 lib/librte_pmd_vmxnet3/Makefile | 2 +-
 mk/rte.app.mk                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_pmd_vmxnet3/Makefile b/lib/librte_pmd_vmxnet3/Makefile
index 0569e11..1f0f8e0 100644
--- a/lib/librte_pmd_vmxnet3/Makefile
+++ b/lib/librte_pmd_vmxnet3/Makefile
@@ -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)
diff --git a/mk/rte.app.mk b/mk/rte.app.mk
index b691526..9c70ce0 100644
--- a/mk/rte.app.mk
+++ b/mk/rte.app.mk
@@ -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)
-- 
1.9.0

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

* Re: [dpdk-dev] [PATCH] vmxnet3: rename library
  2014-03-21 12:59 [dpdk-dev] [PATCH] vmxnet3: rename library Thomas Monjalon
@ 2014-03-21 13:41 ` Thomas Graf
  2014-03-21 14:42   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Graf @ 2014-03-21 13:41 UTC (permalink / raw)
  To: Thomas Monjalon, dev

On 03/21/2014 01:59 PM, Thomas Monjalon wrote:
> 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>

LGTM

Acked-by: Thomas Graf <tgraf@redhat.com>

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

* Re: [dpdk-dev] [PATCH] vmxnet3: rename library
  2014-03-21 13:41 ` Thomas Graf
@ 2014-03-21 14:42   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2014-03-21 14:42 UTC (permalink / raw)
  To: Thomas Graf; +Cc: dev

21/03/2014 14:41, Thomas Graf :
> On 03/21/2014 01:59 PM, Thomas Monjalon wrote:
> > 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>
> 
> LGTM
> 
> Acked-by: Thomas Graf <tgraf@redhat.com>

Applied for version 1.6.0r2.

Thank you
-- 
Thomas

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

end of thread, other threads:[~2014-03-21 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-21 12:59 [dpdk-dev] [PATCH] vmxnet3: rename library Thomas Monjalon
2014-03-21 13:41 ` Thomas Graf
2014-03-21 14:42   ` 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).