DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [vmxnet3 PATCH] pmd: show banner before initializing
@ 2013-07-25 20:39 Thomas Monjalon
  2013-07-26  9:01 ` Damien Millescamps
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2013-07-25 20:39 UTC (permalink / raw)
  To: dev

Print title before running driver initialization.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 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	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [vmxnet3 PATCH] pmd: show banner before initializing
  2013-07-25 20:39 [dpdk-dev] [vmxnet3 PATCH] pmd: show banner before initializing Thomas Monjalon
@ 2013-07-26  9:01 ` Damien Millescamps
  2013-07-26  9:08   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Damien Millescamps @ 2013-07-26  9:01 UTC (permalink / raw)
  To: dev

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

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

* Re: [dpdk-dev] [vmxnet3 PATCH] pmd: show banner before initializing
  2013-07-26  9:01 ` Damien Millescamps
@ 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

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:07 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 [dpdk-dev] [vmxnet3 PATCH] pmd: show banner before initializing Thomas Monjalon
2013-07-26  9:01 ` Damien Millescamps
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).