* [dpdk-dev] [PATCH v1] devargs: remove comment regarding rte-log
@ 2018-09-19 16:11 Gaetan Rivet
2018-10-03 12:33 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Gaetan Rivet @ 2018-09-19 16:11 UTC (permalink / raw)
To: dev; +Cc: Gaetan Rivet
rte_log() is available in the context of this compilation unit,
do not deter from using it.
Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
---
lib/librte_eal/common/eal_common_devargs.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/librte_eal/common/eal_common_devargs.c b/lib/librte_eal/common/eal_common_devargs.c
index f1f4628db..57f7afe62 100644
--- a/lib/librte_eal/common/eal_common_devargs.c
+++ b/lib/librte_eal/common/eal_common_devargs.c
@@ -4,9 +4,6 @@
/* This file manages the list of devices and their arguments, as given
* by the user at startup
- *
- * Code here should not call rte_log since the EAL environment
- * may not be initialized.
*/
#include <stdio.h>
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH v1] devargs: remove comment regarding rte-log
2018-09-19 16:11 [dpdk-dev] [PATCH v1] devargs: remove comment regarding rte-log Gaetan Rivet
@ 2018-10-03 12:33 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-10-03 12:33 UTC (permalink / raw)
To: Gaetan Rivet; +Cc: dev
19/09/2018 18:11, Gaetan Rivet:
> rte_log() is available in the context of this compilation unit,
> do not deter from using it.
>
> Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-03 12:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-19 16:11 [dpdk-dev] [PATCH v1] devargs: remove comment regarding rte-log Gaetan Rivet
2018-10-03 12:33 ` 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).