On Tue, Sep 12, 2017 at 10:32:13AM -0500, Brijesh Singh wrote: > The debug statement is very helpful during development, it gives me the full > view of what command we send to PSP, data dump of command buffer before and > after the request completion. e.g when dyndbg is enabled the output looks like > this: I'm sure it is all very helpful but you have a bunch of code which is always built-in and useful only to developers. Which means it could be behind #ifdef DEBUG at least and disabled on production systems. You don't have to do it immediately but once the stuff goes up and everything stabilizes, you could ifdef it out... Something to think about later, I'd say. -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --