Re: [PATCH net-next] liquidio: update debug console logging mechanism

2017-08-15 Thread Leon Romanovsky
On Mon, Aug 14, 2017 at 04:28:50PM +, Ricardo Farrington wrote: > Hi Leon - the code to which this patch applies handles a data stream from our > card's firmware to the host (over PCI). > There are device-specific registers which are accessed to transfer log data > from our firmware to the ho

Re: [PATCH net-next] liquidio: update debug console logging mechanism

2017-08-14 Thread David Miller
From: Felix Manlunas Date: Fri, 11 Aug 2017 18:43:14 -0700 > From: Rick Farrington > > - remove logging dependency upon global func octeon_console_debug_enabled() > - abstract debug console logging using console structure (via function ptr) > to allow for more flexible logging > > Signed-off

RE: [PATCH net-next] liquidio: update debug console logging mechanism

2017-08-14 Thread Ricardo Farrington
Satananda ; Ricardo Farrington Subject: Re: [PATCH net-next] liquidio: update debug console logging mechanism On Fri, Aug 11, 2017 at 06:43:14PM -0700, Felix Manlunas wrote: > From: Rick Farrington > > - remove logging dependency upon global func > octeon_console_debug_enabled() >

Re: [PATCH net-next] liquidio: update debug console logging mechanism

2017-08-12 Thread Leon Romanovsky
On Fri, Aug 11, 2017 at 06:43:14PM -0700, Felix Manlunas wrote: > From: Rick Farrington > > - remove logging dependency upon global func octeon_console_debug_enabled() > - abstract debug console logging using console structure (via function ptr) > to allow for more flexible logging > > Signed-of

[PATCH net-next] liquidio: update debug console logging mechanism

2017-08-11 Thread Felix Manlunas
From: Rick Farrington - remove logging dependency upon global func octeon_console_debug_enabled() - abstract debug console logging using console structure (via function ptr) to allow for more flexible logging Signed-off-by: Rick Farrington Signed-off-by: Raghu Vatsavayi Signed-off-by: Felix