DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [BUG] ACL library using printf
@ 2018-01-09  0:06 Stephen Hemminger
  0 siblings, 0 replies; only message in thread
From: Stephen Hemminger @ 2018-01-09  0:06 UTC (permalink / raw)
  To: Konstantin Ananyev; +Cc: dev

In general, DPDK functions must not print to stdout (or stderr) directly because
typically DPDK applications are run as daemons and console is redirected to /dev/null.

Doing a small audit of this noticed that ACL library needs to be fixed.
Instead of looking at log_level and using printf, it should be using
new dynamic logging and normal rte_log.

Please fix this.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-09  0:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-09  0:06 [dpdk-dev] [BUG] ACL library using printf Stephen Hemminger

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