Re: [RFC][PATCH -mm take4 2/6] support multiple logging

From: Stephen Hemminger
Date: Wed Apr 18 2007 - 10:46:10 EST


On Wed, 18 Apr 2007 21:06:41 +0900
Keiichi KII <k-keiichi@xxxxxxxxxxxxx> wrote:

> From: Keiichi KII <k-keiichi@xxxxxxxxxxxxx>
>
> This patch contains the following changes for supporting multiple logging
> agents.
>
> 1. extend netconsole to multiple netpolls
> To send kernel messages to multiple logging agents, extend netcosnole
> to be able to use multiple netpolls. Each netpoll sends kernel messages
> to its own logging agent.
>
> 2. change config parameter format
> We change config parameter format from single configuration to multiple
> configurations separated by ';'.
>
> ex) sending kernel messages to destination1 and destination2 using eth0.
> modprobe netconsole \
> netconsole="@/eth0,@[destination1]/;@/eth0,@[destination2]/"

Please include an update to Documentation/networking/netconsole.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/