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