DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/bnxt: make driver less verbose
@ 2016-08-25 11:05 Ferruh Yigit
  2016-08-25 19:03 ` Ajit Khaparde
  2016-09-11 12:25 ` Yuanhan Liu
  0 siblings, 2 replies; 7+ messages in thread
From: Ferruh Yigit @ 2016-08-25 11:05 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hurd

This line printed for every application even if driver is not used at
all. Removing the line to reduce the noise.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 drivers/net/bnxt/bnxt_ethdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethdev.c
index 3795fac..37d0322 100644
--- a/drivers/net/bnxt/bnxt_ethdev.c
+++ b/drivers/net/bnxt/bnxt_ethdev.c
@@ -1056,7 +1056,6 @@ static struct eth_driver bnxt_rte_pmd = {
 
 static int bnxt_rte_pmd_init(const char *name, const char *params __rte_unused)
 {
-	RTE_LOG(INFO, PMD, "bnxt_rte_pmd_init() called for %s\n", name);
 	rte_eth_driver_register(&bnxt_rte_pmd);
 	return 0;
 }
-- 
2.7.4

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

end of thread, other threads:[~2016-09-19 15:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-25 11:05 [dpdk-dev] [PATCH] net/bnxt: make driver less verbose Ferruh Yigit
2016-08-25 19:03 ` Ajit Khaparde
2016-08-26  8:39   ` Ferruh Yigit
2016-08-26 15:31     ` Ajit Khaparde
2016-09-11 12:25 ` Yuanhan Liu
2016-09-12 14:23   ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
2016-09-19 15:04     ` Bruce Richardson

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).