dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [vmxnet3 PATCH] pmd: show banner before initializing
@ 2013-07-25 20:39 Thomas Monjalon
       [not found] ` <1374784766-22716-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2013-07-25 20:39 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Print title before running driver initialization.

Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
---
 pmd/vmxnet3.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pmd/vmxnet3.c b/pmd/vmxnet3.c
index 3b2016a..8dc1650 100644
--- a/pmd/vmxnet3.c
+++ b/pmd/vmxnet3.c
@@ -1591,7 +1591,7 @@ static struct eth_driver rte_vmxnet3_pmd = {
 void __attribute__((constructor))
 vmxnet3_pmd_init(void)
 {
-	rte_eth_driver_register(&rte_vmxnet3_pmd);
 	printf("librte_pmd_vmxnet3 version " VMXNET3_PMD_VERSION "\n"
 	       "\tCopyright 2012-2013 6WIND S.A. provided without warranty.\n");
+	rte_eth_driver_register(&rte_vmxnet3_pmd);
 }
-- 
1.7.10.4

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

* Re: [vmxnet3 PATCH] pmd: show banner before initializing
       [not found] ` <1374784766-22716-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
@ 2013-07-26  9:01   ` Damien Millescamps
       [not found]     ` <51F23AF8.1050703-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Damien Millescamps @ 2013-07-26  9:01 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

On 07/25/2013 10:39 PM, Thomas Monjalon wrote:
> Print title before running driver initialization.
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
ack

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

* Re: [vmxnet3 PATCH] pmd: show banner before initializing
       [not found]     ` <51F23AF8.1050703-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
@ 2013-07-26  9:08       ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2013-07-26  9:08 UTC (permalink / raw)
  To: Damien Millescamps; +Cc: dev-VfR2kkLFssw

26/07/2013 11:01, Damien Millescamps :
> On 07/25/2013 10:39 PM, Thomas Monjalon wrote:
> > Print title before running driver initialization.
> 
> ack

pushed

-- 
Thomas

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

end of thread, other threads:[~2013-07-26  9:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25 20:39 [vmxnet3 PATCH] pmd: show banner before initializing Thomas Monjalon
     [not found] ` <1374784766-22716-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-07-26  9:01   ` Damien Millescamps
     [not found]     ` <51F23AF8.1050703-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-07-26  9:08       ` 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).