All of lore.kernel.org
 help / color / mirror / Atom feed
* [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 [BUG] ACL library using printf Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.