[dpdk-users] Redirect DPDK log?

John Ousterhout ouster at cs.stanford.edu
Wed Sep 14 23:08:27 CEST 2016


Is there a mechanism in DPDK that can interpose on the log output? I see
the function rte_openlog_stream to specify a different FILE* for output,
but that isn't quite general enough. I'd like for a method in my
application to receive all of the log messages, so I can wrap them
appropriately and then add them to an application-specific log. Does such a
hooking mechanism exist?


More information about the users mailing list